Deepthi Devaki Akkoorath
Deepthi Devaki Akkoorath
Moving TypedEventRegistry to the protocol doesn't sound bad to me. You should also take `RecordValues` out of engine, as it is used by StreamProcessor. > Furthermore, I haven't seen any...
Happened in 8.1.13 during shutdown. No impact. Shutdown was completed successfully.
It seems #16833 didn't fix it. https://github.com/camunda/zeebe/commit/0aa4274e04db28d7a1d5abad75d098b767d43ab6
Can we somehow wait until the step down has happened? Does that make the test stable?
Occured again https://github.com/camunda/zeebe/actions/runs/7355209068/job/20023485889 * `processSeed=5971715828419667280, executionPathSeed=-8529823218450698844`
https://github.com/camunda/zeebe/actions/runs/8046566434/job/21974032891
https://github.com/camunda/zeebe/actions/runs/8815701066/job/24198207483 https://github.com/camunda/zeebe/commit/4dbcd254bd88bd1a026ae0d38b4b980abb4c5b7b ``` io.camunda.zeebe.engine.processing.randomized.ReplayStateRandomizedPropertyTest.shouldRestoreStateAtEachStepInExecution[TestDataRecord{processSeed=5539701844136524470, executionPathSeed=-8990407129682693359}] -- Time elapsed: 11.88 s
In a successful run we see the following logs ``` 2024-03-06 07:21:42.191 [Broker-0] [zb-actors-0] [BrokerAdminServiceImpl] INFO io.camunda.zeebe.broker.system - Resuming exporting on all partitions. 2024-03-06 07:21:56.964 [Broker-0] [zb-actors-1] [BrokerAdminServiceImpl] INFO io.camunda.zeebe.broker.system...
Was able to reproduce it once locally with #16733 ``` 2024-03-06 07:48:46.833 [Broker-0] [zb-actors-1] [BrokerAdminServiceImpl] INFO io.camunda.zeebe.broker.system - Triggering Snapshots on all partitions. 2024-03-06 07:48:46.835 [Broker-0] [zb-actors-1] [SnapshotDirector-1] DEBUG io.camunda.zeebe.logstreams.snapshot...
In the runs where the test passes, following events occur in order 1. Transition to leader in term 1 2. StreamProcessor starts processing 3. Pauses Exporting 4. Writes many commands...