Re: Ozone Community Meeting(APAC, 2024 Oct 25th)

2024-10-28 Thread Tsz Wo Sze
> Follower reader feature is used in production environment with a bit of customization. Weiming/Weiming/Jianghua, That is great! Could you submit a pull request for https://issues.apache.org/jira/browse/HDDS-9279 ? Thank you in advance. Tsz-Wo On Mon, Oct 28, 2024 at 9:15 AM Wei-Chiu Chuang

Re: Ozone Community Meeting(APAC, 2024 Oct 25th)

2024-10-28 Thread Wei-Chiu Chuang
ZGC in JDK17 is stable. According to the various reports, ZGC achieves better throughput, latency than G1. If someone in the community would like to give it a try, I know some HBase community members opted in ZGC for HBase and it turned out better than other choices. We don't support JDK21 yet. Bu

Re: Ozone Community Meeting(APAC, 2024 Oct 25th)

2024-10-28 Thread Ethan Rose
Thanks for sharing Sammi. For deletion issues, see HDDS-11506 and its subtasks. - Proposed a key deleting service optimization, instead of iterating from > first key of the table, save last key of last iterator as the start key of > next iterator,