cuibo01 commented on a change in pull request #2342:
URL: https://github.com/apache/hbase/pull/2342#discussion_r482780847
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/RegionServerFlushTableProcedureManager.java
##########
@@ -150,6 +150,11 @@ public Subprocedure buildSubprocedure(String table, String
family) {
throw new IllegalStateException("Failed to figure out if there is region
to flush.", e1);
}
+ if (involvedRegions == null && involvedRegions.isEmpty()) {
Review comment:
thx virajjasani, i have modified it
----------------------------------------------------------------
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]