-
Notifications
You must be signed in to change notification settings - Fork 26
DOC-6610 - Automatic Ledger Recovery: includes updates to node mainte… #2342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/platform/4.13
Are you sure you want to change the base?
DOC-6610 - Automatic Ledger Recovery: includes updates to node mainte… #2342
Conversation
…nance mode and to node configuration fields
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
content/en/platform/corda/4.13/enterprise/node/ledger-recovery/automatic-ledger-recovery.md
Outdated
Show resolved
Hide resolved
# Automatic ledger recovery | ||
|
||
[Ledger recovery]({{< relref "ledger-recovery.md" >}}) was introduced to complement normal backup and recovery process. Ledger recovery involves using [the Ledger Recovery flow]({{< relref "ledger-recovery-flow.md" >}}) to enable a node to restore transactions from its peer nodes in the event of local data loss. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know i mentioned we are not supporting the general system flow. But i guess as configuration deals in system flows we need to introduce the term.
Maybe describe something like a system flow will run automatically startup and the only system flow supported is EnterpriseLedgerRecoveryFlow
Need also explain the concepts of supercedes, incase default not good enough for user. i.e. another flow can supercede the recoveryflow
DOC-6610 - Automatic Ledger Recovery: includes updates to node maintenance mode and to node configuration fields
https://nadine.preview.docs.r3.com/en/platform/corda/4.13/enterprise/node/ledger-recovery/automatic-ledger-recovery.html - new topic
https://nadine.preview.docs.r3.com/en/platform/corda/4.13/enterprise/cordapps/system-flows.html - new topic
https://nadine.preview.docs.r3.com/en/platform/corda/4.13/enterprise/node/setup/corda-configuration-fields.html
Added
systemFlowsStuckSkipThreshold
Added
maintenanceCustomFlow
Àdded
runSystemFlowsAtStartup
https://nadine.preview.docs.r3.com/en/platform/corda/4.13/enterprise/node/operating/maintenance-mode.html
Also some other improvements noticed during these updates.