[jira] [Updated] (THRIFT-5449) Use select.poll instead of select.select in Python TNonblockingServer if available

2021-08-04 Thread Yiyang Zhou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiyang Zhou updated THRIFT-5449: External issue URL: (was: https://github.com/apache/thrift/pull/2430) > Use select.poll instead

[GitHub] [thrift] frankiechang123 opened a new pull request #2432: THRIFT-5449: Use poll instead of select in Python TNonblockingServer …

2021-08-04 Thread GitBox
frankiechang123 opened a new pull request #2432: URL: https://github.com/apache/thrift/pull/2432 Use poll instead of select if possible Currently, Python TNonblockingServer uses `select.select` to monitor the IO of all existing connections. The value of file descriptors monitored

[GitHub] [thrift] frankiechang123 closed pull request #2430: THRIFT-5449: Use poll instead of select in Python TNonblockingServer if available

2021-08-04 Thread GitBox
frankiechang123 closed pull request #2430: URL: https://github.com/apache/thrift/pull/2430 -- 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: dev-uns

[GitHub] [thrift] fishy opened a new pull request #2431: THRIFT-5447: Update supported Go versions

2021-08-04 Thread GitBox
fishy opened a new pull request #2431: URL: https://github.com/apache/thrift/pull/2431 Client: go Update go versions used in travis to 1.15.14 and 1.16.6, update LANGUAGES.md, and update go's README to clarify on support policy. This change will be cherry-picked into 0.15.0

[jira] [Assigned] (THRIFT-5447) Update supported Go versions before 0.15.0 release

2021-08-04 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang reassigned THRIFT-5447: --- Assignee: Yuxuan Wang > Update supported Go versions before 0.15.0 release > --

[jira] [Updated] (THRIFT-5449) Use select.poll instead of select.select in Python TNonblockingServer if available

2021-08-04 Thread Yiyang Zhou (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiyang Zhou updated THRIFT-5449: External issue URL: https://github.com/apache/thrift/pull/2430 > Use select.poll instead of select

[GitHub] [thrift] frankiechang123 opened a new pull request #2430: THRIFT-5449: Use poll instead of select in Python TNonblockingServer if available

2021-08-04 Thread GitBox
frankiechang123 opened a new pull request #2430: URL: https://github.com/apache/thrift/pull/2430 Use poll instead of select if possible Currently, Python TNonblockingServer uses `select.select` to monitor the IO of all existing connections. The value of file descriptors monitored

[jira] [Created] (THRIFT-5449) Use select.poll instead of select.select in Python TNonblockingServer if available

2021-08-04 Thread Yiyang Zhou (Jira)
Yiyang Zhou created THRIFT-5449: --- Summary: Use select.poll instead of select.select in Python TNonblockingServer if available Key: THRIFT-5449 URL: https://issues.apache.org/jira/browse/THRIFT-5449 Proj

[GitHub] [thrift] emmenlau opened a new pull request #2429: Fix Windows build

2021-08-04 Thread GitBox
emmenlau opened a new pull request #2429: URL: https://github.com/apache/thrift/pull/2429 This PR hopefully improves the build on MSYS2, MINGW and adds support for MSVC2019. - [x] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? Not r

Re: partial deserialization of Thrift

2021-08-04 Thread Jens Geyer
Hi, thanks! What I can say from a more general/formal viewpoint, the package namespaces etc must be adjusted (e.g. package com.pinterest.commons.thrift) and all files you plan to contribute need to have the appropriate ASF license header. What would be really nice, especially when we look f