[jira] [Commented] (THRIFT-4246) Sequence number mismatch on multiplexed clients

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108406#comment-16108406 ] ASF GitHub Bot commented on THRIFT-4246: GitHub user boivie opened a pull request

[GitHub] thrift pull request #1322: THRIFT-4246 Multiplexed clients sequence id fix

2017-07-31 Thread boivie
GitHub user boivie opened a pull request: https://github.com/apache/thrift/pull/1322 THRIFT-4246 Multiplexed clients sequence id fix Client: nodejs Previously, all clients would use the latest created multiplexer for generating sequence numbers which would create a misma

[jira] [Resolved] (THRIFT-4269) Don't append '.' to Erlang namespace if it ends in '_'.

2017-07-31 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-4269. Resolution: Fixed Fix Version/s: 0.11.0 Committed. > Don't append '.' to Erlang namespace i

[jira] [Assigned] (THRIFT-4269) Don't append '.' to Erlang namespace if it ends in '_'.

2017-07-31 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-4269: -- Assignee: David Hull > Don't append '.' to Erlang namespace if it ends in '_'. > -

[jira] [Commented] (THRIFT-4269) Don't append '.' to Erlang namespace if it ends in '_'.

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108104#comment-16108104 ] ASF GitHub Bot commented on THRIFT-4269: Github user asfgit closed the pull reque

[GitHub] thrift pull request #1319: THRIFT-4269: Don't append '.' to Erlang namespace...

2017-07-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1319 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[jira] [Commented] (THRIFT-4270) Generate Erlang mapping functions for const maps and lists

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107813#comment-16107813 ] ASF GitHub Bot commented on THRIFT-4270: Github user djnym commented on the issue

[GitHub] thrift issue #1320: THRIFT-4270: Generate Erlang mapping functions for const...

2017-07-31 Thread djnym
Github user djnym commented on the issue: https://github.com/apache/thrift/pull/1320 @dhull The CI failure in this case does seem to be related to the code change, digging down into the failed case I see this ``` test/test_const.erl:25: can't find include file "gen-erl/constan

[jira] [Commented] (THRIFT-4269) Don't append '.' to Erlang namespace if it ends in '_'.

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107803#comment-16107803 ] ASF GitHub Bot commented on THRIFT-4269: Github user djnym commented on the issue

[GitHub] thrift issue #1319: THRIFT-4269: Don't append '.' to Erlang namespace if it ...

2017-07-31 Thread djnym
Github user djnym commented on the issue: https://github.com/apache/thrift/pull/1319 I agree with the rationale behind the change and the code looks fine. It seems like the CI failures were related to client pools and not this code. I would say this should be merged. --- If your p

[GitHub] thrift pull request #1321: THRIFT-4274: Catch OSError in TSSLServerSocket.ac...

2017-07-31 Thread zhaakhi
GitHub user zhaakhi opened a pull request: https://github.com/apache/thrift/pull/1321 THRIFT-4274: Catch OSError in TSSLServerSocket.accept() wrap_socket can raise OSError instead of SSLError when receiving an invalid connection attempt, which if not caught crashes TSimpleServer

[jira] [Commented] (THRIFT-4274) Python feature tests for SSL/TLS failing

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107128#comment-16107128 ] ASF GitHub Bot commented on THRIFT-4274: GitHub user zhaakhi opened a pull reques

[jira] [Created] (THRIFT-4274) Python feature tests for SSL/TLS failing

2017-07-31 Thread JIRA
HÃ¥kon Hitland created THRIFT-4274: - Summary: Python feature tests for SSL/TLS failing Key: THRIFT-4274 URL: https://issues.apache.org/jira/browse/THRIFT-4274 Project: Thrift Issue Type: Bug