You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: