Skip to content

Conversation

@andrewdeandrade
Copy link
Contributor

This fixes two leaking goroutines from the ringpop timers. There is still one more leaking goroutine that I'm aware of in rcrowley/go-metrics:

https://github.com/rcrowley/go-metrics/blob/master/meter.go#L218-L225

That's a ticker that would also require a stop channel.

ticker.Stop()
}
close(rp.tickersStop)
rp.tickersStop = nil
Copy link
Contributor

Choose a reason for hiding this comment

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

This line causes a data race with lines 229 and 247. Is it really needed to set it to nil when the timers are stopped?

@CLAassistant
Copy link

CLAassistant commented Jun 27, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

4 participants