ndimiduk commented on a change in pull request #775: HBASE-23230 Enforce member
visibility in HRegionServer
URL: https://github.com/apache/hbase/pull/775#discussion_r341376288
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
##########
@@ -3284,45 +3215,7 @@ protected boolean closeRegion(String encodedName, final
boolean abort, final Ser
return true;
}
- /**
- * Close and offline the region for split or merge
- *
- * @param regionEncodedName the name of the region(s) to close
- * @return true if closed the region successfully.
- * @throws IOException
- */
- protected boolean closeAndOfflineRegionForSplitOrMerge(final List<String>
regionEncodedName)
Review comment:
Static analysis says it's not used. deleted.
----------------------------------------------------------------
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