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

2021-05-25 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-25 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, which

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

2021-05-25 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, which

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

2021-05-25 Thread duanyi (Jira)
duanyi created THRIFT-5423: -- Summary: Support parameter validation in IDL Key: THRIFT-5423 URL: https://issues.apache.org/jira/browse/THRIFT-5423 Project: Thrift Issue Type: Improvement Co

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

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

[GitHub] [thrift] Jens-G opened a new pull request #2398: added ThreadPool test server engine

2021-05-25 Thread GitBox
Jens-G opened a new 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, pl

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

2021-05-25 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5422: --- Summary: add threadpool server to netstd test suite impl (was: add ThreadPool sever to netstd test

[jira] [Created] (THRIFT-5422) add ThreadPool sever to netstd test suite impl

2021-05-25 Thread Jens Geyer (Jira)
Jens Geyer created THRIFT-5422: -- Summary: add ThreadPool sever to netstd test suite impl Key: THRIFT-5422 URL: https://issues.apache.org/jira/browse/THRIFT-5422 Project: Thrift Issue Type: Impro

[GitHub] [thrift] mingwugmail opened a new pull request #2397: fix build

2021-05-25 Thread GitBox
mingwugmail opened a new pull request #2397: URL: https://github.com/apache/thrift/pull/2397 Fix D build failure: https://github.com/D-Programming-Deimos/openssl/issues/63 thrift should be buildable with either openssl: -- 1.1.6+1.0.1g -- 2.0.3+1.1.0h -

[jira] [Commented] (THRIFT-1976) Javascript client unable to serialize/deserialize maps with struct keys

2021-05-25 Thread Axel (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351293#comment-17351293 ] Axel commented on THRIFT-1976: -- Yep, here is my explanation: Currently, the thrift compile

[jira] [Commented] (THRIFT-1976) Javascript client unable to serialize/deserialize maps with struct keys

2021-05-25 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351276#comment-17351276 ] Jens Geyer commented on THRIFT-1976: The mentioned ticket has no solution, no patch,

[jira] [Commented] (THRIFT-1976) Javascript client unable to serialize/deserialize maps with struct keys

2021-05-25 Thread Axel (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351261#comment-17351261 ] Axel commented on THRIFT-1976: -- I take the liberty to mention my proposed solution for this

[GitHub] [thrift] lm2048 opened a new pull request #2396: THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in s…

2021-05-25 Thread GitBox
lm2048 opened a new pull request #2396: URL: https://github.com/apache/thrift/pull/2396 …ome files Client: c_glib Patch: lm2048 - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for tr

[jira] [Updated] (THRIFT-5421) c_glib:Fix the problem of incorrect setting of errno in some files

2021-05-25 Thread liumin (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liumin updated THRIFT-5421: --- Priority: Minor (was: Major) > c_glib:Fix the problem of incorrect setting of errno in some files > ---

[jira] [Updated] (THRIFT-5421) c_glib:Fix the problem of incorrect setting of errno in some files

2021-05-25 Thread liumin (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liumin updated THRIFT-5421: --- Attachment: (was: image-2021-05-25-23-54-14-899.png) > c_glib:Fix the problem of incorrect setting of er

[jira] [Created] (THRIFT-5421) c_glib:Fix the problem of incorrect setting of errno in some files

2021-05-25 Thread liumin (Jira)
liumin created THRIFT-5421: -- Summary: c_glib:Fix the problem of incorrect setting of errno in some files Key: THRIFT-5421 URL: https://issues.apache.org/jira/browse/THRIFT-5421 Project: Thrift Issu

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

2021-05-25 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351121#comment-17351121 ] Yuxuan Wang commented on THRIFT-5411: - There's no update. I don't believe anyone is

[jira] [Commented] (THRIFT-5419) Incorrect usage of thread pool in TThreadPoolAsyncServer leads to extreme poor performance

2021-05-25 Thread Nathan P Sharp (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351038#comment-17351038 ] Nathan P Sharp commented on THRIFT-5419: Thank you! https://github.com/apache/th

[GitHub] [thrift] phxnsharp opened a new pull request #2395: THRIFT-5419: Update TThreadPoolAsyncServer.Execute to be async/await

2021-05-25 Thread GitBox
phxnsharp opened a new pull request #2395: URL: https://github.com/apache/thrift/pull/2395 Client: netstd Do not put long-lived tasks on the thread pool, which causes deadlock and extreme slow performance. Changes Execute() to be ExecuteAsync() using async/await. It st

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

2021-05-25 Thread Isha (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350925#comment-17350925 ] Isha commented on THRIFT-5411: -- Hi, Please share update on this issue. Waiting for reply.

[jira] [Commented] (THRIFT-5419) Incorrect usage of thread pool in TThreadPoolAsyncServer leads to extreme poor performance

2021-05-25 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350843#comment-17350843 ] Jens Geyer commented on THRIFT-5419: {quote} Would you like this change as a PR in

[jira] [Assigned] (THRIFT-5419) Incorrect usage of thread pool in TThreadPoolAsyncServer leads to extreme poor performance

2021-05-25 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-5419: -- Assignee: Nathan P Sharp > Incorrect usage of thread pool in TThreadPoolAsyncServer leads to