You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by 赵墨然 <im...@qq.com.INVALID> on 2022/11/22 15:21:10 UTC

[DISCUSS] Support in GC_OPTS for ZGC

Hi Everyone, 

HBase support write gc logs in HBase_LOG_DIR for G1 or CMS by replacing "-Xloggc:<FILE-PATH&gt;"&nbsp;in SERVER_GC_OPTS/CLIENT_GC_OPTS。ZGC changed the properties like "file=<FILE-PATH&gt;",it is incompatible.I create a Jira&nbsp;to adapt ZGC,it replace <FILE-PATH&gt; instead of -Xloggc:<FILE-PATH&gt; to support ZGC.
JIRA: https://issues.apache.org/jira/browse/HBASE-27503&nbsp;
PR: https://github.com/apache/hbase/pull/4892
&nbsp;
Please note the changes here, let me know what you think about this proposal&nbsp; Thanks.


赵墨然(Moran Zhao)

Re: [DISCUSS] Support in GC_OPTS for ZGC

Posted by "张铎(Duo Zhang)" <pa...@gmail.com>.
Going to merge this tomorrow if there are no objections.

Thanks.

赵墨然 <im...@qq.com.invalid> 于2022年11月22日周二 23:21写道:
>
> Hi Everyone,
>
> HBase support write gc logs in HBase_LOG_DIR for G1 or CMS by replacing "-Xloggc:<FILE-PATH&gt;"&nbsp;in SERVER_GC_OPTS/CLIENT_GC_OPTS。ZGC changed the properties like "file=<FILE-PATH&gt;",it is incompatible.I create a Jira&nbsp;to adapt ZGC,it replace <FILE-PATH&gt; instead of -Xloggc:<FILE-PATH&gt; to support ZGC.
> JIRA: https://issues.apache.org/jira/browse/HBASE-27503&nbsp;
> PR: https://github.com/apache/hbase/pull/4892
> &nbsp;
> Please note the changes here, let me know what you think about this proposal&nbsp; Thanks.
>
>
> 赵墨然(Moran Zhao)