Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-2089

Do not store writerUuid in sal-akka-segmented-journal

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • 10.0.0, 8.0.6, 9.0.3
    • None
    • clustering

      As noted in CONTROLLER-2044 and CONTROLLER-2043, we have repeating writerUuid in the journal.

      Perusing akka.persistence, this value is used only for sanity checking in a filter – and that filter will happily live with just empty strings.

      On the write side, write a null String instead of writerUuid.
      On the read side, read the uuid, bump always report empty string.

      This should be a completely ABI compatible change.

            SamoSchneider Samuel Schneider
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: