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

[server] Fix IndexOutOfBoundsException in memory usage in SBS #1426

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

majisourav99
Copy link
Contributor

Fix IndexOutOfBoundsException in memory usage in SBS

Since the drainerList is allocated during startInner, initial metric calls to StoreBufferServiceStats would return IndexOutOfBoundsException in the code. This PR fixes that.

How was this PR tested?

GHCI

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.
  • Yes. Make sure to explain your proposed changes and call out the behavior change.

sushantmane
sushantmane previously approved these changes Jan 10, 2025
Copy link
Contributor

@FelixGV FelixGV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@majisourav99 majisourav99 enabled auto-merge (squash) January 10, 2025 23:13
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.

3 participants