Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713451530 # BE UT Coverage Report Increment line coverage `0.00% (0/0)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/2cc53f2726591519f65d5c802a42fada2d198

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713157797 ClickBench: Total hot run time: 31.53 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713144420 TPC-DS: Total hot run time: 192678 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713135150 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](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713135227 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](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2713112929 TPC-H: Total hot run time: 32753 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
freemandealer commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2712957322 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. T

Re: [PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
hello-stephen commented on PR #48915: URL: https://github.com/apache/doris/pull/48915#issuecomment-2712947709 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+pro

[PR] [fix](cloud) dup FDCache reset before FileCache dtor causing crash [doris]

2025-03-11 Thread via GitHub
freemandealer opened a new pull request, #48915: URL: https://github.com/apache/doris/pull/48915 There is another FDCache reset near line 788, and this previous dup one deconstruct its mutex before BlockFileCache destory in FileCacheFactory thus causing BE crash on following stack: S