Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2510

PrepareCommands should fail on nodes where the cache is not running

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • 6.0.0.Final
    • 5.2.0.Beta3
    • Core
    • None

    Description

      When the user stops a cache without stopping the cache manager on that node, subsequent PrepareCommands sent to that node will return a SuccessfulResponse.

      If that node used to the primary owner of the command's modified key, the originator will proceed with the transaction as if it had acquired a lock on that key. It is thus possible for multiple transactions to think they have acquired the key lock at the same time.

      On the other hand, in replicated caches is is quite possible that a cache is not running on all the cluster node and yet PrepareCommands are broadcasted to everyone in parallel. So the solution should not involve sending exceptions (which have huge stack traces), and the originator should be able to ignore failures responses from nodes that were not targeted in the first place.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: