YARN-9357. Modify HBase Liveness monitor log to debug. Contributed by Prabhu Joseph.
This commit is contained in:
parent
f6e60e966e
commit
0d24684eee
|
@ -167,7 +167,7 @@ public class HBaseTimelineReaderImpl
|
|||
@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);
|
||||
|
|
Loading…
Reference in New Issue