verida / storage-node

ISC License
3 stars 5 forks source link

Replication issue with pingDatabases() when a node is down #67

Closed tahpot closed 10 months ago

tahpot commented 10 months ago

If a node is down, the replication to other nodes fails. The node that is down causes an exception to be thrown in the other storage nodes when attempting to confirm replication to all connected nodes.

Need to handle any exception for an unavailable node so it doesn't prevent replication to the other nodes.