Closed
Description
Feature (What you would like to be added):
Single nodes should be able to come back up seamlessly in a multi node cluster setup.
Motivation (Why is this needed?):
Currently, in the multinode cluster, we are seeing that single node can't restore properly if it faces a sudden shutdown. Single nodes are unable to come back up due to revision check that is blocking it from running. That's why, we need to remove the revision check so that single nodes can come back up.
Approach/Hint to the implement solution (optional):
We need to determine the cluster size and if it's more than one, skip revision check.