Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2024-01-02 Thread via GitHub
xiaokang commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1873923387 > > @fornaix can you submit a PR to branch-2.0 ? > > @xiaokang sure, #29374 tks! -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2024-01-01 Thread via GitHub
fornaix commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1873572563 > @fornaix can you submit a PR to branch-2.0 ? @xiaokang sure, https://github.com/apache/doris/pull/29374 -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-29 Thread via GitHub
xiaokang commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1871853000 @fornaix can you submit a PR to branch-2.0 ? -- 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

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-28 Thread via GitHub
morningman merged PR #28808: URL: https://github.com/apache/doris/pull/28808 -- 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: commits-unsubscr...@doris.a

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1871203052 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit cd0d62333d704c88b96744c2adc1c4e094971f33, data reload: false run tpc

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-28 Thread via GitHub
doris-robot commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1871175909 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.2 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes, a

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-28 Thread via GitHub
yiguolei commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1871129619 run buildall -- 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 uns

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-26 Thread via GitHub
yiguolei commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1869437651 @fornaix actually I do not know. because I could not get the jstack. > I found this problem after killing a running query. The query is aborted and there are no running instances

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1869435097 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-26 Thread via GitHub
github-actions[bot] commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1869435076 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-25 Thread via GitHub
fornaix commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1869311609 @yiguolei hi, sure. I found this problem after killing a running query. The query is aborted and there are no running instances in be. But the mysql thread that receives the query is stu

Re: [PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-25 Thread via GitHub
yiguolei commented on PR #28808: URL: https://github.com/apache/doris/pull/28808#issuecomment-1869029357 @fornaix Hi hi, could you please describe the problem? Because I meet this problem very frequently "The last packet successfully received from the server was 1,401,847 milliseconds ag

[PR] [fix](mysql) fix mysql channel infinite blocking [doris]

2023-12-21 Thread via GitHub
fornaix opened a new pull request, #28808: URL: https://github.com/apache/doris/pull/28808 ## Proposed changes Issue Number: close #28807 ## Further comments Call the Channels blocking method with timeout instead. Using session variables net_write_timeout and net_r