From 4a3f7c6091e037d7283aa60c4764311b2e9d2068 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Fri, 28 Sep 2018 17:24:41 -0700 Subject: [PATCH] CHANGELOG-3.1: update from #10109 --- CHANGELOG-3.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index 1c2f9edb6..429509999 100644 --- a/CHANGELOG-3.1.md +++ b/CHANGELOG-3.1.md @@ -13,6 +13,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.1.19...v3.1.20) and - Improve ["became inactive" warning log](https://github.com/etcd-io/etcd/pull/10024), which indicates message send to a peer failed. - Improve [read index wait timeout warning log](https://github.com/etcd-io/etcd/pull/10026), which indicates that local node might have slow network. - Add [gRPC interceptor for debugging logs](https://github.com/etcd-io/etcd/pull/9990); enable `etcd --debug` flag to see per-request debug information. +- Add [consistency check in snapshot status](https://github.com/etcd-io/etcd/pull/10109). If consistency check on snapshot file fails, `snapshot status` returns error. ### Metrics, Monitoring