[jira] [Created] (THRIFT-3827) php CompactProtocol readI64 function has bug, when value has 32bit ~64bit, Example:value=1461563457000

2016-05-15 Thread lnn1123 (JIRA)
lnn1123 created THRIFT-3827: --- Summary: php CompactProtocol readI64 function has bug, when value has 32bit ~64bit, Example:value=1461563457000 Key: THRIFT-3827 URL: https://issues.apache.org/jira/browse/THRIFT-3827

RE: Which openssl revision from GIT repo?

2016-05-15 Thread David Wright
As I have stated in my original email. > > I have downloaded thrift-0.9.3.exe and generated from a thrift file > > - I would now like to compile the dependant C++ library to get my > > C++ client talking to my Erlang server. I used thrift-0.9.3.exe to generate the stubs and skeletons but need

Build failed in Jenkins: Thrift-precommit #472

2016-05-15 Thread Apache Jenkins Server
See -- [...truncated 81 lines...] at org.eclipse.jgit.internal.storage.pack.PackWriter.writeObjects(PackWriter.java:1465) at

[GitHub] thrift pull request: Thrift 3046: Allow PSR4 class loading for gen...

2016-05-15 Thread sinceat
GitHub user sinceat opened a pull request: https://github.com/apache/thrift/pull/1010 Thrift 3046: Allow PSR4 class loading for generated classes (PHP) Original patch provided by @fduch, just integrated it into the current version and added a test. (Original author didn't

Re: Possible bug in Go generated code related to multiple outstanding requests

2016-05-15 Thread Jens Geyer
Hi, Randy explained the purpose of the seqID here: http://stackoverflow.com/questions/28858960/for-which-purposes-used-seqid-in-apache-thrift Re testing the order of seqIDs (and throwing), I tend to think that this is just plain wrong re normal Thrift usage. Of course one can have multiple

[GitHub] thrift pull request: #fix php CompactProtocol readI64 function, va...

2016-05-15 Thread lnn1123
Github user lnn1123 commented on the pull request: https://github.com/apache/thrift/pull/1008#issuecomment-219287867 @nsuke OK --- 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

Possible bug in Go generated code related to multiple outstanding requests

2016-05-15 Thread Oleg Sivokon
Hello, list. I've encountered a problem with generated Go code, namely, when I try to use the same client to send multiple requests in quick succession I run into "ping failed: out of sequence response" error. This happens because responses don't necessarily arrive before next request is sent.