Skip to content

Fix StatefulSet ordinal election leaving buckets unowned - #3393

Open
shashankxrm wants to merge 1 commit into
knative:mainfrom
shashankxrm:fix/statefulset-ordinal-topology-3384
Open

shashankxrm wants to merge 1 commit into
knative:mainfrom
shashankxrm:fix/statefulset-ordinal-topology-3384

Conversation

@shashankxrm

Copy link
Copy Markdown

Changes

  • 🐛 Reject StatefulSet ordinal leader election when the replica count does not match the configured bucket count, instead of starting with unowned buckets.
  • 🧹 Treat STATEFUL_CONTROLLER_ORDINAL as the explicit selector for StatefulSet mode. Invalid explicit configuration now fails closed instead of falling back to lease election. Standard lease election is unchanged when the ordinal env is absent.

StatefulSet assignment remains 1:1 (ordinal N owns bucket N). Bucket names, DNS identities, and valid StatefulSet election behavior are unchanged.

/kind bug

Fixes #3384

Release Note

action required: StatefulSet ordinal leader election now requires STATEFUL_REPLICA_COUNT to equal the configured bucket count. Invalid explicit StatefulSet configuration fails closed instead of falling back to lease election.

Docs


@knative-prow knative-prow Bot added the kind/bug Categorizes issue or PR as related to a bug. label Sep 19, 2026
@knative-prow
knative-prow Bot requested review from Cali0707 and skonto September 19, 2026 02:58
@knative-prow

knative-prow Bot commented Sep 19, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

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

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

Details 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

@knative-prow

knative-prow Bot commented Sep 19, 2026

Copy link
Copy Markdown

Welcome @shashankxrm! It looks like this is your first PR to knative/pkg 🎉

@knative-prow knative-prow Bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 19, 2026
@knative-prow

knative-prow Bot commented Sep 19, 2026

Copy link
Copy Markdown

Hi @shashankxrm. Thanks for your PR.

I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Categorizes issue or PR as related to a bug. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StatefulSet ordinal mode can silently leave buckets unowned

1 participant