[jira] [Updated] (THRIFT-5456) [C++] TServerSocket doesn't ignore SIGPIPE

2021-08-16 Thread Kevin Wojniak (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wojniak updated THRIFT-5456: -- Description: TServerSocket sets up many socket options, but unlike TSocket, it doesn't

[jira] [Updated] (THRIFT-5456) [C++] TServerSocket doesn't ignore SIGPIPE

2021-08-16 Thread Kevin Wojniak (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wojniak updated THRIFT-5456: -- Summary: [C++] TServerSocket doesn't ignore SIGPIPE (was: [C++] TSocketServer doesn't ignore

[GitHub] [thrift] kainjow opened a new pull request #2440: THRIFT-5456: [c++] Disable SIGPIPE on TServerSocket

2021-08-16 Thread GitBox
kainjow opened a new pull request #2440: URL: https://github.com/apache/thrift/pull/2440 TSocketServer sets up many socket options, but unlike TSocket, it doesn't disable SIGPIPE. One example for how this can be triggered is the server receives a request, but takes too long to

[jira] [Created] (THRIFT-5456) [C++] TSocketServer doesn't ignore SIGPIPE

2021-08-16 Thread Kevin Wojniak (Jira)
Kevin Wojniak created THRIFT-5456: - Summary: [C++] TSocketServer doesn't ignore SIGPIPE Key: THRIFT-5456 URL: https://issues.apache.org/jira/browse/THRIFT-5456 Project: Thrift Issue Type:

Re: partial deserialization of Thrift

2021-08-16 Thread Bhalchandra Pandit
I created a pull request for this change: https://github.com/apache/thrift/pull/2439 I have also added a README.md file that provides technical details of partial Thrift deserialization so that it is easier to understand the Java implementation. It will be also useful if this support is to be

[jira] [Commented] (THRIFT-5443) add support for partial deserialization of Thrift

2021-08-16 Thread Bhalchandra Pandit (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399969#comment-17399969 ] Bhalchandra Pandit commented on THRIFT-5443: Crated a pull request for this change:

[GitHub] [thrift] bhalchandrap opened a new pull request #2439: THRIFT-5443: add support for partial Thrift deserialization

2021-08-16 Thread GitBox
bhalchandrap opened a new pull request #2439: URL: https://github.com/apache/thrift/pull/2439 Client: java Adds support for partial Thrift deserialization in Java. More information is available at these locations: blog:

Re: Thrift Compact protocol specification

2021-08-16 Thread Triton Circonflexe
> +1 for 1 > > Sent from mobile device. You know what that means... As you are the maintainer, it means that if no one else steps up in the coming days, that will be the final call. :D Proposal for the wording, then: "The following element-types are used (see note below):" and then, after the

Re: Thrift Compact protocol specification

2021-08-16 Thread Jens Geyer
+1 for 1 Sent from mobile device. You know what that means... From: Triton Circonflexe Sent: Friday, August 13, 2021 9:10:04 PM To: dev@thrift.apache.org Subject: Fwd: Thrift Compact protocol specification In light of the recent proposal for IETF

[jira] [Created] (THRIFT-5455) Can not build thrift protocol for PHP 8

2021-08-16 Thread Vladislav Kalmykov (Jira)
Vladislav Kalmykov created THRIFT-5455: -- Summary: Can not build thrift protocol for PHP 8 Key: THRIFT-5455 URL: https://issues.apache.org/jira/browse/THRIFT-5455 Project: Thrift Issue