hbase/bin
Nick Dimiduk 52245e9f7c HBASE-24143 [JDK11] Switch default garbage collector from CMS
Per comments in Jira, be explicit about what collector we
use. Existing code simply hard-codes HBASE_OPTS in
`conf/hbase-env.sh`. We now need to be a little more clever than this,
so moves the definition into `bin/hbase`. Also consolidates logic
around JVM version detection into a reusable function.

This change also changes how we set `HBASE_OPTS`. Before, we would
accept an operator's value, but always append our GC
prescription. After this change, we defer entirely to the operator's
choice, only applying our values when they've not specified their
intentions.

Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-04-17 13:51:08 -07:00
..
replication HBASE-10092 Addendum. Move to slf4j. Few changes in bin/ scripts. 2017-12-21 19:22:00 -08:00
test
considerAsDead.sh
draining_servers.rb HBASE-22783 shell with removal of status and load classes 2019-08-06 19:20:22 +02:00
get-active-master.rb HBASE-19114 addendum. Split out o.a.h.h.zookeeper from hbase-server and hbase-client. Ruby scripts also used ZooKeeperWatcher. 2018-03-03 21:06:53 +05:30
graceful_stop.sh
hbase HBASE-24143 [JDK11] Switch default garbage collector from CMS 2020-04-17 13:51:08 -07:00
hbase-cleanup.sh HBASE-19140 hbase-cleanup.sh uses deprecated call to remove files in hdfs 2017-11-01 10:30:49 -07:00
hbase-common.sh
hbase-config.cmd
hbase-config.sh HBASE-24143 [JDK11] Switch default garbage collector from CMS 2020-04-17 13:51:08 -07:00
hbase-daemon.sh HBASE-18274 hbase autorestart will overwrite the gc log (Fangyuan Deng) 2017-06-27 08:03:26 -07:00
hbase-daemons.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
hbase-jruby
hbase.cmd HBASE-20108 Remove jline exclusion from ZooKeeper 2018-03-05 15:33:51 -05:00
hirb.rb HBASE-21812 Address ruby static analysis for shell/bin modules [2nd pass] 2019-02-03 06:39:53 -06:00
local-master-backup.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
local-regionservers.sh HBASE-20130 (ADDENDUM) Use defaults (16020 & 16030) as base ports when the RS is bound to localhost 2018-03-27 21:24:12 -05:00
master-backup.sh
region_mover.rb HBASE-18238 rubocop autocorrect for bin/ 2017-08-14 13:53:37 -05:00
region_status.rb HBASE-22783 shell with removal of status and load classes 2019-08-06 19:20:22 +02:00
regionservers.sh HBASE-20130 Use defaults (16020 & 16030) as base ports when the RS is bound to localhost 2018-03-26 14:11:20 -07:00
rolling-restart.sh HBASE-18392 Add default value of --movetimeout to rolling-restart.sh 2017-07-18 07:04:29 -07:00
shutdown_regionserver.rb HBASE-21812 Address ruby static analysis for shell/bin modules [2nd pass] 2019-02-03 06:39:53 -06:00
start-hbase.cmd
start-hbase.sh HBASE-15924 Enhance hbase services autorestart capability to hbase-daemon.sh 2016-12-20 17:37:10 -08:00
stop-hbase.cmd
stop-hbase.sh HBASE-19784 bin/stop-hbase more friendly when hbase already stopped 2018-01-17 15:48:53 -08:00
zookeepers.sh