ndimiduk commented on a change in pull request #1305: HBASE-23984 [Flakey
Tests] TestMasterAbortAndRSGotKilled fails in tea…
URL: https://github.com/apache/hbase/pull/1305#discussion_r395126162
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
##########
@@ -1457,6 +1458,9 @@ private void waitOnAllRegionsToClose(final boolean
abort) {
" because some regions failed closing");
}
break;
+ } else {
+ LOG.trace("Waiting on {}",
this.regionsInTransitionInRS.entrySet().stream().
Review comment:
My preference is not about preserving the work "region", it's about telling
the operator what we're waiting for these objects to do -- the "transition"
part. How about "Waiting on transitions to complete: {}"?
----------------------------------------------------------------
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]
With regards,
Apache Git Services