[jira] [Updated] (THRIFT-2335) thrift incompatibility with py:tornado as server, java as client

2014-01-29 Thread Anfernee Yongkun Gui (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anfernee Yongkun Gui updated THRIFT-2335: - Attachment: Screenshot 2014-01-29 15.41.28.png Left hand side is the python

thrift pull request: Update TSocket.cs

2014-01-29 Thread JSSTR
GitHub user JSSTR opened a pull request: https://github.com/apache/thrift/pull/79 Update TSocket.cs Make sure to catch all exceptions in the ConnectCallback. You can merge this pull request into a Git repository by running: $ git pull https://github.com/JSSTR/thrift patch-2

[jira] [Created] (THRIFT-2336) UTF-8 sent by PHP as JSON is not understood by JAVA's TJsonProtocol

2014-01-29 Thread Alexander Steshenko (JIRA)
Alexander Steshenko created THRIFT-2336: --- Summary: UTF-8 sent by PHP as JSON is not understood by JAVA's TJsonProtocol Key: THRIFT-2336 URL: https://issues.apache.org/jira/browse/THRIFT-2336

[jira] [Commented] (THRIFT-2336) UTF-8 sent by PHP as JSON is not understood by JAVA's TJsonProtocol

2014-01-29 Thread Alexander Steshenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885577#comment-13885577 ] Alexander Steshenko commented on THRIFT-2336: - apparently, TJsonProtocol

[jira] [Reopened] (THRIFT-2285) TJsonProtocol implementation for Java doesn't allow a slash (/) to be escaped (\/)

2014-01-29 Thread Alexander Steshenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Steshenko reopened THRIFT-2285: - I'm re-opening this issue to get some attention. Please close it again, if it's

[jira] [Comment Edited] (THRIFT-2285) TJsonProtocol implementation for Java doesn't allow a slash (/) to be escaped (\/)

2014-01-29 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885738#comment-13885738 ] Jens Geyer edited comment on THRIFT-2285 at 1/29/14 8:10 PM: -

[jira] [Commented] (THRIFT-2285) TJsonProtocol implementation for Java doesn't allow a slash (/) to be escaped (\/)

2014-01-29 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13885738#comment-13885738 ] Jens Geyer commented on THRIFT-2285: Hi [~lcf], feel free to submit a patch cleaning

Re: thrift pull request: Update TSocket.cs

2014-01-29 Thread Jens Geyer
Hi JSSTR, your work is highly appreciated. Unfortunately, for legal reasons, we currently do accept patches only via JIRA. Please have a look at http://thrift.apache.org/docs/HowToContribute Some more details regarding the why can be found here:

[jira] [Updated] (THRIFT-2046) The worktask can be timed out in TThreadPoolServer (Java) when the max# thrift thread is reached

2014-01-29 Thread Chaoyu Tang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chaoyu Tang updated THRIFT-2046: Attachment: THRIFT-2046_2.patch [~tlipcon] Thanks for the review and comments. I have tried to