Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-20 Thread via GitHub


BiteThet merged PR #51031:
URL: https://github.com/apache/doris/pull/51031


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


github-actions[bot] commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2892716930

   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
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


github-actions[bot] commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2892716889

   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 GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


Mryange opened a new pull request, #51031:
URL: https://github.com/apache/doris/pull/51031

   ### What problem does this PR solve?
   
   In some cases, such as frontend planning errors, the shared state may not be 
initialized.
   For example, when the concurrency of the source and sink do not match. 
   If this issue isn't checked during initialization, it may cause a crash 
during execution, making the problem difficult to diagnose.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test 
   - [ ] Regression test
   - [ ] Unit Test
   - [ ] Manual test (add detailed scripts or steps below)
   - [ ] No need to test or manual test. Explain why:
   - [ ] This is a refactor/code format and no logic has been changed.
   - [ ] Previous test can cover this change.
   - [ ] No code files have been changed.
   - [ ] Other reason 
   
   - Behavior changed:
   - [ ] No.
   - [ ] Yes. 
   
   - Does this need documentation?
   - [ ] No.
   - [ ] Yes. 
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label 
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


Mryange commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2891490508

   run p0


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


doris-robot commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2890581600

   
   
   TPC-H: Total hot run time: 34035 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
   Tpch sf100 test result on commit 0573e49d5f6e887c24a38ee8572b6dfafb4284f3, 
data reload: false
   
   -- Round 1 --
   q1   26744   505450565054
   q2   2092296 190 190
   q3   10588   1271735 735
   q4   10260   1021533 533
   q5   7904229224222292
   q6   192 166 132 132
   q7   924 766 613 613
   q8   9339137011611161
   q9   6873512051795120
   q10  6889233919061906
   q11  532 302 276 276
   q12  346 351 218 218
   q13  17785   369030913091
   q14  236 231 212 212
   q15  539 491 483 483
   q16  430 444 377 377
   q17  634 871 411 411
   q18  7619710071277100
   q19  1538986 575 575
   q20  342 344 231 231
   q21  3920318623612361
   q22  10271005964 964
   Total cold run time: 116753 ms
   Total hot run time: 34035 ms
   
   - Round 2, with runtime_filter_mode=off -
   q1   5164508250905082
   q2   241 325 234 234
   q3   2171265523042304
   q4   1368177215081508
   q5   4508443243944394
   q6   223 171 129 129
   q7   1997194917511751
   q8   2620260825302530
   q9   7307727370137013
   q10  3082318727322732
   q11  602 517 508 508
   q12  654 782 624 624
   q13  3582392833213321
   q14  304 334 304 304
   q15  544 467 469 467
   q16  441 505 453 453
   q17  1193156314081408
   q18  7823762776027602
   q19  824 834 978 834
   q20  2023201618221822
   q21  5002463844314431
   q22  11271027999 999
   Total cold run time: 52800 ms
   Total hot run time: 50450 ms
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


doris-robot commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2890628868

   
   
   ClickBench: Total hot run time: 29.01 s
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
   ClickBench test result on commit 0573e49d5f6e887c24a38ee8572b6dfafb4284f3, 
data reload: false
   
   query1   0.040.030.03
   query2   0.130.110.11
   query3   0.250.200.20
   query4   1.600.190.20
   query5   0.460.460.43
   query6   1.180.660.65
   query7   0.020.020.01
   query8   0.050.040.03
   query9   0.610.520.52
   query10  0.580.600.57
   query11  0.160.110.11
   query12  0.140.110.11
   query13  0.610.590.59
   query14  0.800.810.82
   query15  0.900.860.85
   query16  0.390.390.38
   query17  1.011.011.06
   query18  0.220.200.21
   query19  1.931.871.80
   query20  0.010.010.02
   query21  15.39   0.910.56
   query22  0.771.290.66
   query23  14.82   1.370.61
   query24  7.540.720.83
   query25  0.470.180.05
   query26  0.620.160.15
   query27  0.050.050.05
   query28  9.490.870.44
   query29  12.60   4.043.37
   query30  0.250.090.06
   query31  2.810.600.38
   query32  3.240.550.49
   query33  3.073.113.12
   query34  15.88   5.104.47
   query35  4.524.504.52
   query36  0.680.490.48
   query37  0.090.070.06
   query38  0.050.030.04
   query39  0.020.030.02
   query40  0.170.130.12
   query41  0.090.020.02
   query42  0.030.020.02
   query43  0.030.040.03
   Total cold run time: 103.77 s
   Total hot run time: 29.01 s
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


doris-robot commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2890614610

   
   
   TPC-DS: Total hot run time: 192989 ms
   
   ```
   machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
   scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
   TPC-DS sf100 test result on commit 0573e49d5f6e887c24a38ee8572b6dfafb4284f3, 
data reload: false
   
   query1   1380110910701070
   query2   6341180618171806
   query3   11021   455944764476
   query4   53853   24368   23287   23287
   query5   4994501 468 468
   query6   353 215 203 203
   query7   4945520 301 301
   query8   326 258 244 244
   query9   5709268726912687
   query10  448 344 291 291
   query11  14952   14995   14798   14798
   query12  164 115 109 109
   query13  1080546 429 429
   query14  10275   633163656331
   query15  207 209 185 185
   query16  7137637 488 488
   query17  1092773 621 621
   query18  1589417 378 378
   query19  223 201 174 174
   query20  125 126 134 126
   query21  209 131 107 107
   query22  4526459744494449
   query23  34295   33729   33475   33475
   query24  6609243124172417
   query25  506 492 416 416
   query26  707 277 153 153
   query27  2364520 354 354
   query28  3454217521842175
   query29  568 577 467 467
   query30  264 216 194 194
   query31  893 871 798 798
   query32  70  66  61  61
   query33  457 383 326 326
   query34  795 879 555 555
   query35  788 832 739 739
   query36  937 1007911 911
   query37  113 101 80  80
   query38  4236430342174217
   query39  1528144714961447
   query40  211 136 138 136
   query41  57  53  53  53
   query42  135 113 113 113
   query43  503 516 482 482
   query44  1359870 858 858
   query45  189 175 197 175
   query46  867 1046653 653
   query47  1913188718441844
   query48  395 445 334 334
   query49  693 514 427 427
   query50  674 700 405 405
   query51  4226423541844184
   query52  118 113 101 101
   query53  233 261 190 190
   query54  599 590 532 532
   query55  89  86  84  84
   query56  332 296 302 296
   query57  12631233
   query58  271 263 269 263
   query59  2677286026902690
   query60  337 345 322 322
   query61  129 127 128 127
   query62  752 734 662 662
   query63  224 183 192 183
   query64  17261048695 695
   query65  4398424042784240
   query66  747 415 291 291
   query67  16037   15767   15469   15469
   query68  7448914 539 539
   query69  548 316 271 271
   query70  1225112211331122
   query71  538 340 306 306
   query72  5902478847104710
   query73  1411625 368 368
   query74  8983913987678767
   query75  3742319526952695
   query76  42791192762 762
   query77  638 378 307 307
   query78  10174   10127   92289228
   query79  4624822 577 577
   query80  670 533 440 440
   query81  487 256 214 214
   query82  509 134 97  97
   query83  351 257 229 229
   query84  294 100 89  89
   query85  796 349 314 314
   query86  391 288 286 286
   query87  4480455343734373
   query88  3524234923202320
   query89  448 316 294 294
   query90  1982202 200 200
   query91  147 142 110 110
   query92  71  60  57  57
   query93  2386934 583 583
   query94  683 386 290 290
   query95  367 292 283 283
   query96  518 570 287 287
   query97  2742278726762676
   query98  241 211 199 199
   query99  1500142612631263
   Total cold run time: 302786 ms
   Total hot run time: 192989 ms
   ```
   
   


-- 
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] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


Mryange commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2890271156

   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 unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] [check](pipeline) Check the shared state is not set in the pipeline. [doris]

2025-05-19 Thread via GitHub


Thearas commented on PR #51031:
URL: https://github.com/apache/doris/pull/51031#issuecomment-2890263457

   
   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+your+PR).
   
   Please clearly describe your PR:
   1. What problem was fixed (it's best to include specific error reporting 
information). How it was fixed.
   2. Which behaviors were modified. What was the previous behavior, what is it 
now, why was it modified, and what possible impacts might there be.
   3. What features were added. Why was this function added?
   4. Which code was refactored and why was this part of the code refactored?
   5. Which functions were optimized and what is the difference before and 
after the optimization?
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]