You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Stanilovsky Evgeny (Jira)" <ji...@apache.org> on 2019/12/13 10:36:00 UTC

[jira] [Created] (IGNITE-12442) Fix unnecessary synchronized on PagesCache#add.

Stanilovsky Evgeny created IGNITE-12442:
-------------------------------------------

             Summary: Fix unnecessary synchronized on PagesCache#add.
                 Key: IGNITE-12442
                 URL: https://issues.apache.org/jira/browse/IGNITE-12442
             Project: Ignite
          Issue Type: Improvement
          Components: data structures
    Affects Versions: 2.7.6
            Reporter: Stanilovsky Evgeny


After [IGNITE-6930|https://issues.apache.org/jira/browse/IGNITE-6930] was implemented, there are some synchronization extra usage found.
1. org.apache.ignite.internal.processors.cache.persistence.freelist.PagesList.PagesCache#add
2. org.apache.ignite.internal.processors.cache.persistence.freelist.PagesList.PagesCache#emptyFlushCnt

hope need to fix it.



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