Message10771

Author zyasoft
Recipients nickmbailey, zyasoft
Date 2016-02-24.06:26:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456295201.54.0.750894777346.issue2471@psf.upfronthosting.co.za>
In-reply-to
Content
I was attempting to justify my response to why use isSuccess() when closing this bug out when I realized:

I am wrong, the noise is test_socket is OK, compared to the alternative.

If we don't attempt to add the listener *always*, we simply have a silent race where the thread pool resource may not be cleaned up. And that's far worse.

See https://github.com/netty/netty/issues/2166 - perhaps we can tune the logging.

So latest fix is in https://hg.python.org/jython/rev/08b7720fd321
History
Date User Action Args
2016-02-24 06:26:41zyasoftsetmessageid: <1456295201.54.0.750894777346.issue2471@psf.upfronthosting.co.za>
2016-02-24 06:26:41zyasoftsetrecipients: + zyasoft, nickmbailey
2016-02-24 06:26:41zyasoftlinkissue2471 messages
2016-02-24 06:26:41zyasoftcreate