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

Overriding target round into future causes algod importer to appear stalled. #67

Open
winder opened this issue May 3, 2023 · 0 comments
Labels
bug Something isn't working Team Lamprey

Comments

@winder
Copy link
Contributor

winder commented May 3, 2023

Subject of the issue

If you override the target round to some point in the distant future, the algod importer will appear to stall at the init stage waiting for that round to be reached.

In some cases, it could be desired to have Conduit wait for a point in the near future, but it does not seem useful to have it wait for an unbounded amount of time. Especially not without any output.

Steps to reproduce

  1. With a no-op exporter, start conduit with a large round override like -r 999000000.
  2. Conduit log stalls at:
  • If a catchpoint was used: Catchpoint catchup finished in ...
  • If a catchpoint was not used: Pipeline round: 999000000 message.
  1. Observe that algod is caught up with goal node status

Expected behaviour

Periodic log messages about the current node round and the target round.

Actual behaviour

No output

@winder winder added bug Something isn't working Team Lamprey labels May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Team Lamprey
Projects
None yet
Development

No branches or pull requests

2 participants
@winder and others