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