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
|
@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);
|
||||||
|
|
Loading…
Reference in New Issue