garage craches on start #754
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#754
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?
one node fall out from cluster and now can't join to it.
We had a similar issue today. Check if the node that fell off does see other nodes with proper IP/addresses. For us, one of the nodes had
127.0.0.1:port
. We were unable to track the core reason. Calling connect to all other nodes helped us. Something like:Connect used the same way as in the documentation: https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/
This line seems to indicate that your LMDB database file is corrupted. The best is probably to rebuild it from scratch if you can (see recovering from failures).
@kinovic Do you also have a similar message in your logs regarding LMDB?
@lx I have read the issue wrong... We had a different problem then. Thank you for your explanation.