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

Critial section should be wrapped correctly for GridCacheDatabaseSharedManager

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.6
    • 2.7
    • None
    • None

    Description

      `blockingSectionBegin` should be used here

      GridCachePartitionExchangeManager:2687
      
      blockingSectionEnd();
      
      try {
       resVer = exchFut.get(exchTimeout, TimeUnit.MILLISECONDS);
      } finally {
       blockingSectionEnd();
      }
       

      Attachments

        Activity

          People

            mmuzaf Maxim Muzafarov
            mmuzaf Maxim Muzafarov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: