You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, expected integrity hashes are overwritten. Provide --use-configured-hash option when starting orchestration service. When enabled
If the configuration has an expected integrity hash this will be used to validate replay
The replay script will understand this option, and skip the steps of posting back start block integrity hash
The replay script will instead directly load the snapshot and sync until end block
If the configuration does not have a value for expected integrity hash the normal process will continues as before
The replay script will loading snapshot, terminate nodeos, and starting read only nodes, and posting back start block integrity hash
Following that the nodes will continue to sync to end block, and continue normal operations
Another option to --protect-configured-hash is similar. It will make sure the expected hash with a value can not be overwritten with None. It will allow new hashes values to be set over the old value.
The text was updated successfully, but these errors were encountered:
makeplanebot
changed the title
Orchestration Service supports option to prefer configured integrity hashes
[REPLAY-2] Orchestration Service supports option to prefer configured integrity hashes
Dec 13, 2023
By default, expected integrity hashes are overwritten. Provide
--use-configured-hash
option when starting orchestration service. When enabledAnother option to
--protect-configured-hash
is similar. It will make sure the expected hash with a value can not be overwritten with None. It will allow new hashes values to be set over the old value.The text was updated successfully, but these errors were encountered: