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

Improve coordination of Raft and Zeebe role transitions #8852

Open
1 task
romansmirnov opened this issue Feb 28, 2022 · 4 comments
Open
1 task

Improve coordination of Raft and Zeebe role transitions #8852

romansmirnov opened this issue Feb 28, 2022 · 4 comments
Labels
area/reliability Marks an issue as related to improving the reliability of our software (i.e. it behaves as expected) component/partition-transitions component/raft component/zeebe Related to the Zeebe component/team kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.

Comments

@romansmirnov
Copy link
Member

romansmirnov commented Feb 28, 2022

Description

This issue is an outcome of the discussions in #8717. In a nutshell, this issue is about improving the coordination of Raft and Zeebe role transitions that happens asynchronously. Currently, if the Raft layer transitions to FOLLOWER then the corresponding transition to FOLLOWERin the Zeebe layer happens asynchronously. That current approach causes different issues, things to consider, and seems to overly complicate the communication between these layers, for instance:

To Do

  • In the first place, this issue is about to reconsider the current approach and come up with a concept to implement
@romansmirnov romansmirnov added the kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. label Feb 28, 2022
@romansmirnov
Copy link
Member Author

@npepinpe, according to your last comment in #8717, I raised this issue. Feel free to adjust the description as necessary.

@npepinpe
Copy link
Member

I would like to dedicate some time to this in Q2. I'm still working on how to formulate more precisely what I want, but what you wrote is a good start. I think there are more issues even than those you mentioned.

@menski
Copy link
Contributor

menski commented Mar 1, 2022

As already mentioned this is a topic we should try to put on the roadmap for Q2, I removed it from the project board for now. @npepinpe please bring it to our roadmap planning.

@romansmirnov
Copy link
Member Author

Added another related issue #8978

@Zelldon Zelldon added component/partition-transitions area/reliability Marks an issue as related to improving the reliability of our software (i.e. it behaves as expected) component/raft labels Dec 30, 2022
@romansmirnov romansmirnov added the component/zeebe Related to the Zeebe component/team label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/reliability Marks an issue as related to improving the reliability of our software (i.e. it behaves as expected) component/partition-transitions component/raft component/zeebe Related to the Zeebe component/team kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
Projects
None yet
Development

No branches or pull requests

4 participants