Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.218.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 12 May 10:57
· 2780 commits to develop since this release
9822b04
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