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

OutdatedTopologyException is not properly marshalled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 14.0.28.Final, 15.0.2.Final
    • None
    • None
    • None

      The OutdatedTopologyException is not properly marshalled. When writing, we send if the delta is zero, out.writeBoolean(ote.topologyIdDelta == 0); but, when reading, we return the wrong instance: return retryNextTopology ? OutdatedTopologyException.RETRY_NEXT_TOPOLOGY : OutdatedTopologyException.RETRY_SAME_TOPOLOGY.

      If true is sent, it signals to retry on the same topology, not the next one.

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: