This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.206.1
svc-autorelease
released this
16 Apr 11:06
·
2834 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | Reduce number of context switches on the hot path inside AwaitingLeadershipProxy when checking for leadership. |
#4672 |
Feature | Added a new paxos runtime configuration enable-batching-for-single-leader to timelock runtime configuration. If set to true, timelock internal communication will use the batched endpoints in a single leader mode. This feature is experimental, contact the altasdb team if you wish to enable it. |
#4695 |
Improvement | Added further protections around thread explosion when a non-leader node goes down. Previously this was limited at 100 * num_clients : we now will not spin up more than 100 threads per remote across clients when talking to a remote acceptor. |
#4708 |