Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-11201

worker queue of FullTableCache cleanup consume much memory

    XMLWordPrintableJSON

Details

    Description

      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.

       

       

      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.

      Attachments

        1. image-2024-07-18-11-17-20-894.png
          1.34 MB
          Sumit Agrawal

        Issue Links

          Activity

            People

              sumitagrawl Sumit Agrawal
              sumitagrawl Sumit Agrawal
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: