Attender: Xi, Hao, Hongbing, Jianghua, Conway, Yuanben, Hualong, Mingyu, Sammi
Xi - There is one data integrity issue found in trunk branch https://issues.apache.org/jira/browse/HDDS-10750 , which needs to be fixed, and is a blocker issue for 1.4.1 release. Hongbing/Jianghua - Shared a very good document about difference GC algorithm comparison. https://docs.google.com/document/d/1g1h-63fvA-be-clvyVRAHLWehoadCnjNRWyX8Bp-UIU/edit#heading=h.97c7fvoio7b1. G1 has a very good potential to replace CMS. - Implementing a client side viewFS for Ozone, per internal requirement. Hao - Identified some memory footprint optimization points of container balancer, filed HDDS-10868 <https://issues.apache.org/jira/browse/HDDS-10868> for this. - DN Block deletion selection algorithm topN, if the top container doesn't finish in time, in the next iterator, this container will be selected again. Due to the container lock being locked by the previous iterator thread, the next iterator thread has to wait until the lock is released. This thread resource is not fully utilized.