You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2016/09/23 03:44:20 UTC

[jira] [Assigned] (IGNITE-3951) IgniteSpringBean.reentrantLock() method incorrectly flips create and fair flags when calling kernel delegate.

     [ https://issues.apache.org/jira/browse/IGNITE-3951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shtykh reassigned IGNITE-3951:
------------------------------------

    Assignee: Roman Shtykh

> IgniteSpringBean.reentrantLock() method incorrectly flips create and fair flags when calling kernel delegate.
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3951
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3951
>             Project: Ignite
>          Issue Type: Bug
>          Components: data structures
>    Affects Versions: 1.7
>            Reporter: Edward Kaganovich
>            Assignee: Roman Shtykh
>              Labels: easyfix
>
> {code:title=IgniteSpringBean.java|borderStyle=solid}{code}
> @Nullable @Override public IgniteLock reentrantLock(String name,
>         boolean failoverSafe,{color:green}boolean fair, boolean create {color})  {
>            checkIgnite();
>            return g.reentrantLock(name, failoverSafe, {color:red}create, fair{color});
>     }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)