diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 25e28d1a8..39f9e51d7 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -30,6 +30,9 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.3...v3.4.4) and ### etcd server +- Fix [`wait purge file loop during shutdown`](https://github.com/etcd-io/etcd/pull/11308). + - Previously, during shutdown etcd could accidentally remove needed wal files, resulting in catastrophic error `etcdserver: open wal error: wal: file not found.` during startup. + - Now, etcd makes sure the purge file loop exits before server signals stop of the raft node. - [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613). - Fix [quorum protection logic when promoting a learner](https://github.com/etcd-io/etcd/pull/11640). - Improve [peer corruption checker](https://github.com/etcd-io/etcd/pull/11621) to work when peer mTLS is enabled. @@ -87,9 +90,6 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.1...v3.4.2) and ### etcdserver - Add [`tracing`](https://github.com/etcd-io/etcd/pull/11179) to range, put and compact requests in etcdserver. -- Fix [`wait purge file loop during shutdown`](https://github.com/etcd-io/etcd/pull/11308). - - Previously, during shutdown etcd could accidentally remove needed wal files, resulting in catastrophic error `etcdserver: open wal error: wal: file not found.` during startup. - - Now, etcd makes sure the purge file loop exits before server signals stop of the raft node. ### Go