wchevreuil commented on code in PR #5462:
URL: https://github.com/apache/hbase/pull/5462#discussion_r1365260187
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -2275,6 +2275,29 @@ protected String getDescription() {
});
}
+ @Override
+ public long truncateRegion(final RegionInfo regionInfo, final long
nonceGroup, final long nonce)
Review Comment:
Yeah, the whole block under "submitProcedure" is identical, apart from the
procedure we are creating and specific pre/post hooks. But am ok to leave this
work for a separate PR, as there are few others in the same style.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]