filecoin-project / filecoin-chain-archiver

Filecoin snapshot / chain export software
Other
5 stars 3 forks source link

Export fails if one node isn't dialable #7

Closed travisperson closed 2 years ago

travisperson commented 2 years ago

We want to be able to tolerate nodes being offline. We should only fail if zero of the configured nodes are available / not locked.

2022-04-27T00:45:42.559Z ERROR filsnap filsnap/main.go:44 exit {"error": "cannot dial address ws://localhost:1234/rpc/v1 for dial tcp [::1]:1234: connect: connection refused: dial tcp [::1]:1234: connect: connection refused", "errorVerbose": "cannot dial address ws://localhost:1234/rpc/v1 for dial tcp [::1]:1234: connect: connection refused:\n github.com/filecoin-project/go-jsonrpc.websocketClient.func1\n /home/travis/pkg/mod/github.com/filecoin-project/go-jsonrpc@v0.1.5/client.go:193\n - dial tcp [::1]:1234: connect: connection refused"}