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

[master] missing call of syncWaitGroup.done #2806

Closed
liyichao opened this issue Jun 7, 2015 · 1 comment
Closed

[master] missing call of syncWaitGroup.done #2806

liyichao opened this issue Jun 7, 2015 · 1 comment

Comments

@liyichao
Copy link

liyichao commented Jun 7, 2015

In https://github.com/influxdb/influxdb/blob/master/meta/store.go#L428 , there is s.wg.Add(1), but in the goroutine handleExecConn, there is not any call of s.wg.Done(), it may be a bug.

@otoolep
Copy link
Contributor

otoolep commented Jun 8, 2015

Fixed by #2824

Thanks @liyichao

@otoolep otoolep closed this as completed Jun 8, 2015
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

No branches or pull requests

2 participants