This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.218.0
svc-autorelease
released this
12 May 10:57
·
2780 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | PaxosStateLogImpl now uses a reentrant read write lock for synchronisation instead of a reentrant lock. This slightly improves performance and allows for higher read throughput by parallelising reads. |
#4758 |
Break | AuxiliaryRemotingParameters#shouldSupportBlockingOperations is now changed to AuxiliaryRemotingParameters#shouldUseExtendedTimeout . This is done to avoid confusion with Dialogue generated code where blocking indicates that client requests should wait till competion. You should only be affected if you provide these parameters and construct HTTP clients through AtlasDbHttpClients directly. |
#4761 |