[jira] [Resolved] (THRIFT-5419) Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance

2021-05-26 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5419. Fix Version/s: 0.15.0 Resolution: Fixed > Incorrect usage of thread pool in

[GitHub] [thrift] Jens-G closed pull request #2395: THRIFT-5419: Update TThreadPoolAsyncServer.Execute to be async/await

2021-05-26 Thread GitBox
Jens-G closed pull request #2395: URL: https://github.com/apache/thrift/pull/2395 -- 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. For queries about this service, please

[jira] [Updated] (THRIFT-5419) Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance

2021-05-26 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5419: --- Summary: Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance

[jira] [Comment Edited] (THRIFT-5411) Catch SocketTimeoutException in TIOStreamTransport read

2021-05-26 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351756#comment-17351756 ] Yuxuan Wang edited comment on THRIFT-5411 at 5/26/21, 3:32 PM: --- do your

[GitHub] [thrift] belugabehr opened a new pull request #2399: THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport read

2021-05-26 Thread GitBox
belugabehr opened a new pull request #2399: URL: https://github.com/apache/thrift/pull/2399 - [X] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [X] If a ticket exists: Does your pull request title

[jira] [Commented] (THRIFT-5411) Catch SocketTimeoutException in TIOStreamTransport read

2021-05-26 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351786#comment-17351786 ] David Mollitor commented on THRIFT-5411: Hello.   I don't personally like having the

[jira] [Updated] (THRIFT-5411) Catch SocketTimeoutException in TIOStreamTransport read

2021-05-26 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor updated THRIFT-5411: --- Summary: Catch SocketTimeoutException in TIOStreamTransport read (was: TThreadPoolServer:

[jira] [Assigned] (THRIFT-5411) TThreadPoolServer: java.net.SocketTimeoutException: Read timed out

2021-05-26 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor reassigned THRIFT-5411: -- Assignee: David Mollitor > TThreadPoolServer: java.net.SocketTimeoutException: Read

[jira] [Commented] (THRIFT-5411) TThreadPoolServer: java.net.SocketTimeoutException: Read timed out

2021-05-26 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351756#comment-17351756 ] Yuxuan Wang commented on THRIFT-5411: - do you clients use client pool? if they use client pools (put

[jira] [Assigned] (THRIFT-5399) Fix socket leak in abnormal situation

2021-05-26 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-5399: -- Assignee: liumin > Fix socket leak in abnormal situation >

[jira] [Commented] (THRIFT-5411) TThreadPoolServer: java.net.SocketTimeoutException: Read timed out

2021-05-26 Thread Isha (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17351601#comment-17351601 ] Isha commented on THRIFT-5411: -- Can you please let me know where I can raise the issue so that somebody can

[jira] [Resolved] (THRIFT-5422) add threadpool server to netstd test suite impl

2021-05-26 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5422. Fix Version/s: 0.15.0 Resolution: Fixed > add threadpool server to netstd test suite impl

[GitHub] [thrift] Jens-G closed pull request #2398: THRIFT-5422 add threadpool server to netstd test suite impl

2021-05-26 Thread GitBox
Jens-G closed pull request #2398: URL: https://github.com/apache/thrift/pull/2398 -- 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. For queries about this service, please

[jira] [Updated] (THRIFT-5423) Support parameter validation in IDL

2021-05-26 Thread duanyi (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] duanyi updated THRIFT-5423: --- Description: I notice that Thrift IDL has no user-defined parameter validating mechanism at present, which

[jira] [Updated] (THRIFT-5423) Support parameter validation in IDL

2021-05-26 Thread duanyi (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] duanyi updated THRIFT-5423: --- Description: We notice that Thrift IDL has no user-defined parameter validating mechanism at present,