Skip to content

Commit c6bd33d

Browse files
authored
Merge pull request #49351 from tengqm/fg-btree-132
Add feature gate BtreeWatchCache for v1.32.
2 parents def662d + 6755efa commit c6bd33d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: BtreeWatchCache
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: beta
11+
defaultValue: true
12+
fromVersion: "1.32"
13+
---
14+
When enabled, the API server will replace the legacy HashMap-based _watch cache_
15+
with a BTree-based implementation. This replacement may bring performance improvements.
16+

0 commit comments

Comments
 (0)