Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-3951

IgniteSpringBean.reentrantLock() method incorrectly flips create and fair flags when calling kernel delegate.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7
    • 1.8
    • data structures

    Description

      IgniteSpringBean.java
      
      

      @Nullable @Override public IgniteLock reentrantLock(String name,
      boolean failoverSafe,boolean fair, boolean create ) {

      checkIgnite();
      return g.reentrantLock(name, failoverSafe, create, fair);
      }

      Attachments

        Issue Links

          Activity

            People

              shroman Roman Shtykh
              ekaganovich@yahoo.com Edward Kaganovich
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: