From 7185ee887dc14a93abe1bf2361e043082aaa3f7a Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Fri, 10 May 2024 06:01:39 -0400 Subject: [PATCH] changelog: add note from #17977 backport Signed-off-by: Ivan Valdes --- CHANGELOG/CHANGELOG-3.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 53c86ef8212..c6cdcfe884c 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -14,6 +14,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [Revision decreasing after panic during compaction](https://github.com/etcd-io/etcd/pull/17865) - Add [`etcd --experimental-stop-grpc-service-on-defrag`](https://github.com/etcd-io/etcd/pull/17914) to enable client failover on defrag. +### etcdutl v3 +- Add [`--initial-memory-map-size` to `snapshot restore` to avoid memory allocation issues](https://github.com/etcd-io/etcd/pull/17977) + ### Package `clientv3` - Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17641). - Fix [initialization for mu in client context](https://github.com/etcd-io/etcd/pull/17699).