Skip to main content
Swytch Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Disconnected and Partitioned Operation

Keep the application useful when its node loses contact with other nodes. Start by separating rebuildable local work from actions that require a shared decision.

Choose behavior by operation

WorkWhat to plan for
Reading resident stateLocal state may remain available; it cannot include updates the node has not received
Non-transactional writesWrites can continue and reconcile after the link returns
MULTI/EXEC on unreachable shared stateTransactions can fail; define retry or rejection behavior
Fetching absent stateA disconnected node may be unable to reach a holder or storage tier

For a disconnected field application, keep the required working set available before losing connectivity. Treat external actions as retryable work with stable identifiers.

Reconnect deliberately

After recovery, check application outcomes and transaction errors as well as peer health. Do not assume that a restored link makes every interrupted request safe to retry.

The partition guide covers detection races and current recovery limits. Holographic divergence is not a public self-service deployment option.