Skip to content

Commit fe81901

Browse files
committed
Properly deprecate ExperimentalStopGRPCServiceOnDefrag
Signed-off-by: Ivan Valdes <[email protected]>
1 parent e37615a commit fe81901

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

server/embed/config.go

+2
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ type Config struct {
595595
ExperimentalTxnModeWriteWithSharedBuffer bool `json:"experimental-txn-mode-write-with-shared-buffer"`
596596

597597
// ExperimentalStopGRPCServiceOnDefrag enables etcd gRPC service to stop serving client requests on defragmentation.
598+
// TODO: Delete in v3.7
599+
// Deprecated: Use StopGRPCServiceOnDefrag Feature Flag. Will be decommissioned in v3.7.
598600
ExperimentalStopGRPCServiceOnDefrag bool `json:"experimental-stop-grpc-service-on-defrag"`
599601

600602
// V2Deprecation describes phase of API & Storage V2 support.

server/etcdmain/help.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Experimental feature:
346346
--snapshot-catchup-entries
347347
Number of entries for a slow follower to catch up after compacting the raft storage entries.
348348
--experimental-stop-grpc-service-on-defrag
349-
Enable etcd gRPC service to stop serving client requests on defragmentation. It's deprecated, and will be decommissioned in v3.7. Use '--feature-gates=StopGRPCServiceOnDefrag=true' instead.
349+
Enable etcd gRPC service to stop serving client requests on defragmentation. Deprecated in v3.6 and will be decommissioned in v3.7. Use '--feature-gates=StopGRPCServiceOnDefrag=true' instead.
350350
351351
Unsafe feature:
352352
--force-new-cluster 'false'

0 commit comments

Comments
 (0)