Skip to content

feat(hydro_test): Replica-less implementation of paxos bench#2650

Merged
davidchuyaya merged 11 commits intohydro-project:mainfrom
davidchuyaya:paxos_no_replica
Apr 15, 2026
Merged

feat(hydro_test): Replica-less implementation of paxos bench#2650
davidchuyaya merged 11 commits intohydro-project:mainfrom
davidchuyaya:paxos_no_replica

Conversation

@davidchuyaya
Copy link
Copy Markdown
Contributor

Motivated by benchmark, which seems to indicate that the replicas were becoming the bottleneck.
Paxos purely as a log (as opposed to a replicated state machine) is still meaningful.

image

@davidchuyaya davidchuyaya requested a review from shadaj March 16, 2026 17:26
@davidchuyaya
Copy link
Copy Markdown
Contributor Author

My local cargo clippy is failing because of a deprecated function in scheduled_test

@shadaj
Copy link
Copy Markdown
Member

shadaj commented Mar 23, 2026

Do we need IR tests for this one, if it's just a variant?

@davidchuyaya davidchuyaya enabled auto-merge (squash) April 15, 2026 23:07
@davidchuyaya davidchuyaya merged commit 09c67ed into hydro-project:main Apr 15, 2026
18 checks passed
@davidchuyaya davidchuyaya deleted the paxos_no_replica branch April 16, 2026 16:19
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 this pull request may close these issues.

2 participants