- [Java] Fix a regression in
AeronArchive#listRecording
which could return arbitrary recording information when the specifiedrecordingId
is not found (does not exist or state is notVALID
) instead of sending backControlResponseCode.RECORDING_UNKNOWN
. - [C] Apply
aeron.conductor.cpu.affinity
to the thead inSHARED
threading mode andaeron.sender.cpu.affinity
to sender/receiver thread inSHARED_NETWORK
threading mode. - [C] Add support for setting CPU affinity for the async executor thread (
aeron.driver.async.executor.cpu.affinity
property andAERON_DRIVER_ASYNC_EXECUTOR_CPU_AFFINITY
env variable).