[jira] [Commented] (THRIFT-3166) TBufferBase can wrap the pointer in read, readAll, and write

2016-05-09 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15277621#comment-15277621 ] James E. King, III commented on THRIFT-3166: I'm linking THRIFT-3166 and THRIFT-3821 in case

[jira] [Updated] (THRIFT-3821) TMemoryBuffer buffer may overflow when resizing

2016-05-09 Thread Huaisi Xu (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huaisi Xu updated THRIFT-3821: -- Description: In ensurecanwrite(): uint32_t new_size = bufferSize_; while (len > avail) {

[jira] [Created] (THRIFT-3821) TMemoryBuffer buffer may overflow when resizing

2016-05-09 Thread Huaisi Xu (JIRA)
Huaisi Xu created THRIFT-3821: - Summary: TMemoryBuffer buffer may overflow when resizing Key: THRIFT-3821 URL: https://issues.apache.org/jira/browse/THRIFT-3821 Project: Thrift Issue Type: Bug

Re: Which openssl revision from GIT repo?

2016-05-09 Thread Jake Farrell
Hey David The exe was compiled with mingw-cross-compile.sh [1] in the ubuntu docker container [2], all dependencies should be able to be found from there -Jake []: https://github.com/apache/thrift/blob/master/contrib/mingw-cross-compile.sh [2]:

[jira] [Commented] (THRIFT-3787) Node.js Connection object doesn't handle errors correctly

2016-05-09 Thread James Reggio (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276555#comment-15276555 ] James Reggio commented on THRIFT-3787: -- [~codesf], I reverted the hunk around the 'error' event.

Build failed in Jenkins: Thrift-precommit #466

2016-05-09 Thread Apache Jenkins Server
See -- GitHub pull request #986 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-1 (docker Ubuntu ubuntu yahoo-not-h2 ubuntu1) in workspace

[jira] [Commented] (THRIFT-3787) Node.js Connection object doesn't handle errors correctly

2016-05-09 Thread James Reggio (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276534#comment-15276534 ] James Reggio commented on THRIFT-3787: -- Oh interesting! I was not aware of that behavior. Thanks for

Re: [jira] [Commented] (THRIFT-3787) Node.js Connection object doesn't handle errors correctly

2016-05-09 Thread Randy Abernethy
Thanks! On Mon, May 9, 2016 at 8:49 AM, James Reggio (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/THRIFT-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276534#comment-15276534 > ] > > James Reggio commented on THRIFT-3787: >

Build failed in Jenkins: Thrift-precommit #465

2016-05-09 Thread Apache Jenkins Server
See -- GitHub pull request #1,000 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace

[jira] [Updated] (THRIFT-3820) Erlang: Detect OTP >= 18 to use new time correction

2016-05-09 Thread Veselov Andrey (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Veselov Andrey updated THRIFT-3820: --- Attachment: thrift-3820-new-time-correction.patch > Erlang: Detect OTP >= 18 to use new time

[jira] [Updated] (THRIFT-3820) Erlang: Detect OTP >= 18 to use new time correction

2016-05-09 Thread Veselov Andrey (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Veselov Andrey updated THRIFT-3820: --- Fix Version/s: (was: 0.10.0) > Erlang: Detect OTP >= 18 to use new time correction >

[jira] [Commented] (THRIFT-3820) Erlang: Detect OTP >= 18 to use new time correction

2016-05-09 Thread Veselov Andrey (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276022#comment-15276022 ] Veselov Andrey commented on THRIFT-3820: [https://github.com/apache/thrift/pull/1000] > Erlang:

[jira] [Updated] (THRIFT-3820) Erlang: Detect OTP >= 18 to use new time correction

2016-05-09 Thread Veselov Andrey (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Veselov Andrey updated THRIFT-3820: --- Description: erlang:now/0 is deprecated BIF. See the "Time and Time Correction in Erlang"

[jira] [Updated] (THRIFT-3820) Erlang: Detect OTP >= 18 to use new time correction

2016-05-09 Thread Veselov Andrey (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Veselov Andrey updated THRIFT-3820: --- Summary: Erlang: Detect OTP >= 18 to use new time correction (was: detect OTP >= 18 to use

[jira] [Created] (THRIFT-3820) detect OTP >= 18 to use new time correction

2016-05-09 Thread Veselov Andrey (JIRA)
Veselov Andrey created THRIFT-3820: -- Summary: detect OTP >= 18 to use new time correction Key: THRIFT-3820 URL: https://issues.apache.org/jira/browse/THRIFT-3820 Project: Thrift Issue Type: