From e9fbd3b466e94f80ef1b0e447848cee358b68edb Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 28 Sep 2023 15:54:21 +0800 Subject: [PATCH] release-6.5.4: add missing fix note (#14949) --- releases/release-6.5.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/release-6.5.4.md b/releases/release-6.5.4.md index 16841d995a50c..7ffb480aef4d9 100644 --- a/releases/release-6.5.4.md +++ b/releases/release-6.5.4.md @@ -107,6 +107,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v6.5/quick-start-with- - Fix the issue that the `tmp-storage-quota` configuration does not take effect [#45161](https://github.com/pingcap/tidb/issues/45161) [#26806](https://github.com/pingcap/tidb/issues/26806) @[wshwsh12](https://github.com/wshwsh12) - Fix the issue that TiFlash replicas might be unavailable when a TiFlash node is down in the cluster [#38484](https://github.com/pingcap/tidb/issues/38484) @[hehechen](https://github.com/hehechen) - Fix the issue that TiDB crashes due to possible data race when reading and writing `Config.Lables` concurrently [#45561](https://github.com/pingcap/tidb/issues/45561) @[genliqi](https://github.com/gengliqi) + - Fix the issue that the client-go regularly updating `min-resolved-ts` might cause PD OOM when the cluster is large [#46664](https://github.com/pingcap/tidb/issues/46664) @[HuSharp](https://github.com/HuSharp) + TiKV