warn when inconsistent level of replication is detected #92
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#92
Loading…
Reference in a new issue
No description provided.
Delete branch "trinity-1686a/garage:warn-inconsistent-replication"
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?
fix #88
this is a very verbose warn (appears dozens of time per minute), but as this is warning against a dangerous configuration issue, I don't think it really needs rate-limiting
Looks nice but I'd go even stronger: as soon as we detect someone has a different replication mode, show an error and exit(1)
I guess "as soon as we detect someone has a different replication mode" should be interpreted as "someone with higher level of replication", so one node with replication=1 won't bring down the whole cluster?
Yes ok!