You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2018/10/01 13:24:00 UTC

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

     [ 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)