bbeaudreault commented on code in PR #2924:
URL: https://github.com/apache/hbase/pull/2924#discussion_r1379035689
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -2763,6 +2763,13 @@ protected String getDescription() {
private long modifyTable(final TableName tableName,
final TableDescriptorGetter newDescriptorGetter, final long nonceGroup,
final long nonce,
final boolean shouldCheckDescriptor) throws IOException {
+ return modifyTable(tableName, newDescriptorGetter, nonceGroup, nonce,
shouldCheckDescriptor,
Review Comment:
I was looking into why we need this overload. I see this is called from
addColumn/deleteColumn/modifyColumn. Does it make sense to add reopenRegion
support to modifyColumn at least?
--
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]