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

events_observer.timeout_ms config is not effective #5375

Open
pc-quiknode opened this issue Oct 24, 2024 · 3 comments
Open

events_observer.timeout_ms config is not effective #5375

pc-quiknode opened this issue Oct 24, 2024 · 3 comments

Comments

@pc-quiknode
Copy link

pc-quiknode commented Oct 24, 2024

Describe the bug
I am trying to bootstrap a Nakamoto Testnet node and keep getting this error message:

[testnet/stacks-node/src/event_dispatcher.rs:496] [main] Event dispatcher: connection or request failed to localhost:3700 - Custom { kind: WouldBlock, error: "Timed out while receiving request" }, backoff: 100ms, attempts: 0

After digging through issues of stacks-core I found there's a PR adding timeout_ms config to events_observer section, but it doesn't seem to be effective to resolve the issue. Probably relevant to #5288

Steps To Reproduce

Trying to bootstrap a Nakamoto Testnet follower node with stacks-blockchain-api

@pc-quiknode pc-quiknode changed the title event_observer.timeout_ms is not effective events_observer.timeout_ms is not effective Oct 24, 2024
@pc-quiknode pc-quiknode changed the title events_observer.timeout_ms is not effective events_observer.timeout_ms config is not effective Oct 24, 2024
@jcnelson
Copy link
Member

jcnelson commented Oct 24, 2024 via email

@obycode
Copy link
Contributor

obycode commented Oct 24, 2024

That timeout defines when the node will retry sending the event. It will never give up.

@obycode
Copy link
Contributor

obycode commented Nov 6, 2024

@pc-quiknode does that explain the situation you're seeing? Can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

3 participants