- [Java] Reset
ClusterBackup
state if the Cluster node from whichClusterBackup
is replaying the log is "not available", i.e. either no longer eligible (i.e. after an election) or the backup query cannot be sent to it (e.g.ConsensusModule
is down). - [Java] Fix typo in ReplicationSession state change reason.
- [C] Adding setter/getter methods for CPU affinity to media driver. (#1737)
- [C] Support use of
sendmmsg()
without an address (i.e. when connect address is used). (#1742) - [C] Close image when it is being removed from a subscription.
- [C++ Wrapper] Decrement ref count of an
Image
after it was created, because it was counted twice: once in the C code when looking theaeron_image_t
and the second time by invokingaeron_subscription_image_retain
inside theImage
constructor. - [C++ Wrapper] Remove definitions that shadow
aeron_logbuffer_descriptor.h
definitions. (#1740) - [Java] Upgrade to Gradle 8.12.1.
- [Java] Upgrade to Shadow 8.3.6.
- [Java] Upgrade to Checkstyle 10.21.2.
- [Java] Upgrade to ByteBuddy 1.17.1.