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: Cap Block Streamer Caching and Merge Redis Impl #599

Merged
merged 4 commits into from
Mar 8, 2024
Merged

Conversation

darunrs
Copy link
Collaborator

@darunrs darunrs commented Mar 8, 2024

Redis memory usage is pegged at 100% due to Block Streamer backfilling * contract filter indexers.

In addition, Redis implementation of Coordinator and Block Streamer have diverged. Coordinator is also not able to make successful calls to Redis. While not a targeted fix, the hope is that merging the implementation fixes the issue as Block Streamer is able to make calls to Redis.

Before release, some manual intervention is necessary in dev and prod to update versions of indexers to the current, to prevent unwanted behavior from coordinator. I will do dev first, release the change, and then do prod before a prod release.

@darunrs darunrs linked an issue Mar 8, 2024 that may be closed by this pull request
@darunrs darunrs marked this pull request as ready for review March 8, 2024 22:18
@darunrs darunrs requested a review from a team as a code owner March 8, 2024 22:18
@darunrs darunrs merged commit 6038fe6 into main Mar 8, 2024
10 checks passed
@darunrs darunrs deleted the same-redis-impl branch March 8, 2024 22:21
@darunrs darunrs mentioned this pull request Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cap Block Streamer Caching and Merge Redis Impl
1 participant