You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed HA Tracker jitter causing unnecessary CAS operations (#1861)
* Fixed HA Tracker jitter causing unnecessary CAS operations
Signed-off-by: Marco Pracucci <marco@pracucci.com>
* Added entry to changelog
Signed-off-by: Marco Pracucci <marco@pracucci.com>
* Improved HATrackerConfig.Validate()
Signed-off-by: Marco Pracucci <marco@pracucci.com>
* Cleaner checkReplicaTimestamp() test function
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## master / unreleased
4
4
5
+
*[BUGFIX] Fixed unnecessary CAS operations done by the HA tracker when the jitter is enabled. #1861
6
+
5
7
## 0.4.0 / 2019-12-02
6
8
7
9
*[CHANGE] The frontend component has been refactored to be easier to re-use. When upgrading the frontend, cache entries will be discarded and re-created with the new protobuf schema. #1734
0 commit comments