Skip to content

fix: concurrent map access for processedSeries in delete requests manager #17469

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

Merged
merged 1 commit into from
Apr 27, 2025

Conversation

sandeepsukhani
Copy link
Contributor

What this PR does / why we need it:
I have reused an existing mutex, deleteRequestsToProcessMtx, to fix the concurrent access of processedSeries. I will open a follow-up PR to refactor the code. I believe we do not need a mutex to access deleteRequestsToProcess.

@sandeepsukhani sandeepsukhani requested a review from a team as a code owner April 26, 2025 15:42
@sandeepsukhani sandeepsukhani merged commit 32c5088 into main Apr 27, 2025
61 of 62 checks passed
@sandeepsukhani sandeepsukhani deleted the deletion-fix-concurrent-map-access branch April 27, 2025 07:08
@sandeepsukhani sandeepsukhani added type/bug Somehing is not working as expected backport k251 labels Apr 27, 2025
sandeepsukhani added a commit that referenced this pull request Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport k251 size/XS type/bug Somehing is not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants