[jira] [Updated] (THRIFT-5454) Python TProcessPoolServer does not spawn expected number of worker processes

2021-08-13 Thread Yiyang Zhou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiyang Zhou updated THRIFT-5454: External issue URL: https://github.com/apache/thrift/pull/2438 > Python TProcessPoolServer does

Fwd: Thrift Compact protocol specification

2021-08-13 Thread Triton Circonflexe
In light of the recent proposal for IETF standardization of Thrift protocol [1] and the observation that the Compact specification does not match the implementations [2] (all languages are consistent so the specification file has to be updated). I opened a pull request [3] in order to fix that

[GitHub] [thrift] emmenlau merged pull request #2437: Several diverse improvements

2021-08-13 Thread GitBox
emmenlau merged pull request #2437: URL: https://github.com/apache/thrift/pull/2437 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [thrift] frankiechang123 opened a new pull request #2438: add __setState__ function to TProcessPoolServer to enable correct multiprocessing behavior related to pickling

2021-08-13 Thread GitBox
frankiechang123 opened a new pull request #2438: URL: https://github.com/apache/thrift/pull/2438 Before this change, when using Python TProcessPoolServer with more than 1 workers, only one worker process will be successfully spawned and all the other processes will reach a pickling

[GitHub] [thrift] emmenlau opened a new pull request #2437: Several diverse improvements

2021-08-13 Thread GitBox
emmenlau opened a new pull request #2437: URL: https://github.com/apache/thrift/pull/2437 This PR contains a number of small, self-contained improvements. The changes are: - lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes - TSocket.cpp: Print

Re: question about pull request

2021-08-13 Thread Mario Emmenlauer
Dear Kumar, On 06.08.21 09:49, Mario Emmenlauer wrote: > Dear Kumar, > > On 06.08.21 08:55, Duru Can Celasun wrote: >> On Fri, 6 Aug 2021, at 04:03, Bhalchandra Pandit wrote: >>> I created this pull request >>> which only has javadoc fixes.

[GitHub] [thrift] emmenlau merged pull request #2436: lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on Windows

2021-08-13 Thread GitBox
emmenlau merged pull request #2436: URL: https://github.com/apache/thrift/pull/2436 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (THRIFT-5454) Python TProcessPoolServer does not spawn expected number of worker processes

2021-08-13 Thread Yiyang Zhou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiyang Zhou updated THRIFT-5454: Labels: Python TProcessPoolServer (was: ) > Python TProcessPoolServer does not spawn expected

[jira] [Updated] (THRIFT-5454) Python TProcessPoolServer does not spawn expected number of worker processes

2021-08-13 Thread Yiyang Zhou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiyang Zhou updated THRIFT-5454: Remaining Estimate: 72h Original Estimate: 72h > Python TProcessPoolServer does not spawn

[jira] [Created] (THRIFT-5454) Python TProcessPoolServer does not spawn expected number of worker processes

2021-08-13 Thread Yiyang Zhou (Jira)
Yiyang Zhou created THRIFT-5454: --- Summary: Python TProcessPoolServer does not spawn expected number of worker processes Key: THRIFT-5454 URL: https://issues.apache.org/jira/browse/THRIFT-5454 Project: