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 concurrent map operation in the access log module #131

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

mrproliu
Copy link
Contributor

Sometimes rover execution is terminated because multiple goroutines operate on the same map. This PR will fix this problem.
image

@mrproliu mrproliu added the bug Something isn't working label Jun 17, 2024
@mrproliu mrproliu added this to the 0.7.0 milestone Jun 17, 2024
@mrproliu mrproliu requested a review from wu-sheng June 17, 2024 13:55
wu-sheng
wu-sheng previously approved these changes Jun 17, 2024
@wu-sheng wu-sheng merged commit 32a0c5e into apache:main Jun 17, 2024
28 checks passed
@mrproliu mrproliu deleted the concurrect-map-op branch June 17, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants