Hello
I recently upgraded my AxonServer setup from a standalone node to a 3-node cluster. I managed to migrate the event store from the standalone setup to the cluster and the system seemed to work fine. However, I am getting some weird errors that I never saw before and I do not know how to recover from them.
I see errors in the AxonServer log like this (from io.axoniq.axonserver.message.event.SequenceValidationStreamObserver):
Invalid sequence number for aggregate 69e26b29-2c1d-49ab-8d00-9b1c9a830aba in context default. Received: 75, expected: 1
Invalid sequence number for aggregate in context default. Received: 0, expected: 1
Invalid sequence number for aggregate in context default. Received: 0, expected: 73
As a result, commands targeting the aggregate 69e26b29-2c1d-49ab-8d00-9b1c9a830aba are failing. When looking at the aggregate using the AxonServer UI, the aggregate can be read and looks fine.
Any help is appreciated
Klaus