Skip to content

[Questions] [Custom OCI image] Node reports multiple schema database tables as missing after a restart #13151

Closed Locked Answered by michaelklishin
PaarthShah asked this question in Questions
Discussion options

You must be logged in to vote

#3837 looks distantly similar, and there you can see evidence of a node that hasn't synced its data from peers yet but already has a client trying to connect and perform operations.

This can be a manifestation of this long documented behavior with node restarts that usually affects Kubernetes but in general can affect any environment where the tool that is responsible for stopping/restarting nodes assumes that nodes do not depend on each other when they are restarted (which is not the case, see the doc guides linked to earlier).

Therefore a specific node does not have its metadata store tables yet, e.g. because its waiting for its last known peer to come online, the peer does not do it be…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants