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

Multimap Bucket can't get replicated in server mode

    XMLWordPrintable

Details

    Description

      Mulitmap put/get only sends the function over the network, which works fine. But, if you have to replicate the Bucket class, it will fail (state transfer & cross-site are 2 examples)

      This happens because of MultimapRequestProcessor which wraps the user's key & value with WrappedByteArray and the "user marhsaller" is unable to handle WrappedByteArray. Wrapping the keys & values with WrappedByteArray is no longer necessary and it should be removed.

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            karestig@redhat.com Katia Aresti
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: