ajkh88 opened a new pull request, #7611: URL: https://github.com/apache/hbase/pull/7611
**This code was already merged to master - this PR is to merge the functionality into branch-2.** Original PR: https://github.com/apache/hbase/pull/7563 Adds Admin APIs to modify tables without immediately reopening all regions and to selectively reopen regions in-place. This enables gradual rollout of table descriptor changes without triggering RIT storms on large tables. Useful for safely deploying configuration changes - modify with reopenRegions=false, canary test on a few regions with reopenTableRegions(tableName, regions), then roll out to the entire table with reopenTableRegions(tableName). -- 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]
