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

fix(stages, etl): clear ETL collectors in Headers stage when done #6964

Merged
merged 7 commits into from
Mar 5, 2024

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Mar 4, 2024

Fixes #6891

2024-03-05T14:09:01.864181Z  INFO Received headers total=28 from_block=1077318 to_block=1077291
2024-03-05T14:09:01.864633Z  INFO Writing headers total=28
2024-03-05T14:09:01.864673Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=1077290 target=None
...
2024-03-05T14:09:01.892081Z  INFO Stage finished executing pipeline_stages=1/12 stage=Headers checkpoint=1077318 target=None stage_progress=100.00%
...
2024-03-05T14:09:21.340713Z  INFO Received headers total=92 from_block=1077410 to_block=1077319
2024-03-05T14:09:21.342412Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=1077318 target=None
...
2024-03-05T14:09:21.415460Z  INFO Stage finished executing pipeline_stages=1/12 stage=Headers checkpoint=1077410 target=None stage_progress=100.00%

@shekhirin shekhirin added C-bug An unexpected or incorrect behavior A-staged-sync Related to staged sync (pipelines and stages) A-observability Related to tracing, metrics, logs and other observability tools labels Mar 4, 2024
@shekhirin shekhirin marked this pull request as ready for review March 5, 2024 11:57
@shekhirin shekhirin marked this pull request as draft March 5, 2024 12:09
@shekhirin shekhirin marked this pull request as ready for review March 5, 2024 12:54
@shekhirin shekhirin requested a review from Rjected as a code owner March 5, 2024 12:54
@shekhirin shekhirin added this pull request to the merge queue Mar 5, 2024
Merged via the queue into main with commit 024c217 Mar 5, 2024
29 checks passed
@shekhirin shekhirin deleted the alexey/headers-stage-reset-etl branch March 5, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-observability Related to tracing, metrics, logs and other observability tools A-staged-sync Related to staged sync (pipelines and stages) C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Headers stage stage_progress incorrect for second pipeline run
2 participants