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

putAll() throws IgniteException instead of CachePartialUpdateException in ascyn mode when partial update occurs.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.1.4
    • sprint-7
    • cache
    • None

    Description

      Problem:
      When partial update occurs in sync mode, user receive CachePartialUpdateException as expected, which he can use to obtain failed key and re-process them.
      But if it occurs in async mode, future.get() throws IgniteException with nested CachePartialUpdateCheckedException.

      Expected behavior after fix:
      future.get() throws CachePartialUpdateException.

      Attachments

        1. ignite-sprint-7_ignite_1059ver2.patch
          5 kB
          Vladimir Ozerov
        2. ignite-sprint-7_ignite_1059ver1.patch
          22 kB
          Atri Sharma

        Activity

          People

            atris Atri Sharma
            vozerov Vladimir Ozerov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: