[jira] [Commented] (THRIFT-4251) Epoll Selector Bug

2017-08-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16125165#comment-16125165 ] ASF GitHub Bot commented on THRIFT-4251: Github user Johnny-Liao commented on the issue:

[GitHub] thrift issue #1313: THRIFT-4251 Fix JDK Epoll Bug in Thrift of TThreadedSele...

2017-08-13 Thread Johnny-Liao
Github user Johnny-Liao commented on the issue: https://github.com/apache/thrift/pull/1313 It's not elegant way to rebuild Selector in every Java program, but it's a effective way to fix this bug. And so many year passed it not really fixed in JDK or kernel. This is one reason for

[jira] [Commented] (THRIFT-4251) Epoll Selector Bug

2017-08-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16125040#comment-16125040 ] ASF GitHub Bot commented on THRIFT-4251: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1313: THRIFT-4251 Fix JDK Epoll Bug in Thrift of TThreadedSele...

2017-08-13 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1313 However, as with all the other issues, they were already resolved, so the fact you are still seeing this with a recent kernel and java version means there's still a bug that needs to be fixed

[jira] [Updated] (THRIFT-4285) Pull generated send/recv into library to allow behaviour to be customised

2017-08-13 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bannister updated THRIFT-4285: Attachment: 0001-go-pull-generated-send-recv-into-lib-2.patch removed unnecessary

[jira] [Commented] (THRIFT-4285) Pull generated send/recv into library to allow behaviour to be customised

2017-08-13 Thread Can Celasun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124973#comment-16124973 ] Can Celasun commented on THRIFT-4285: - I didn't have a chance to review the patch yet, but I really

[GitHub] thrift issue #1313: THRIFT-4251 Fix JDK Epoll Bug in Thrift of TThreadedSele...

2017-08-13 Thread Johnny-Liao
Github user Johnny-Liao commented on the issue: https://github.com/apache/thrift/pull/1313 I found a report maybe more relevant with this issue. See : [http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6403933](http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6403933) It

[jira] [Commented] (THRIFT-4285) Pull generated send/recv into library to allow behaviour to be customised

2017-08-13 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124955#comment-16124955 ] Chris Bannister commented on THRIFT-4285: - This is a breaking change for the generated code as

[jira] [Updated] (THRIFT-4285) Pull generated send/recv into library to allow behaviour to be customised

2017-08-13 Thread Chris Bannister (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Bannister updated THRIFT-4285: Attachment: 0001-go-pull-generated-send-recv-into-lib.patch > Pull generated send/recv

[jira] [Created] (THRIFT-4285) Pull generated send/recv into library to allow behaviour to be customised

2017-08-13 Thread Chris Bannister (JIRA)
Chris Bannister created THRIFT-4285: --- Summary: Pull generated send/recv into library to allow behaviour to be customised Key: THRIFT-4285 URL: https://issues.apache.org/jira/browse/THRIFT-4285

[jira] [Commented] (THRIFT-4252) Cannot shutdown Java server when clients are still connected

2017-08-13 Thread Mario Emmenlauer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124948#comment-16124948 ] Mario Emmenlauer commented on THRIFT-4252: -- I have the same problem also with the Java thread

[jira] [Commented] (THRIFT-4251) Epoll Selector Bug

2017-08-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124912#comment-16124912 ] ASF GitHub Bot commented on THRIFT-4251: Github user jeking3 commented on the issue: