This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
0.151.3
svc-autorelease
released this
11 Jul 11:55
·
3384 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | AtlasDB clients using TimeLock now output logs indicating the slowest operation they encountered in the last 10 seconds, if said operation took at least 1 second. | #4105 |
Improvement | Users must now declare that their configuration is non-standard and that they accept the attendant risks if running with fewer than three nodes. Specifically, they must set the enableNonstandardAndPossiblyDangerousTopology flag in their ClusterConfiguration to true. |
#4111 |
Improvement | We now tag Targeted Sweep outcome metrics with the appropriate sweep strategy. Previously, the outcomes for both strategies were aggregated, resulting in metrics that were difficult to interpret. | #4116 |
Improvement | Added a new method to generated table schemas, getRowsColumnRangeIterator, that returns an iterator for each row rather than a BatchingVisitable. | #4120 |