You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/07/31 14:42:05 UTC

[hbase] branch master updated (840a557 -> 7c4d66a)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 840a557  HBASE-24794 hbase.rowlock.wait.duration should not be <= 0 (#2174)
     add 7c4d66a  HBASE-24803 Unify hbase-shell ::Shell::Commands::Command#help behavior (#2178)

No new revisions were added by this update.

Summary of changes:
 .../ruby/shell/commands/append_peer_namespaces.rb   |  2 +-
 .../ruby/shell/commands/clear_compaction_queues.rb  |  2 +-
 .../main/ruby/shell/commands/clear_deadservers.rb   |  2 +-
 .../main/ruby/shell/commands/clone_table_schema.rb  |  2 +-
 hbase-shell/src/main/ruby/shell/commands/compact.rb |  2 +-
 .../src/main/ruby/shell/commands/compact_rs.rb      |  2 +-
 .../main/ruby/shell/commands/compaction_state.rb    |  2 +-
 .../main/ruby/shell/commands/compaction_switch.rb   |  2 +-
 .../shell/commands/decommission_regionservers.rb    |  2 +-
 .../ruby/shell/commands/disable_rpc_throttle.rb     |  2 +-
 .../main/ruby/shell/commands/enable_rpc_throttle.rb |  2 +-
 .../src/main/ruby/shell/commands/get_peer_config.rb |  2 +-
 .../src/main/ruby/shell/commands/hbck_chore_run.rb  |  3 ++-
 .../main/ruby/shell/commands/list_deadservers.rb    |  2 +-
 .../commands/list_decommissioned_regionservers.rb   |  2 +-
 .../main/ruby/shell/commands/list_peer_configs.rb   |  2 +-
 .../src/main/ruby/shell/commands/list_peers.rb      |  2 +-
 .../src/main/ruby/shell/commands/list_regions.rb    |  5 ++---
 .../src/main/ruby/shell/commands/major_compact.rb   |  2 +-
 .../ruby/shell/commands/move_namespaces_rsgroup.rb  |  2 +-
 .../commands/move_servers_namespaces_rsgroup.rb     |  2 +-
 .../shell/commands/recommission_regionserver.rb     |  2 +-
 .../ruby/shell/commands/remove_peer_namespaces.rb   |  2 +-
 .../shell/commands/set_peer_exclude_namespaces.rb   |  2 +-
 .../shell/commands/set_peer_exclude_tableCFs.rb     |  2 +-
 .../main/ruby/shell/commands/set_peer_namespaces.rb |  2 +-
 .../ruby/shell/commands/set_peer_replicate_all.rb   |  2 +-
 .../src/main/ruby/shell/commands/set_peer_serial.rb |  2 +-
 .../main/ruby/shell/commands/set_peer_tableCFs.rb   |  2 +-
 .../main/ruby/shell/commands/show_peer_tableCFs.rb  |  2 +-
 .../ruby/shell/commands/splitormerge_enabled.rb     |  4 ++--
 .../main/ruby/shell/commands/splitormerge_switch.rb |  4 ++--
 .../src/main/ruby/shell/commands/truncate.rb        |  5 ++++-
 .../main/ruby/shell/commands/truncate_preserve.rb   |  7 +++++--
 hbase-shell/src/test/ruby/shell/commands_test.rb    | 21 +++++++++++++++++++--
 src/main/asciidoc/_chapters/shell.adoc              |  2 +-
 36 files changed, 65 insertions(+), 42 deletions(-)