Skip to content
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

Don't fail startup if drand fails #2300

Closed
Kubuxu opened this issue Jul 7, 2020 · 0 comments · Fixed by #4626
Closed

Don't fail startup if drand fails #2300

Kubuxu opened this issue Jul 7, 2020 · 0 comments · Fixed by #4626
Labels
kind/bug Kind: Bug

Comments

@Kubuxu
Copy link
Contributor

Kubuxu commented Jul 7, 2020

We fail to start the lotus node if:

  • DNS resolution of drand CDN fails
  • DNS resolution of drand gossip fails
  • could not build arguments for function "github.com/filecoin-project/lotus/node/modules".RunHello (/home/ricktian/lotus/node/modules/services.go:34): failed to build *hello.Service: could not build arguments for function "reflect".makeFuncStub (/home/ricktian/go/src/reflect/asm_amd64.s:12): failed to build *chain.Syncer: could not build arguments for function "reflect".makeFuncStub (/home/ricktian/go/src/reflect/asm_amd64.s:12): failed to build beacon.RandomBeacon: could not build arguments for function "reflect".makeFuncStub (/home/ricktian/go/src/reflect/asm_amd64.s:12): failed to build *pubsub.PubSub: could not build arguments for function "reflect".makeFuncStub (/home/ricktian/go/src/reflect/asm_amd64.s:12): failed to build dtypes.DrandBootstrap: function "reflect".makeFuncStub (/home/ricktian/go/src/reflect/asm_amd64.s:12) returned a non-nil error: lookup _dnsaddr.pl-sin.testnet.drand.sh on 127.0.0.53:53: read udp 127.0.0.1:37528->127.0.0.53:53: i/o timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants