[ https://issues.apache.org/jira/browse/IGNITE-9723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrey Gura updated IGNITE-9723: -------------------------------- Priority: Blocker (was: Major) > 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 > Assignee: Maxim Muzafarov > Priority: Blocker > Fix For: 2.7 > > > `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)