You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "junfei liang (Jira)" <ji...@apache.org> on 2019/12/21 10:11:00 UTC

[jira] [Created] (HBASE-23605) GC log can be overwrite if RS is exit abnormally

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)