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: indexer etl breakage pushing all pairs every block and overwhelming collections (backport #8521) #8522

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 19, 2024

Closes: #XXX

What is the purpose of the change

The pools weren't cleared at the end of every block, overwhelming data ingest. This fixes the problem by resetting pool tracker at the end of every block, to clear tracked pools.


This is an automatic backport of pull request #8521 done by Mergify.

@mergify mergify bot added the conflicts label Jul 19, 2024
Copy link
Contributor Author

mergify bot commented Jul 19, 2024

Cherry-pick of 79bc52b has failed:

On branch mergify/bp/v25.x/pr-8521
Your branch is up to date with 'origin/v25.x'.

You are currently cherry-picking commit 79bc52b2.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   app/app.go
	both modified:   ingest/indexer/service/indexer_streaming_service.go

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@mergify mergify bot assigned p0mvn Jul 19, 2024
@github-actions github-actions bot added the C:app-wiring Changes to the app folder label Jul 19, 2024
@p0mvn p0mvn force-pushed the mergify/bp/v25.x/pr-8521 branch from fffdcf7 to b705bb4 Compare July 19, 2024 22:52
@p0mvn p0mvn merged commit ff89246 into v25.x Jul 19, 2024
1 check passed
@p0mvn p0mvn deleted the mergify/bp/v25.x/pr-8521 branch July 19, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:app-wiring Changes to the app folder conflicts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant