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

Roman Shtykh updated IGNITE-3951:
---------------------------------
    Fix Version/s: 1.8

> 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
>             Fix For: 1.8
>
>
> {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)

Reply via email to