mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #11700 from jingyih/correct_changelog_3p4
CHANGELOG-3.4: correction
This commit is contained in:
commit
31e7b34f71
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user