You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maxim Muzafarov (JIRA)" <ji...@apache.org> on 2018/09/27 13:31:00 UTC

[jira] [Created] (IGNITE-9723) Critial section should be wrapped correctly for GridCacheDatabaseSharedManager

Maxim Muzafarov created IGNITE-9723:
---------------------------------------

             Summary: Critial section should be wrapped correctly for GridCacheDatabaseSharedManager
                 Key: IGNITE-9723
                 URL: https://issues.apache.org/jira/browse/IGNITE-9723
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.6
            Reporter: Maxim Muzafarov


`blockingSectionBegin`  should be used here

{code:java|title=GridCachePartitionExchangeManager:2687}

blockingSectionEnd();

try {
 resVer = exchFut.get(exchTimeout, TimeUnit.MILLISECONDS);
} finally {
 blockingSectionEnd();
}
 {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)