sunhelly commented on code in PR #5252:
URL: https://github.com/apache/hbase/pull/5252#discussion_r1209041144


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java:
##########
@@ -1195,7 +1195,7 @@ private long addTotalBufferUsed(long size) {
   boolean checkBufferQuota(String peerId) {
     // try not to go over total quota
     if (totalBufferUsed.get() > totalBufferLimit) {
-      LOG.warn("peer={}, can't read more edits from WAL as buffer usage {}B 
exceeds limit {}B",
+      LOG.debug("peer={}, can't read more edits from WAL as buffer usage {}B 
exceeds limit {}B",

Review Comment:
   Avoid to log too many when the sleep time for quota check is small.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to