ndimiduk commented on a change in pull request #3044:
URL: https://github.com/apache/hbase/pull/3044#discussion_r594721398
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/BusyRegionSplitPolicy.java
##########
@@ -60,6 +60,12 @@
private long blockedRequestCount;
private float blockedRate;
+ @Override
+ public String toString() {
+ return "BusyRegionSplitPolicy{" + "maxBlockedRequests=" +
maxBlockedRequests + ", minAge="
Review comment:
Late to the party, but how about using `ToStringBuilder` from apache
commons? `SHORT_PREFIX_STYLE` is 👌
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]