mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
CHANGELOG: update for #11308
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
This commit is contained in:
parent
b852e37895
commit
e9c30c570f
@ -22,6 +22,11 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
|
||||
|
||||
- Add [`etcd_cluster_version`](https://github.com/etcd-io/etcd/pull/11271) Prometheus metric.
|
||||
|
||||
### 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.
|
||||
|
||||
<hr>
|
||||
|
||||
|
@ -18,6 +18,12 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
|
||||
|
||||
- Add [`etcd_cluster_version`](https://github.com/etcd-io/etcd/pull/11261) Prometheus metric.
|
||||
|
||||
### 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.
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -34,6 +34,11 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
|
||||
### 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