hyperledger / indy-node

The server portion of a distributed ledger purpose-built for decentralized identity.
https://wiki.hyperledger.org/display/indy
Apache License 2.0
683 stars 656 forks source link

Recover when Audit Ledger is out of sync with other ledgers #1618

Open AlexJonsson opened 4 years ago

AlexJonsson commented 4 years ago

config / domain / plugins ledgers -> audit (holds latest hash of above three) Part 1 of config txn types is permissions (did the writer have the correct permission ledger?)

Comment origination

WadeBarnes commented 1 year ago

@lynnbendixsen, Have you ever run into this issue?

lynnbendixsen commented 1 year ago

Possibly (I didn't dig deep enough to know the root cause). The issue i saw that might be related was that I think I didn't wait long enough for catchup to complete on a new node, restarted it, and the new node would not come into consensus and had a lot of troubles catching up.