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

RemoteCache#putAll doesn't route properly with object storage

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 13.0.0.Final
    • Hot Rod
    • None

    Description

      The putAll command currently transforms the keys and values to byte[] instances and then routes the operations based on the byte[] representation of the key. If the server is using object storage, this means the entries are not routed properly because the byte[] will have different hashCode. We need to instead group the entries by the key object if object storage is enabled. Note that all the single key operations already do this.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: