Attender: Xi, Hao, Hongbing, Jianghua, Conway, Yuanben, Hualong, Leechungen, Mingyu, Wei-Chiu, Sammi
Sammi: 1. Java 17 support reaches a milestone. Build and run with Java 17 is supported. 2. S3 compatibility test and improvements. 3. Recon has a lot of improvements. 4. Security FIPS compliance is started. Hongbing/Jianghua 1. Java 17 build and function test passed. Will evaluate performance next. 2. How to trace and investigate S3g tail latency. HDDS-9716 <https://issues.apache.org/jira/browse/HDDS-9716>/HDDS-9718 <https://issues.apache.org/jira/browse/HDDS-9718> has been implemented by Xi, which adds performance metrics and audit logs. Hao/Mingyu 1. How to recover mis-deleted files. Suggest to consider enabling Trash, while it looks like OBS is not supported. Add a CLI command to enable and disable keyDeleting service in OM. 2. OM Memory pressure due to object serialization and deserialization. Found some improvement points, and are working on it. 3. Container balancer. Suggest to consider unmodifiableSet to void ContainerIDs copy in each iteration, by @siddhantsangwan <https://github.com/siddhantsangwan> .