HBASE-27650 Addendum reduce log to debug

This commit is contained in:
Bryan Beaudreault 2023-02-27 13:23:11 -05:00
parent 4bee21e96b
commit 8d70786a2d
1 changed files with 2 additions and 2 deletions

View File

@ -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(),