From 0c20457b9eddce87a6405c8af87ed57ce5b2e860 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Fri, 28 Sep 2018 17:07:53 -0700 Subject: [PATCH] CHANGELOG-3.3: updata from #10109 --- CHANGELOG-3.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index f54df70190d8..19b96277afe1 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -12,6 +12,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.3.9...v3.3.10) 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 [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