[jira] [Updated] (THRIFT-3871) configure failed on CentOS 6

2016-07-05 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoshuang LU updated THRIFT-3871: -- Summary: configure failed on CentOS 6 (was: configure failed on CentOS) > configure failed on

[jira] [Updated] (THRIFT-3871) configure failed on CentOS

2016-07-05 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoshuang LU updated THRIFT-3871: -- Description: Reproduce Steps {code} # https://github.com/apache/thrift/archive/0.9.3.tar.gz $

[jira] [Updated] (THRIFT-3871) configure failed on CentOS

2016-07-05 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoshuang LU updated THRIFT-3871: -- Description: Reproduce Steps {code} # https://github.com/apache/thrift/archive/0.9.3.tar.gz $

[jira] [Updated] (THRIFT-3871) configure failed on CentOS

2016-07-05 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoshuang LU updated THRIFT-3871: -- Description: {code} # https://github.com/apache/thrift/archive/0.9.3.tar.gz $ sh bootstrap.sh

[jira] [Commented] (THRIFT-3867) Specify BinaryProtocol and CompactProtocol

2016-07-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363053#comment-15363053 ] ASF GitHub Bot commented on THRIFT-3867: Github user erikvanoosten commented on a diff in the

[GitHub] thrift pull request #1036: THRIFT-3867 Specify BinaryProtocol and CompactPro...

2016-07-05 Thread erikvanoosten
Github user erikvanoosten commented on a diff in the pull request: https://github.com/apache/thrift/pull/1036#discussion_r69621679 --- Diff: doc/specs/thrift-binary-protocol-encoding.md --- @@ -0,0 +1,467 @@ +Thrift Protocol Encoding for BinaryProtocol and CompactProtocol

[GitHub] thrift pull request #1036: THRIFT-3867 Specify BinaryProtocol and CompactPro...

2016-07-05 Thread erikvanoosten
Github user erikvanoosten commented on a diff in the pull request: https://github.com/apache/thrift/pull/1036#discussion_r69621170 --- Diff: doc/specs/thrift-binary-protocol-encoding.md --- @@ -0,0 +1,467 @@ +Thrift Protocol Encoding for BinaryProtocol and CompactProtocol

[jira] [Commented] (THRIFT-3867) Specify BinaryProtocol and CompactProtocol

2016-07-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363047#comment-15363047 ] ASF GitHub Bot commented on THRIFT-3867: Github user erikvanoosten commented on a diff in the

[jira] [Commented] (THRIFT-3867) Specify BinaryProtocol and CompactProtocol

2016-07-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363041#comment-15363041 ] ASF GitHub Bot commented on THRIFT-3867: Github user erikvanoosten commented on a diff in the

[jira] [Updated] (THRIFT-3861) Travis CI builds are timing out - C++TServerIntegrationTest appears to be hanging

2016-07-05 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3861: --- Assignee: Jens Geyer (was: James E. King, III) > Travis CI builds are timing out -

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve(); TThreadedServer disconnects clients when they connec

2016-07-05 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362990#comment-15362990 ] James E. King, III commented on THRIFT-3768: [~jensg] The wrong pull request got merged.

[jira] [Commented] (THRIFT-3861) Travis CI builds are timing out - C++TServerIntegrationTest appears to be hanging

2016-07-05 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362991#comment-15362991 ] James E. King, III commented on THRIFT-3861: The wrong pull request from THRIFT-3768 was

[jira] [Reopened] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve(); TThreadedServer disconnects clients when they connec

2016-07-05 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reopened THRIFT-3768: > TThreadedServer may crash if it is destroyed immediately after it returns > from

[jira] [Created] (THRIFT-3870) Impossible cast bugs in generated for java code

2016-07-05 Thread nikit (JIRA)
nikit created THRIFT-3870: - Summary: Impossible cast bugs in generated for java code Key: THRIFT-3870 URL: https://issues.apache.org/jira/browse/THRIFT-3870 Project: Thrift Issue Type: Bug

[GitHub] thrift issue #1038: replace 'binary' on the base types

2016-07-05 Thread DontPanicBaby
Github user DontPanicBaby commented on the issue: https://github.com/apache/thrift/pull/1038 I need to know exactly type of variable. The current implementation does not allow it. I write serializer based on json generator's result and i can't serialize binary, becose i don't know

[jira] [Commented] (THRIFT-3857) thrift js:node complier support an object as parameter not an instance of struct

2016-07-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362087#comment-15362087 ] ASF GitHub Bot commented on THRIFT-3857: Github user leaves4j commented on the issue:

[GitHub] thrift issue #1034: THRIFT-3857

2016-07-05 Thread leaves4j
Github user leaves4j commented on the issue: https://github.com/apache/thrift/pull/1034 What should I do with the fail checks --- 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