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(meter): arbiter tick goroutine leak #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

napallday
Copy link

arbiter will tick periodically forever.

Normally it wouldn't cause any issue.
But it's very inconvenient for users if Goroutine leak detector(like https://github.com/uber-go/goleak) is used in testing phase.

btw, I also change the nested lock in arbiter for better navigation.

@napallday napallday changed the title fix: arbiter tick goroutine leak fix(meter): arbiter tick goroutine leak Aug 19, 2023
@napallday napallday force-pushed the napallday/fix-arbiter-goroutine-leak branch from 3f7e0b2 to 094a979 Compare August 19, 2023 15:34
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.

1 participant