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)

Reply via email to