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

Server-hinting should utilise the same UUIDs as non-hinted clusters

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 12.0.0.Final
    • Core
    • None
    • Undefined

      Performance may suffer when utilising server-hinting because topology information is included in the JGroups address.

      Assuming you always set machine-id="X", both machine-id and X will be serialized everywhere addresses are serialized, e.g. in CommandInvocationId or in GlobalTransaction. The receiver then allocates 2 byte[] instances for them, 2 byte[][] for the ExtendedUUID etc.

      It should be possible to make this an Infinispan level feature and re-use the same UUID addresses as in non-hinted clusters.

              Unassigned Unassigned
              remerson@redhat.com Ryan Emerson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: