File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
1111- Fix [ mvcc: avoid double decrement of watcher gauge on close/cancel race] ( https://github.com/etcd-io/etcd/pull/20065 )
1212- Fix [ Watch on future revision returns old events or notifications] ( https://github.com/etcd-io/etcd/pull/20291 )
1313- Improve [ help message for --quota-backend-bytes] ( https://github.com/etcd-io/etcd/pull/20379 )
14+ - Fix [ potential data corruption when applySnapshot and defragment happen concurrently] ( https://github.com/etcd-io/etcd/pull/20659 )
1415
1516### Dependencies
1617
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
99### etcd server
1010
1111- Fix [ etcd may return success for leaseRenew request even when the lease is revoked] ( https://github.com/etcd-io/etcd/pull/20616 )
12+ - Fix [ potential data corruption when applySnapshot and defragment happen concurrently] ( https://github.com/etcd-io/etcd/pull/20653 )
1213
1314### Dependencies
1415
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
1111- [ Remove the flag ` --experimental-snapshot-catch-up-entries ` from ` etcd --help ` output] ( https://github.com/etcd-io/etcd/pull/20422 )
1212- Fix [ etcd repeatedly log the error "cannot detect storage schema version: missing confstate information"] ( https://github.com/etcd-io/etcd/pull/20496 )
1313- Fix [ etcd may return success for leaseRenew request even when the lease is revoked] ( https://github.com/etcd-io/etcd/pull/20615 )
14+ - Fix [ potential data corruption when applySnapshot and defragment happen concurrently] ( https://github.com/etcd-io/etcd/pull/20650 )
1415
1516### Dependencies
1617
You can’t perform that action at this time.
0 commit comments