Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes in embed.EtcdServer struct for feature gate. #973

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

siyuanfoundation
Copy link
Contributor

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: siyuanfoundation
Once this PR has been reviewed and has the lgtm label, please assign wenjiaswe for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@siyuanfoundation siyuanfoundation force-pushed the embed branch 6 times, most recently from 48e35f6 to c608503 Compare March 17, 2025 23:01
@siyuanfoundation siyuanfoundation requested a review from jmhbnz March 18, 2025 00:02
@siyuanfoundation
Copy link
Contributor Author

/cc @ahrtr @ivanvc @jmhbnz

@k8s-ci-robot k8s-ci-robot requested review from ahrtr and ivanvc March 18, 2025 00:03
Signed-off-by: Siyuan Zhang <sizhang@google.com>
Comment on lines +75 to +81
| CompactHashCheck | false | Alpha |Enables to check data corruption before serving any client/peer traffic. |
| InitialCorruptCheck | false | Alpha |Enables the write transaction to use a shared buffer in its readonly check operations. |
| LeaseCheckpoint | false | Alpha |Enables leader to send regular checkpoints to other members to prevent reset of remaining TTL on leader change. |
| LeaseCheckpointPersist | false | Alpha |Enables persisting remainingTTL to prevent indefinite auto-renewal of long lived leases. |
| 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. |
| StopGRPCServiceOnDefrag | false | Alpha |Enables etcd gRPC service to stop serving client requests on defragmentation. |
| TxnModeWriteWithSharedBuffer | true | Beta |Enables leader to periodically check followers compaction hashes. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double checking is it intentional that DistributedTracing: {Default: false, PreRelease: featuregate.Alpha} is excluded from this list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants