You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Swaroopa Kadam (Jira)" <ji...@apache.org> on 2020/01/29 00:49:00 UTC

[jira] [Created] (HBASE-23761) The new cache entry can overflow the maxSize in CachedEntryQueue

Swaroopa Kadam created HBASE-23761:
--------------------------------------

             Summary: The new cache entry can overflow the maxSize in CachedEntryQueue
                 Key: HBASE-23761
                 URL: https://issues.apache.org/jira/browse/HBASE-23761
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.1.8
            Reporter: Swaroopa Kadam
            Assignee: Swaroopa Kadam


When we check whether the new entry should be added into CachedEntryQueue#queue, we need to be sure that after adding the entry to the queue, the cache size does not overflow maxSize. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)