junfei liang created HBASE-23605:
------------------------------------
Summary: GC log can be overwrite if RS is exit abnormally
Key: HBASE-23605
URL: https://issues.apache.org/jira/browse/HBASE-23605
Project: HBase
Issue Type: Bug
Components: shell
Reporter: junfei liang
when do cleanAfterRun in hbase-daemon.sh
we use same OPTS as RS, the GC file can be overwrite as we use the same
-Xloggc
settings.
HBASE_OPTS="$HBASE_OPTS $HBASE_REGIONSERVER_OPTS" $bin/hbase zkcli delete
${ZNODE} > /dev/null 2>&1
I think all the version after patch "HBASE-14581 Znode cleanup throws auth
exception in secure mode" are affected.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)