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

Remove time dependency of Backup-Restore for Leader Election #547

Open
3 tasks
ishan16696 opened this issue Oct 7, 2022 · 1 comment
Open
3 tasks

Remove time dependency of Backup-Restore for Leader Election #547

ishan16696 opened this issue Oct 7, 2022 · 1 comment
Labels
kind/enhancement Enhancement, improvement, extension kind/poc Proof of concept or prototype lifecycle/rotten Nobody worked on this for 12 months (final aging stage) priority/3 Priority (lower number equals higher priority)

Comments

@ishan16696
Copy link
Member

ishan16696 commented Oct 7, 2022

How to categorize this issue?
/kind enhancement

Stories:

  1. To remove time coupled backup-restore's actions on leadership change.

What would you like to be added:

Motivation (Why is this needed?):

  1. Currently, this polling mechanism in leader-election of backup-restore makes backup-restore time dependent for taking action on leadership change. We want to use some kind of events by which etcd itself can notify its sidecar about leadership change.
  2. Moving etcd to its latest version is important as it contains the new fixes/feature like EtcdServer.leaderChangedNotify which we gonna use in our implementation.
  3. Although EtcdServer.leaderChangedNotify is suppose to be used by embedded etcd but we found out that every etcd starts as embedded etcd. Please refer: here
  4. With this Golang app which will bootstarp etcd: we will be able to move to Distroless base image and will be able to remove our dependency on etcd custom image.

Acceptance Criteria:

  • New Golang app which starts a etcd should be able to form a multi-node etcd cluster without much design change.
  • It shouldn’t effect or cause any hindrance to our multi-node etcd features in any form.
@ishan16696 ishan16696 added kind/enhancement Enhancement, improvement, extension kind/poc Proof of concept or prototype labels Oct 7, 2022
@ishan16696
Copy link
Member Author

@ishan16696 ishan16696 added the kind/epic Large multi-story topic label Oct 7, 2022
@abdasgupta abdasgupta changed the title ☂️ Issue to remove/mitigate time dependency of backup-restore Remove time dependency of Backup-Restore for Leader Election Jan 5, 2023
@abdasgupta abdasgupta added priority/3 Priority (lower number equals higher priority) and removed kind/epic Large multi-story topic labels Jan 5, 2023
@gardener-robot gardener-robot added the lifecycle/stale Nobody worked on this for 6 months (will further age) label Sep 14, 2023
@gardener-robot gardener-robot added lifecycle/rotten Nobody worked on this for 12 months (final aging stage) and removed lifecycle/stale Nobody worked on this for 6 months (will further age) labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension kind/poc Proof of concept or prototype lifecycle/rotten Nobody worked on this for 12 months (final aging stage) priority/3 Priority (lower number equals higher priority)
Projects
None yet
Development

No branches or pull requests

3 participants