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

Update partition processor to use Bifrost for reading commands #1216

Closed
tillrohrmann opened this issue Feb 23, 2024 · 1 comment · Fixed by #1253
Closed

Update partition processor to use Bifrost for reading commands #1216

tillrohrmann opened this issue Feb 23, 2024 · 1 comment · Fixed by #1253
Assignees

Comments

@tillrohrmann
Copy link
Contributor

In order to move to the shared log architecture we need to update the partition processor to read its commands from Bifrost. This will allow us to remove the consensus module completely. Since the current Bifrost implementation does not support durability, we will sacrifice durability of the system until we have a durable implementation of the log. Additionally, we need to update the different writers (shuffle, partition processor itself and ingress) to use the log for sending partition processor commands.

@tillrohrmann
Copy link
Contributor Author

Fixed via #1253

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

Successfully merging a pull request may close this issue.

1 participant