Skip to content

Commit 8f9d082

Browse files
committed
modify content/en/docs/v3.6/feature-gates/index.md
- "Feature gates for Alpha or Beta features" exchange the two features'Details at "InitialCorruptCheck" and "TxnModeWriteWithSharedBuffer" Signed-off-by: Jason040906 <2021614821@qq.com>
1 parent bf94568 commit 8f9d082

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/v3.6/feature-gates

1 file changed

+2
-2
lines changed

content/en/docs/v3.6/feature-gates/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ etcd.
7373
| Feature | Default | Stage | Details |
7474
|----------------------------------|---------|-------|--------------------------------------------------------------------------------------|
7575
| CompactHashCheck | false | Alpha |Enables to check data corruption before serving any client/peer traffic. |
76-
| InitialCorruptCheck | false | Alpha |Enables the write transaction to use a shared buffer in its readonly check operations. |
76+
| InitialCorruptCheck | false | Alpha |Enables leader to periodically check followers compaction hashes. operations. |
7777
| LeaseCheckpoint | false | Alpha |Enables leader to send regular checkpoints to other members to prevent reset of remaining TTL on leader change. |
7878
| LeaseCheckpointPersist | false | Alpha |Enables persisting remainingTTL to prevent indefinite auto-renewal of long lived leases. |
7979
| SetMemberLocalAddr | false | Alpha |Enables using the first specified and non-loopback local address from initial-advertise-peer-urls as the local address when communicating with a peer. |
8080
| StopGRPCServiceOnDefrag | false | Alpha |Enables etcd gRPC service to stop serving client requests on defragmentation. |
81-
| TxnModeWriteWithSharedBuffer | true | Beta |Enables leader to periodically check followers compaction hashes. |
81+
| TxnModeWriteWithSharedBuffer | true | Beta |Enables the write transaction to use a shared buffer in its readonly check |
8282

8383
## Using a feature
8484

0 commit comments

Comments
 (0)