Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow merged PR #45679: URL: https://github.com/apache/doris/pull/45679 -- 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.ap

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow merged PR #45681: URL: https://github.com/apache/doris/pull/45681 -- 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.ap

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
doris-robot commented on PR #45681: URL: https://github.com/apache/doris/pull/45681#issuecomment-2555492788 TPC-H: Total hot run time: 40259 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow commented on PR #45681: URL: https://github.com/apache/doris/pull/45681#issuecomment-2555180759 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 un

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45681: URL: https://github.com/apache/doris/pull/45681#issuecomment-2555180708 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow opened a new pull request, #45681: URL: https://github.com/apache/doris/pull/45681 pick from master #45045 Problem Summary: Doris's table locks are fair read-write locks. If two threads acquire read locks on tables in different orders and simultaneously a third thread

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow commented on PR #45679: URL: https://github.com/apache/doris/pull/45679#issuecomment-2555022138 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 un

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
Thearas commented on PR #45679: URL: https://github.com/apache/doris/pull/45679#issuecomment-2555021561 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [opt](Nereids) lock table in ascending order of table IDs (#45045) [doris]

2024-12-19 Thread via GitHub
morrySnow opened a new pull request, #45679: URL: https://github.com/apache/doris/pull/45679 Problem Summary: Doris's table locks are fair read-write locks. If two threads acquire read locks on tables in different orders and simultaneously a third thread attempts to acquire a write l