Skip to content

Conversation

@Gabriel39
Copy link
Contributor

@Gabriel39 Gabriel39 commented Mar 31, 2025

What problem does this PR solve?

When a BE is down, global object should shut down following a specific order to ensure BE will not crash. Because all running queries will finish once fragment mgr finished, stream mgr must be released before it because it may wake up some blocked tasks.

#0 __GI___pthread_sigmask (how=2, newmask=, oldmask=0x0) at ./nptl/pthread_sigmask.c:43
#1 0x00007f842b2bb71e in PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] () from /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
#2 0x00007f842b2bc206 in JVM_handle_linux_signal () from /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
#3
#4 ___pthread_mutex_lock (mutex=0x1b8) at ./nptl/pthread_mutex_lock.c:80
#5 0x000055c5f03edcca in __gthread_mutex_lock (__mutex=0x1b8) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/gthr-default.h:749
#6 std::mutex::lock (this=0x1b8) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_mutex.h:100
#7 std::lock_guardstd::mutex::lock_guard (__m=..., this=) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_mutex.h:229
#8 doris::RuntimeProfile::add_info_string (this=0x0, key=..., value=...) at /home/zcp/repo_center/doris_master/doris/be/src/util/runtime_profile.cpp:354
#9 0x000055c5f9cccaa7 in doris::pipeline::PipelineTask::_state_transition (this=0x7f84015b4000, new_state=doris::pipeline::PipelineTask::State::RUNNABLE) at /home/zcp/repo_center/doris_master/doris/be/src/pipeline/pipeline_task.h:339
#10 0x000055c5fa53aec5 in doris::pipeline::PipelineTask::wake_up (this=0x7fffbd28a8e8, dep=) at /home/zcp/repo_center/doris_master/doris/be/src/pipeline/pipeline_task.cpp:748
#11 0x000055c5f9cba3f5 in doris::pipeline::Dependency::set_ready (this=0x7f832f848310) at /home/zcp/repo_center/doris_master/doris/be/src/pipeline/dependency.cpp:72
#12 0x000055c5f9c53bcd in doris::vectorized::VDataStreamRecvr::SenderQueue::set_source_ready (this=0x7f839d485880) at /home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_recvr.cpp:142
#13 doris::vectorized::VDataStreamRecvr::SenderQueue::close (this=0x7f839d485880) at /home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_recvr.cpp:301
#14 0x000055c5f9c55b39 in doris::vectorized::VDataStreamRecvr::close (this=0x7f83fbe78940) at /home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_recvr.cpp:488
#15 0x000055c5f9c4dc68 in doris::vectorized::VDataStreamMgr::~VDataStreamMgr (this=0x7f83f6d99da0) at /home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_mgr.cpp:58
#16 0x000055c5f00cb651 in doris::ExecEnv::destroy (this=0x55c5fdf7a198 doris::ExecEnv::GetInstance()::s_exec_env) at /home/zcp/repo_center/doris_master/doris/be/src/runtime/exec_env_init.cpp:796
#17 0x000055c5ef387909 in main (argc=, argv=) at /home/zcp/repo_center/doris_master/doris/be/src/service/doris_main.cpp:635

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

@Thearas
Copy link
Contributor

Thearas commented Mar 31, 2025

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See 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?

@Gabriel39
Copy link
Contributor Author

run buildall

Copy link
Member

@mrhhsg mrhhsg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Mar 31, 2025
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@doris-robot
Copy link

TPC-H: Total hot run time: 34046 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 05056cd9f5835c9ec0b4a37e568a3938d210da3d, data reload: false

------ Round 1 ----------------------------------
q1	26548	5029	5115	5029
q2	2081	294	163	163
q3	10393	1246	704	704
q4	10224	1017	532	532
q5	7533	2369	2398	2369
q6	189	160	134	134
q7	919	747	616	616
q8	9325	1295	1126	1126
q9	6776	5165	5163	5163
q10	6879	2306	1863	1863
q11	495	268	254	254
q12	362	362	217	217
q13	17767	3649	3085	3085
q14	225	239	202	202
q15	520	486	500	486
q16	639	605	569	569
q17	597	846	353	353
q18	7587	7244	7040	7040
q19	1226	937	554	554
q20	313	346	185	185
q21	4057	3383	2425	2425
q22	1074	990	977	977
Total cold run time: 115729 ms
Total hot run time: 34046 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5147	5120	5139	5120
q2	244	320	235	235
q3	2117	2716	2315	2315
q4	1460	1860	1479	1479
q5	4447	4385	4437	4385
q6	218	170	127	127
q7	2010	1916	1779	1779
q8	2615	2681	2586	2586
q9	7338	7196	6955	6955
q10	3008	3205	2737	2737
q11	589	518	494	494
q12	702	747	621	621
q13	3628	3964	3306	3306
q14	303	316	268	268
q15	515	489	475	475
q16	634	696	669	669
q17	1177	1517	1402	1402
q18	7828	7612	7425	7425
q19	805	788	938	788
q20	1959	1963	1920	1920
q21	5496	4966	4939	4939
q22	1119	1071	1031	1031
Total cold run time: 53359 ms
Total hot run time: 51056 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 193784 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 05056cd9f5835c9ec0b4a37e568a3938d210da3d, data reload: false

query1	1378	1099	1056	1056
query2	6272	1940	1905	1905
query3	11140	4701	4774	4701
query4	25343	23917	23566	23566
query5	5434	663	483	483
query6	303	199	185	185
query7	3990	504	273	273
query8	303	266	249	249
query9	8525	2603	2597	2597
query10	498	325	280	280
query11	15218	15060	14902	14902
query12	161	112	114	112
query13	1558	548	409	409
query14	8861	6446	6327	6327
query15	223	184	171	171
query16	7308	643	472	472
query17	1154	754	614	614
query18	2131	423	341	341
query19	200	217	165	165
query20	127	127	120	120
query21	211	127	111	111
query22	4503	4635	4425	4425
query23	34253	33488	33386	33386
query24	8459	2472	2475	2472
query25	555	469	408	408
query26	1181	276	148	148
query27	2816	509	341	341
query28	4810	2478	2444	2444
query29	722	592	466	466
query30	289	218	194	194
query31	927	849	797	797
query32	76	64	70	64
query33	545	381	314	314
query34	810	887	512	512
query35	840	851	789	789
query36	974	1007	926	926
query37	125	102	75	75
query38	4171	4284	4101	4101
query39	1482	1443	1412	1412
query40	219	126	116	116
query41	53	53	57	53
query42	120	108	109	108
query43	507	507	466	466
query44	1405	812	809	809
query45	182	184	163	163
query46	914	1063	715	715
query47	1823	1861	1853	1853
query48	398	429	326	326
query49	735	510	419	419
query50	730	764	448	448
query51	4319	4325	4324	4324
query52	106	108	105	105
query53	234	283	192	192
query54	502	510	445	445
query55	81	82	83	82
query56	293	292	284	284
query57	1188	1188	1143	1143
query58	253	237	244	237
query59	2638	2831	2618	2618
query60	312	306	270	270
query61	133	127	126	126
query62	782	744	689	689
query63	237	208	189	189
query64	4232	1084	709	709
query65	4435	4334	4294	4294
query66	936	400	309	309
query67	16504	15574	15326	15326
query68	9549	901	519	519
query69	495	305	267	267
query70	1187	1088	1117	1088
query71	463	299	283	283
query72	5149	4721	4782	4721
query73	702	633	350	350
query74	9212	9103	8790	8790
query75	4461	3223	2758	2758
query76	4080	1190	780	780
query77	938	380	276	276
query78	9896	10234	9268	9268
query79	1739	857	568	568
query80	639	523	457	457
query81	473	253	220	220
query82	249	124	96	96
query83	172	182	159	159
query84	296	95	71	71
query85	754	364	309	309
query86	335	303	276	276
query87	4422	4457	4450	4450
query88	2956	2256	2239	2239
query89	407	317	281	281
query90	1969	215	215	215
query91	140	143	111	111
query92	147	63	55	55
query93	1539	1076	578	578
query94	679	417	314	314
query95	356	274	263	263
query96	502	589	283	283
query97	3136	3228	3134	3134
query98	218	200	207	200
query99	1420	1386	1274	1274
Total cold run time: 280827 ms
Total hot run time: 193784 ms

@doris-robot
Copy link

ClickBench: Total hot run time: 31.12 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 05056cd9f5835c9ec0b4a37e568a3938d210da3d, data reload: false

query1	0.04	0.04	0.03
query2	0.13	0.11	0.10
query3	0.25	0.19	0.19
query4	1.59	0.19	0.19
query5	0.59	0.58	0.59
query6	1.18	0.71	0.72
query7	0.02	0.02	0.02
query8	0.04	0.03	0.03
query9	0.58	0.52	0.52
query10	0.56	0.59	0.57
query11	0.15	0.11	0.11
query12	0.15	0.11	0.12
query13	0.61	0.61	0.59
query14	2.67	2.69	2.70
query15	0.93	0.85	0.85
query16	0.38	0.38	0.37
query17	1.01	1.06	1.02
query18	0.21	0.19	0.19
query19	1.89	1.95	1.83
query20	0.01	0.01	0.02
query21	15.35	0.94	0.54
query22	0.76	1.25	0.74
query23	14.77	1.38	0.62
query24	7.22	1.38	0.65
query25	0.47	0.19	0.10
query26	0.66	0.16	0.13
query27	0.05	0.04	0.05
query28	9.78	0.91	0.46
query29	12.61	4.14	3.42
query30	0.26	0.09	0.06
query31	2.80	0.62	0.38
query32	3.28	0.54	0.48
query33	3.08	3.07	3.00
query34	15.79	5.20	4.47
query35	4.59	4.53	4.53
query36	0.67	0.50	0.48
query37	0.08	0.06	0.06
query38	0.05	0.03	0.04
query39	0.03	0.02	0.03
query40	0.17	0.14	0.13
query41	0.08	0.03	0.03
query42	0.04	0.02	0.02
query43	0.04	0.03	0.02
Total cold run time: 105.62 s
Total hot run time: 31.12 s

@Gabriel39
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 33976 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 05056cd9f5835c9ec0b4a37e568a3938d210da3d, data reload: false

------ Round 1 ----------------------------------
q1	25767	5069	5076	5069
q2	1827	286	172	172
q3	10010	1271	676	676
q4	5215	1036	533	533
q5	3294	2283	2445	2283
q6	189	169	132	132
q7	919	773	621	621
q8	4042	1304	1122	1122
q9	5244	5143	5108	5108
q10	4550	2324	1887	1887
q11	403	273	255	255
q12	318	350	214	214
q13	3386	3682	3074	3074
q14	227	229	206	206
q15	558	500	499	499
q16	637	630	585	585
q17	545	840	384	384
q18	7571	7343	7049	7049
q19	586	963	553	553
q20	320	337	196	196
q21	3946	2644	2382	2382
q22	1003	1018	976	976
Total cold run time: 80557 ms
Total hot run time: 33976 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5121	5012	5123	5012
q2	235	318	222	222
q3	2157	2638	2301	2301
q4	1452	1790	1407	1407
q5	4206	4127	4125	4125
q6	214	160	122	122
q7	1833	1850	1661	1661
q8	2501	2445	2450	2445
q9	6840	6744	6824	6744
q10	2862	3065	2599	2599
q11	586	489	480	480
q12	653	724	580	580
q13	3306	3717	3085	3085
q14	274	280	249	249
q15	528	494	500	494
q16	646	662	647	647
q17	1098	1496	1358	1358
q18	7348	7259	7180	7180
q19	774	810	1022	810
q20	1900	1973	1805	1805
q21	5144	4641	4668	4641
q22	1016	994	949	949
Total cold run time: 50694 ms
Total hot run time: 48916 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 185748 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 05056cd9f5835c9ec0b4a37e568a3938d210da3d, data reload: false

query1	1020	493	474	474
query2	6554	1917	1873	1873
query3	6793	225	220	220
query4	26550	23879	23167	23167
query5	5785	708	481	481
query6	293	214	176	176
query7	4612	483	280	280
query8	280	242	215	215
query9	8622	2626	2586	2586
query10	531	301	243	243
query11	15371	14994	14783	14783
query12	166	111	101	101
query13	1651	502	391	391
query14	10117	6207	6342	6207
query15	212	185	162	162
query16	7610	628	488	488
query17	1320	698	541	541
query18	2010	403	298	298
query19	183	183	159	159
query20	127	114	113	113
query21	209	124	101	101
query22	4244	4110	3965	3965
query23	33687	32708	32869	32708
query24	7437	2368	2420	2368
query25	511	448	395	395
query26	867	268	146	146
query27	2622	472	323	323
query28	4485	2440	2386	2386
query29	662	534	444	444
query30	282	216	191	191
query31	925	836	767	767
query32	74	63	66	63
query33	542	372	326	326
query34	792	844	500	500
query35	784	830	740	740
query36	950	999	891	891
query37	116	96	78	78
query38	4213	4255	4260	4255
query39	1482	1393	1412	1393
query40	204	114	104	104
query41	56	52	51	51
query42	117	106	111	106
query43	493	507	475	475
query44	1308	791	802	791
query45	179	179	167	167
query46	829	1017	622	622
query47	1737	1800	1679	1679
query48	378	399	298	298
query49	749	512	462	462
query50	683	718	402	402
query51	4162	4122	4192	4122
query52	114	110	103	103
query53	219	253	186	186
query54	500	507	443	443
query55	88	84	84	84
query56	287	273	253	253
query57	1153	1132	1062	1062
query58	248	238	237	237
query59	2523	2764	2497	2497
query60	278	268	251	251
query61	128	126	125	125
query62	752	751	694	694
query63	217	183	189	183
query64	3573	1074	773	773
query65	4425	4234	4279	4234
query66	829	437	307	307
query67	15458	15523	15338	15338
query68	7986	873	521	521
query69	502	331	272	272
query70	1188	1153	1053	1053
query71	426	314	283	283
query72	5907	4871	4747	4747
query73	660	640	346	346
query74	8892	9090	8790	8790
query75	3265	3226	2766	2766
query76	3174	1192	753	753
query77	536	386	286	286
query78	10132	10423	9253	9253
query79	2527	863	578	578
query80	657	528	457	457
query81	513	254	231	231
query82	543	123	97	97
query83	181	173	158	158
query84	246	150	70	70
query85	775	355	310	310
query86	344	305	301	301
query87	4518	4672	4445	4445
query88	3968	2277	2271	2271
query89	395	313	277	277
query90	1897	218	221	218
query91	148	151	110	110
query92	88	62	62	62
query93	2543	1054	591	591
query94	702	382	318	318
query95	397	281	268	268
query96	492	557	284	284
query97	3159	3253	3089	3089
query98	224	219	197	197
query99	1366	1401	1299	1299
Total cold run time: 274729 ms
Total hot run time: 185748 ms

@doris-robot
Copy link

ClickBench: Total hot run time: 31.11 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 05056cd9f5835c9ec0b4a37e568a3938d210da3d, data reload: false

query1	0.05	0.04	0.03
query2	0.12	0.11	0.10
query3	0.25	0.19	0.19
query4	1.59	0.20	0.19
query5	0.57	0.57	0.58
query6	1.21	0.72	0.72
query7	0.03	0.02	0.02
query8	0.04	0.03	0.03
query9	0.58	0.52	0.55
query10	0.57	0.60	0.56
query11	0.15	0.11	0.11
query12	0.15	0.11	0.11
query13	0.61	0.59	0.59
query14	2.71	2.68	2.73
query15	0.93	0.85	0.85
query16	0.38	0.39	0.37
query17	1.02	1.04	1.05
query18	0.21	0.19	0.20
query19	1.82	1.91	1.87
query20	0.01	0.02	0.01
query21	15.35	0.89	0.54
query22	0.77	1.23	0.63
query23	14.92	1.35	0.64
query24	6.83	1.93	0.64
query25	0.49	0.22	0.12
query26	0.49	0.17	0.14
query27	0.06	0.05	0.06
query28	9.64	0.86	0.44
query29	12.55	4.12	3.42
query30	0.26	0.09	0.07
query31	2.82	0.60	0.39
query32	3.23	0.54	0.47
query33	3.02	3.09	3.05
query34	15.75	5.11	4.48
query35	4.53	4.47	4.50
query36	0.67	0.49	0.48
query37	0.09	0.07	0.06
query38	0.05	0.04	0.04
query39	0.04	0.02	0.02
query40	0.17	0.15	0.14
query41	0.08	0.03	0.02
query42	0.03	0.03	0.02
query43	0.03	0.03	0.03
Total cold run time: 104.87 s
Total hot run time: 31.11 s

@doris-robot
Copy link

BE UT Coverage Report

Increment line coverage 100.00% (1/1) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 51.22% (13701/26751)
Line Coverage 40.55% (119179/293938)
Region Coverage 39.24% (60603/154423)
Branch Coverage 34.02% (30393/89332)

@yiguolei yiguolei merged commit 476f734 into apache:master Apr 1, 2025
25 of 28 checks passed
koarz pushed a commit to koarz/doris that referenced this pull request Jun 4, 2025
…he#49700)

### What problem does this PR solve?

When a BE is down, global object should shut down following a specific
order to ensure BE will not crash. Because all running queries will
finish once fragment mgr finished, stream mgr must be released before it
because it may wake up some blocked tasks.

#0 __GI___pthread_sigmask (how=2, newmask=<optimized out>, oldmask=0x0)
at ./nptl/pthread_sigmask.c:43
apache#1 0x00007f842b2bb71e in PosixSignals::chained_handler(int, siginfo*,
void*) [clone .part.0] () from
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
apache#2 0x00007f842b2bc206 in JVM_handle_linux_signal () from
/usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so
apache#3  <signal handler called>
apache#4 ___pthread_mutex_lock (mutex=0x1b8) at ./nptl/pthread_mutex_lock.c:80
apache#5 0x000055c5f03edcca in __gthread_mutex_lock (__mutex=0x1b8) at
/var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/gthr-default.h:749
apache#6 std::mutex::lock (this=0x1b8) at
/var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_mutex.h:100
apache#7 std::lock_guard<std::mutex>::lock_guard (__m=..., this=<optimized
out>) at
/var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_mutex.h:229
apache#8 doris::RuntimeProfile::add_info_string (this=0x0, key=..., value=...)
at
/home/zcp/repo_center/doris_master/doris/be/src/util/runtime_profile.cpp:354
apache#9 0x000055c5f9cccaa7 in
doris::pipeline::PipelineTask::_state_transition (this=0x7f84015b4000,
new_state=doris::pipeline::PipelineTask::State::RUNNABLE) at
/home/zcp/repo_center/doris_master/doris/be/src/pipeline/pipeline_task.h:339
apache#10 0x000055c5fa53aec5 in doris::pipeline::PipelineTask::wake_up
(this=0x7fffbd28a8e8, dep=<optimized out>) at
/home/zcp/repo_center/doris_master/doris/be/src/pipeline/pipeline_task.cpp:748
apache#11 0x000055c5f9cba3f5 in doris::pipeline::Dependency::set_ready
(this=0x7f832f848310) at
/home/zcp/repo_center/doris_master/doris/be/src/pipeline/dependency.cpp:72
apache#12 0x000055c5f9c53bcd in
doris::vectorized::VDataStreamRecvr::SenderQueue::set_source_ready
(this=0x7f839d485880) at
/home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_recvr.cpp:142
apache#13 doris::vectorized::VDataStreamRecvr::SenderQueue::close
(this=0x7f839d485880) at
/home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_recvr.cpp:301
apache#14 0x000055c5f9c55b39 in doris::vectorized::VDataStreamRecvr::close
(this=0x7f83fbe78940) at
/home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_recvr.cpp:488
apache#15 0x000055c5f9c4dc68 in
doris::vectorized::VDataStreamMgr::~VDataStreamMgr (this=0x7f83f6d99da0)
at
/home/zcp/repo_center/doris_master/doris/be/src/vec/runtime/vdata_stream_mgr.cpp:58
apache#16 0x000055c5f00cb651 in doris::ExecEnv::destroy (this=0x55c5fdf7a198
<doris::ExecEnv::GetInstance()::s_exec_env>) at
/home/zcp/repo_center/doris_master/doris/be/src/runtime/exec_env_init.cpp:796
apache#17 0x000055c5ef387909 in main (argc=<optimized out>, argv=<optimized
out>) at
/home/zcp/repo_center/doris_master/doris/be/src/service/doris_main.cpp:635
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants