You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Java] Reset ClusterBackup state if the Cluster node from which ClusterBackup 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 the aeron_image_t and the second time by invoking aeron_subscription_image_retain inside the Image constructor.
[C++ Wrapper] Remove definitions that shadow aeron_logbuffer_descriptor.h definitions. (#1740)