-
Notifications
You must be signed in to change notification settings - Fork 59
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 finagle-chirper #136
Fix finagle-chirper #136
Conversation
Should this one be getting closed too: |
cc @vkostyukov |
That would really awesome if @vkostyukov could review this PR and more generally give his blessing to the |
Good point. Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this @Fithos! This LGTM.
Thanks for your feedback, @vkostyukov! |
Testing, should know by tomorrow if it still leaks ... |
No crash or apparent leak after 12+ hours of execution on a machine where otherwise we saw a crash after ~3 hours, so looks like this is fixed. Thank you ! @vkostyukov Vladimir, with your Finagle expertise, would you mind becoming a collaborator ? Obviously we could use an occasional |
I think we can close this PR and go ahead with merging. |
Yes, 0.9.1 makes sense. What I'm not sure is if we should base it off 0.9 or current master ... ? |
IMO, taking master is a reasonable choice since there were other bugfixes merged since the 0.9.0 release (Spark port allocation or preventing extra work in first iteration of Scrabble 7ee7375). Btw, regarding result publishing, we could consider showing the release version number somewhere on the home page next to the charts. |
I agree, we should keep just one dev branch, IMO. |
This PR implements the comments by @vkostyukov in issue #106 (see #106 (comment)).
Since the crash mentioned in #106 never occurred on the machines at my disposal, additional testing would be helpful. In case the crash still occurs, we can leave this PR open until a proper fix is implemented.