Attenders: Yiyang, Ivan, Sumit, Siddhant, Tejaskriya, Wei-Chiu, Sammi
Agender:
1. Disk Balancer feature(HDDS-5713), the major code development is
finished. Next Yiyang will test the function locally.
2. Native ACL discussion
a. Discussed whether directory native ACL will be checked when
accessing a file in FSO bucket. The answer is clear. Need further check the
implementation.
b. Discussed prefix ACL, if multiple prefixes are matched, what's the
expected behavior of ACL check, which prefix ACL rule will be used. The
prefix ACL which matches the most will be used.
c. Shared the prefix ACL usage. It's used to control the access from
different users to different hive tables.
3. Discussed HDDS-10385 "Memory leak for thread local usages in
OMClientRequest". It's mentioned that there is no memory leak observed in
the production cluster with previous ThreadLocal implementation, and a high
GC pressure is also observed if ThreadLocal is replaced with create object
for each OMClientRequest. A new proposal is made and its feasibility needs
further check.