YARN-9357. Modify HBase Liveness monitor log to debug. Contributed by Prabhu Joseph.

This commit is contained in:
Rohith Sharma K S 2019-03-20 21:22:54 +05:30
parent f6e60e966e
commit 0d24684eee

View File

@ -167,7 +167,7 @@ private class HBaseMonitor implements Runnable {
@Override
public void run() {
try {
LOG.info("Running HBase liveness monitor");
LOG.debug("Running HBase liveness monitor");
TimelineEntityReader reader =
TimelineEntityReaderFactory.createMultipleEntitiesReader(
monitorContext, MONITOR_FILTERS, DATA_TO_RETRIEVE);