Sumit Agrawal created HDDS-11201:
------------------------------------

             Summary: worker queue of FullTableCache cleanup consume much memory
                 Key: HDDS-11201
                 URL: https://issues.apache.org/jira/browse/HDDS-11201
             Project: Apache Ozone
          Issue Type: Bug
          Components: Ozone Manager
            Reporter: Sumit Agrawal
            Assignee: Sumit Agrawal
         Attachments: image-2024-07-18-11-17-20-894.png

As observed, FullTableCache cleanup queue consumes 4GB as events keeps getting 
added to queue (reached 28442228 for this case) for cleanup of evictionEntries. 

There is a possibility of this due to lock used in cleanup thread, and this 
lock is non-fair.

 

!image-2024-07-18-11-17-20-894.png|width=452,height=273!

 

As part of this, need check if evictionEntries can be optimized as used for 
cache eviction when cache value is null and epoch is current value transaction 
Id. and/or fair locking mechanism.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to