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
1 changed files with 1 additions and 1 deletions

View File

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