saintstack commented on a change in pull request #2413:
URL: https://github.com/apache/hbase/pull/2413#discussion_r490402297
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -564,9 +564,9 @@ public boolean isCompactionNeeded() {
@Override
public String toString() {
return new StringBuilder()
- .append("flush result:").append(result).append(", ")
- .append("failureReason:").append(failureReason).append(",")
- .append("flush seq id").append(flushSequenceId).toString();
+ .append("result: ").append(result).append("; ")
+ .append("reason: ").append(failureReason).append("; ")
Review comment:
Let me put back 'failure'. Overzealous edit of the flush report
output....
----------------------------------------------------------------
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]