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

StateConsumerImpl.isKeyUpdated searches for the key in the values collection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Critical Critical
    • 7.0.0.Beta1
    • 6.0.1.Final
    • Core, State Transfer
    • None

      Introduced by the ISPN-3443 fix. I changed the updatedKeys HashSet to be an EquivalendConcurrentHashMap, but I forgot to change the contains(key) call to containsKey(key). Since we use the same value for all the keys, it means state transfer might skip more keys than it should have.

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

              Created:
              Updated:
              Resolved: