This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.185.4
svc-autorelease
released this
07 Feb 10:43
·
2976 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | Ability to make persister reusable (through specifying the @reusable annotation) and not to create a new instance on each hydration. Schemas must be regenerated in order to enable this. Note: Persisters are only reusable if they're thread-safe and stateless. The default behaviour is to create a new instance of persister on each hydration to avoid issues with persisters which are stateful. |
#4483 |
Fix | The SweepStrategyManager now reloads sweep strategies when the strategy for an unknown table is requested. This fixes consumers of sweep strategies for clients who dynamically create tables or change table metadata. |
#4542 |
Improvement | Correctly report metrics for certain popular Timelock endpoints. Reduced the places where we over report/double count the number of calls of a particular metric | #4549 |
Improvement | AtlasDB now publishes a metric that can be used to monitor Cassandra connection pool exhaustion. | #4555 |
Improvement | Make max threadpool size for Cass calls track connection pool sizes and improve instrumentation around queueing duration. | #4556 |