HBASE-14772 Improve zombie detector; be more discerning; ADDENDUM Add
logging date when reporting all is well.
This commit is contained in:
parent
1cbcf1175e
commit
4c2e0d95dc
|
@ -129,7 +129,7 @@ zombies () {
|
|||
# Exit with error
|
||||
exit 1
|
||||
else
|
||||
echo "We're ok: there is no zombie test"
|
||||
echo "`date` We're ok: there is no zombie test"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue