Skip to content

Fix a problem with Sequencer incident handling in ES MT (23.0)

Marcin Nowak requested to merge mnowak/athena:sequencer.fix.ESMT.23.0 into 23.0

Sequencer will no longer overwrite the slot0 rangeID when given the NextRange incident without event context, but rather it will store the new rangeID for the next BeginProcessing incident. That should fix EventService MT. No behavior changes should be observed when not using ESMT. FI @tsulaia

Merge request reports