-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
HotRod: pool: Stop all the workers by closing the stop channel #1453
Comments
mfrw
added a commit
to mfrw/jaeger
that referenced
this issue
Apr 3, 2019
mfrw
added a commit
to mfrw/jaeger
that referenced
this issue
Apr 3, 2019
Signed-off-by: Muhammad Falak R Wani <[email protected]>
not a bug as it's not causing any issues. |
@yurishkuro sorry for the late reply, |
yurishkuro
pushed a commit
that referenced
this issue
Apr 17, 2019
Signed-off-by: Muhammad Falak R Wani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirement - what kind of business use case are you trying to solve?
Instead of sending a signal on the stop chan, closing the stop chan is the correct way to stop all the workers; Reading from a closed chan is always successful.
Problem - what in Jaeger blocks you from solving the requirement?
Proposal - what do you suggest to solve the problem or improve the existing situation?
Close the
stop
channel instead of sending values to it.Any open questions to address
The text was updated successfully, but these errors were encountered: