Bug Fixes
Broker
- Deployment Distribution not idempotent (#9877)
- Leaders with no log before snapshot get stuck in a loop when replicating the snapshot (#9820)
- Output mapping doesn't create an incident if a variable is missing (#9543)
- SIGBUS error with 1.2.2 (#8099)
- IllegalStateException: Not expected to have an active sequence flow count lower then zero! (#6778)
Misc
- Unhealthy partition in long running benchmark (#8302)
- InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code (#6504)
Maintenance
- Smoke test rootless deployment of broker/gateway images (#9748)
Merged Pull Requests
- Await until no more marked-for-deletion segments are present (#9911)
- test(qa): increase timeout (#9905)
- test(qa): wait until message is published before restarting the broker (#9886)
- Support logging partition id in compact record logger (#9885)
- Allow relaxed instantiation of exporter configuration (#9854)
- Remove ActorControl#runUntilDone (#9850)
- Restructure journal module (#9834)
- Clean up journal segment pre-allocation (#9833)
- fix: don't replicate snapshot if member already has the latest snapshot (#9824)
- Reject duplicate parallel gateway activate command (#9759)
- Add rootless integration test (#9749)
- Complete start/close futures when an actor fails (#9734)
- Preallocate segment files (#9731)
- Split loading and managing segments out of SegmentedJournal (#9714)
- Disable some auto configuration (#9692)
- [Backport stable/1.3] Fix CLA warnings on release due to bot commits (#9677)
- Escalate errors in output mapping evaluation (#9668)
- fix(engine): add grace period to detect end of processing (#9082)