This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.152.1
svc-autorelease
released this
12 Aug 13:40
·
3353 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | We no longer run Background Sweep by default if Targeted Sweep is fully enabled (that is, writes to the sweep queue and reading from the sweep queue are both enabled). Background Sweep may still be enabled in this case by explicitly setting sweep#enabled to true in runtime configuration. |
#4154 |
Improvement | Use a simple Caffeine cache around MetricName construction | #4157 |
Fix | TimeLock no longer leaks threads when an async lock service is shut down (e.g. as part of a leader election). Previously we would not shut the lock request timeout thread down, leading to (number of clients) many threads left in limbo after each time a node loses leadership. | #4162 |
Fix | TransactionManagers now creates the ClearsTable during initialisation regardless of whether or not Targeted Sweep is enabled. |
#4164 |