HBASE-27650 Addendum reduce log to debug
This commit is contained in:
parent
4bee21e96b
commit
8d70786a2d
|
@ -132,8 +132,8 @@ final class AsyncRegionLocationCache {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LOG.isInfoEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.info(
|
LOG.debug(
|
||||||
"Removing cached location {} (endKey={}) because it overlaps with "
|
"Removing cached location {} (endKey={}) because it overlaps with "
|
||||||
+ "new location {} (endKey={})",
|
+ "new location {} (endKey={})",
|
||||||
overlap.getValue(),
|
overlap.getValue(),
|
||||||
|
|
Loading…
Reference in New Issue