F-resilient Write quorums for the Uniform strategy method #8
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: greg/quoracle#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi @mwhittaker,
I see the following implementation for the
uniform_strategy
method:(line 179)
Am I right to suppose that in the
f_resilient_quorums
call for thewrite_quorums
var, it should pass theself.writes
property of the quorum system?Thanks 😄
Haha whoops! Yeah, that is a bug. Just pushed a commit to fix it. Thanks so much for finding the bug Samuele. If you find any other bugs, definitely let me know!