GeorryHuang commented on code in PR #2924:
URL: https://github.com/apache/hbase/pull/2924#discussion_r1345045779
##########
hbase-shell/src/main/ruby/shell/commands/alter.rb:
##########
@@ -72,6 +72,13 @@ def help
hbase> alter 't1', CONFIGURATION =>
{'hbase.hregion.scan.loadColumnFamiliesOnDemand' => 'true'}
hbase> alter 't1', {NAME => 'f2', CONFIGURATION =>
{'hbase.hstore.blockingStoreFiles' => '10'}}
+You can also set configuration setting with 'no_reopen_regions' to avoid
regions RIT, which let the
+modification take effect after regions was reopened (Be careful, the regions
of the table may be
+configured inconsistently If regions are not reopened after the modification)
+
+ hbase> alter 't1', METHOD => 'no_reopen_regions', CONFIGURATION =>
{'hbase.hregion.scan
Review Comment:
I believe 'avoid_reopening_regions' is better. It clearly conveys our
purpose.
--
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]