首次安装Doris的be启动失败

Viewed 114

环境:主机是京东云2核2G的云服务器,jdk版本是1.8,Doris的版本是2.0.3。
首次安装fe也启动成功了,这里的GC是内存不够吗,可是我看Doris官网说对内存没有限制呀
启动be ./bin/start-be.sh报错

[root@lavm-dxh8s7w8ac be]# ./bin/start_be.sh 
./bin/start_be.sh: 行 360: 276346 Killed                  ${LIMIT:+${LIMIT}}             "${DORIS_HOME}/lib/doris_be" "$@" >> "${LOG_DIR}/be.out" 2>&1 < /dev/null

1.查看log中be.out

start time: 2024年 07月 16日 星期二 12:40:49 CST
INFO: java_cmd /opt/module/jdk1.8.0_181/bin/java
INFO: jdk_version 8
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/module/doris/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/module/doris/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/module/doris/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /opt/module/doris/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0 which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.

2.查看be.gc.log20240716-12408

Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for linux-amd64 JRE (1.8.0_181-b13),
 built on Jul  7 2018 00:56:38 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
Memory: 4k page, physical 1870592k(331720k free), swap 0k(0k free)
CommandLine flags: -XX:-CriticalJNINatives -XX:InitialHeapSize=29929472 -XX:MaxHeapSize=1073741824
 -XX:+PrintGC -XX:+PrintGCTimeStamps -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseParallelGC 
1.601: [GC (Allocation Failure)  8192K->2259K(29696K), 0.0025963 secs]
1.985: [GC (Allocation Failure)  10451K->2941K(29696K), 0.0027083 secs]
2.476: [GC (Allocation Failure)  11133K->4653K(29696K), 0.0040954 secs]
2.661: [GC (Allocation Failure)  12845K->5873K(29696K), 0.0111888 secs]
2.966: [GC (Allocation Failure)  14065K->7233K(29696K), 0.0039790 secs]
3.004: [GC (Allocation Failure)  15425K->7265K(39936K), 0.0026872 secs]
3.030: [GC (Allocation Failure)  23649K->7305K(39936K), 0.0037519 secs]
3.054: [GC (Allocation Failure)  23689K->7297K(56832K), 0.0025794 secs]
3.324: [GC (Allocation Failure)  40065K->14824K(56832K), 0.0048595 secs]
3.370: [GC (Metadata GC Threshold)  20897K->13224K(78336K), 0.0034408 secs]
3.374: [Full GC (Metadata GC Threshold)  13224K->4532K(74752K), 0.0206887 secs]
3.585: [GC (Allocation Failure)  57268K->5395K(75264K), 0.0018115 secs]
3.675: [GC (Allocation Failure)  58131K->4743K(103424K), 0.0035935 secs]
3.823: [GC (Allocation Failure)  85639K->4815K(103424K), 0.0034223 secs]
3.964: [GC (Allocation Failure)  85711K->4732K(142848K), 0.0009489 secs]
4.080: [GC (Allocation Failure)  126588K->4660K(144384K), 0.0009509 secs]
4.185: [GC (Allocation Failure)  126516K->4756K(197632K), 0.0008485 secs]
4.344: [GC (Allocation Failure)  183444K->4716K(200704K), 0.0009854 secs]

3.查看be.warning.log20240617-124057

E0716 12:40:57.926316 86499 variable.cpp:179] Already exposed `doris_cache_obj_lrucache' whose value is `0'
E0716 12:40:57.935412 86499 variable.cpp:179] Already exposed `doris_cache_obj_lrucache_persecond' whose value is `0'
E0716 12:40:58.028499 86499 variable.cpp:179] Already exposed `doris_cache_data_page_cache' whose value is `0'
E0716 12:40:58.028571 86499 variable.cpp:179] Already exposed `doris_cache_data_page_cache_persecond' whose value is `0'
E0716 12:40:58.028735 86499 variable.cpp:179] Already exposed `doris_cache_index_page_cache' whose value is `0'
E0716 12:40:58.028741 86499 variable.cpp:179] Already exposed `doris_cache_index_page_cache_persecond' whose value is `0'
E0716 12:40:58.069370 86499 variable.cpp:179] Already exposed `doris_cache_pkindex_page_cache' whose value is `0'
E0716 12:40:58.069435 86499 variable.cpp:179] Already exposed `doris_cache_pkindex_page_cache_persecond' whose value is `0'
E0716 12:40:58.069586 86499 variable.cpp:179] Already exposed `doris_cache_row_cache' whose value is `0'
E0716 12:40:58.069594 86499 variable.cpp:179] Already exposed `doris_cache_row_cache_persecond' whose value is `0'
E0716 12:40:58.069655 86499 variable.cpp:179] Already exposed `doris_cache_segment_cache' whose value is `0'
E0716 12:40:58.069664 86499 variable.cpp:179] Already exposed `doris_cache_segment_cache_persecond' whose value is `0'
E0716 12:40:58.069696 86499 variable.cpp:179] Already exposed `doris_cache_schema_cache' whose value is `0'
E0716 12:40:58.069701 86499 variable.cpp:179] Already exposed `doris_cache_schema_cache_persecond' whose value is `0'
E0716 12:40:58.069728 86499 variable.cpp:179] Already exposed `doris_cache_lookup_connection_cache' whose value is `0'
E0716 12:40:58.069733 86499 variable.cpp:179] Already exposed `doris_cache_lookup_connection_cache_persecond' whose value is `0'
E0716 12:40:58.086643 86499 variable.cpp:179] Already exposed `doris_cache_inverted_index_searcher_cache' whose value is `0'
E0716 12:40:58.086700 86499 variable.cpp:179] Already exposed `doris_cache_inverted_index_searcher_cache_persecond' whose value is `0'
E0716 12:40:58.086789 86499 variable.cpp:179] Already exposed `doris_cache_inverted_index_query_cache' whose value is `0'
E0716 12:40:58.086798 86499 variable.cpp:179] Already exposed `doris_cache_inverted_index_query_cache_persecond' whose value is `0'
E0716 12:40:58.106580 86499 variable.cpp:179] Already exposed `doris_cache_lastest_success_channel_cache' whose value is `0'
E0716 12:40:58.106642 86499 variable.cpp:179] Already exposed `doris_cache_lastest_success_channel_cache_persecond' whose value is `0'
W0716 12:40:58.289865 86689 mem_tracker_limiter.cpp:283] 
Process Memory Summary:
    os physical memory 1.78 GB. process memory used 825.77 MB, limit 1.43 GB, soft limit 1.28 GB. sys available memory 278.65 MB, low water mark 182.67 MB, warning water mark 365.35 MB. Refresh interval memory growth 0 B
Memory Tracker Summary:
    Type=experimental, Used=0(0 B), Peak=0(0 B)
    Type=clone, Used=0(0 B), Peak=0(0 B)
    Type=schema_change, Used=0(0 B), Peak=0(0 B)
    Type=compaction, Used=0(0 B), Peak=0(0 B)
    Type=load, Used=0(0 B), Peak=0(0 B)
    Type=query, Used=0(0 B), Peak=0(0 B)
    Type=global, Used=778.08 MB(815877000 B), Peak=778.08 MB(815877000 B)
    Type=tc/jemalloc_free_memory, Used=93.00 MB(97512920 B), Peak=-1.00 B(-1 B)
    Type=process, Used=871.08 MB(913389920 B), Peak=-1.00 B(-1 B)
    MemTrackerLimiter Label=ObjLRUCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=Orphan, Type=global, Limit=-1.00 B(-1 B), Used=778.08 MB(815877000 B), Peak=778.08 MB(815877000 B)
    MemTracker Label=InvertedIndexSearcherCache, Parent Label=Orphan, Used=14.78 KB(15136 B), Peak=14.78 KB(15136 B)
    MemTrackerLimiter Label=DataPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=IndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=PKIndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=RowCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SegmentCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SchemaCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LookupConnectionCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexSearcherCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexQueryCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LastestSuccessChannelCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=ExperimentalSet, Type=experimental, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
W0716 12:40:58.398891 86689 mem_tracker_limiter.cpp:457] [MemoryGC] GC free process top memory used load, Task ID parsing failed, label: LoadChannelMgr
E0716 12:55:01.688699 86499 variable.cpp:179] Already exposed `doris_cache_tablet_version_cache' whose value is `0'
E0716 12:55:39.758556 86499 variable.cpp:179] Already exposed `doris_cache_tablet_version_cache_persecond' whose value is `0'
W0716 12:41:53.387426 86689 mem_tracker_limiter.cpp:283] 
Process Memory Summary:
    os physical memory 1.78 GB. process memory used 1.03 GB, limit 1.43 GB, soft limit 1.28 GB. sys available memory 50.24 MB, low water mark 182.67 MB, warning water mark 365.35 MB. Refresh interval memory growth 0 B
Memory Tracker Summary:
    Type=experimental, Used=0(0 B), Peak=0(0 B)
    Type=clone, Used=0(0 B), Peak=0(0 B)
    Type=schema_change, Used=0(0 B), Peak=0(0 B)
    Type=compaction, Used=0(0 B), Peak=0(0 B)
    Type=load, Used=0(0 B), Peak=0(0 B)
    Type=query, Used=0(0 B), Peak=0(0 B)
    Type=global, Used=778.08 MB(815877000 B), Peak=778.08 MB(815877000 B)
    Type=tc/jemalloc_free_memory, Used=44.05 MB(46194328 B), Peak=-1.00 B(-1 B)
    Type=process, Used=822.14 MB(862071328 B), Peak=-1.00 B(-1 B)
    MemTrackerLimiter Label=ObjLRUCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=Orphan, Type=global, Limit=-1.00 B(-1 B), Used=778.08 MB(815877000 B), Peak=778.08 MB(815877000 B)
    MemTracker Label=InvertedIndexSearcherCache, Parent Label=Orphan, Used=14.78 KB(15136 B), Peak=14.78 KB(15136 B)
    MemTrackerLimiter Label=DataPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=IndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=PKIndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=RowCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SegmentCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SchemaCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LookupConnectionCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexSearcherCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexQueryCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LastestSuccessChannelCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=TabletVersionCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=ExperimentalSet, Type=experimental, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
W0716 13:14:46.097491 86689 mem_tracker_limiter.cpp:457] [MemoryGC] GC free process top memory used load, Task ID parsing failed, label: LoadChannelMgr
E0716 17:55:32.457546 194719 variable.cpp:179] Already exposed `doris_cache_obj_lrucache' whose value is `0'
E0716 17:55:32.462870 194719 variable.cpp:179] Already exposed `doris_cache_obj_lrucache_persecond' whose value is `0'
E0716 17:55:32.580269 194719 variable.cpp:179] Already exposed `doris_cache_data_page_cache' whose value is `0'
E0716 17:55:32.580367 194719 variable.cpp:179] Already exposed `doris_cache_data_page_cache_persecond' whose value is `0'
E0716 17:55:32.580675 194719 variable.cpp:179] Already exposed `doris_cache_index_page_cache' whose value is `0'
E0716 17:55:32.580693 194719 variable.cpp:179] Already exposed `doris_cache_index_page_cache_persecond' whose value is `0'
E0716 17:55:32.580965 194719 variable.cpp:179] Already exposed `doris_cache_pkindex_page_cache' whose value is `0'
E0716 17:55:32.581000 194719 variable.cpp:179] Already exposed `doris_cache_pkindex_page_cache_persecond' whose value is `0'
E0716 17:55:32.581180 194719 variable.cpp:179] Already exposed `doris_cache_row_cache' whose value is `0'
E0716 17:55:32.581198 194719 variable.cpp:179] Already exposed `doris_cache_row_cache_persecond' whose value is `0'
E0716 17:55:32.581269 194719 variable.cpp:179] Already exposed `doris_cache_segment_cache' whose value is `0'
E0716 17:55:32.581280 194719 variable.cpp:179] Already exposed `doris_cache_segment_cache_persecond' whose value is `0'
E0716 17:55:32.581324 194719 variable.cpp:179] Already exposed `doris_cache_schema_cache' whose value is `0'
E0716 17:55:32.581336 194719 variable.cpp:179] Already exposed `doris_cache_schema_cache_persecond' whose value is `0'
E0716 17:55:32.581382 194719 variable.cpp:179] Already exposed `doris_cache_lookup_connection_cache' whose value is `0'
E0716 17:55:32.581393 194719 variable.cpp:179] Already exposed `doris_cache_lookup_connection_cache_persecond' whose value is `0'
E0716 17:55:32.581482 194719 variable.cpp:179] Already exposed `doris_cache_inverted_index_searcher_cache' whose value is `0'
E0716 17:55:32.581493 194719 variable.cpp:179] Already exposed `doris_cache_inverted_index_searcher_cache_persecond' whose value is `0'
E0716 17:55:32.581558 194719 variable.cpp:179] Already exposed `doris_cache_inverted_index_query_cache' whose value is `0'
E0716 17:55:32.581569 194719 variable.cpp:179] Already exposed `doris_cache_inverted_index_query_cache_persecond' whose value is `0'
E0716 17:55:32.646466 194719 variable.cpp:179] Already exposed `doris_cache_lastest_success_channel_cache' whose value is `0'
E0716 17:55:32.646520 194719 variable.cpp:179] Already exposed `doris_cache_lastest_success_channel_cache_persecond' whose value is `0'
W0716 17:55:32.791783 194908 mem_tracker_limiter.cpp:283] 
Process Memory Summary:
    os physical memory 1.78 GB. process memory used 713.89 MB, limit 1.43 GB, soft limit 1.28 GB. sys available memory 363.48 MB, low water mark 182.67 MB, warning water mark 365.35 MB. Refresh interval memory growth 0 B
Memory Tracker Summary:
    Type=experimental, Used=0(0 B), Peak=0(0 B)
    Type=clone, Used=0(0 B), Peak=0(0 B)
    Type=schema_change, Used=0(0 B), Peak=0(0 B)
    Type=compaction, Used=0(0 B), Peak=0(0 B)
    Type=load, Used=0(0 B), Peak=0(0 B)
    Type=query, Used=0(0 B), Peak=0(0 B)
    Type=global, Used=778.30 MB(816106984 B), Peak=778.30 MB(816106984 B)
    Type=tc/jemalloc_free_memory, Used=96.09 MB(100761480 B), Peak=-1.00 B(-1 B)
    Type=process, Used=874.39 MB(916868464 B), Peak=-1.00 B(-1 B)
    MemTrackerLimiter Label=ObjLRUCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=Orphan, Type=global, Limit=-1.00 B(-1 B), Used=778.30 MB(816106984 B), Peak=778.30 MB(816106984 B)
    MemTracker Label=InvertedIndexSearcherCache, Parent Label=Orphan, Used=14.78 KB(15136 B), Peak=14.78 KB(15136 B)
    MemTrackerLimiter Label=DataPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=IndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=PKIndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=RowCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SegmentCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SchemaCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LookupConnectionCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexSearcherCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexQueryCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LastestSuccessChannelCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=ExperimentalSet, Type=experimental, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
E0717 09:03:10.832150 276346 variable.cpp:179] Already exposed `doris_cache_obj_lrucache' whose value is `0'
E0717 09:03:10.851517 276346 variable.cpp:179] Already exposed `doris_cache_obj_lrucache_persecond' whose value is `0'
E0717 09:03:11.023551 276346 variable.cpp:179] Already exposed `doris_cache_data_page_cache' whose value is `0'
E0717 09:03:11.023617 276346 variable.cpp:179] Already exposed `doris_cache_data_page_cache_persecond' whose value is `0'
E0717 09:03:11.023825 276346 variable.cpp:179] Already exposed `doris_cache_index_page_cache' whose value is `0'
E0717 09:03:11.023836 276346 variable.cpp:179] Already exposed `doris_cache_index_page_cache_persecond' whose value is `0'
E0717 09:03:11.023995 276346 variable.cpp:179] Already exposed `doris_cache_pkindex_page_cache' whose value is `0'
E0717 09:03:11.024001 276346 variable.cpp:179] Already exposed `doris_cache_pkindex_page_cache_persecond' whose value is `0'
E0717 09:03:11.024129 276346 variable.cpp:179] Already exposed `doris_cache_row_cache' whose value is `0'
E0717 09:03:11.024139 276346 variable.cpp:179] Already exposed `doris_cache_row_cache_persecond' whose value is `0'
E0717 09:03:11.024181 276346 variable.cpp:179] Already exposed `doris_cache_segment_cache' whose value is `0'
E0717 09:03:11.024187 276346 variable.cpp:179] Already exposed `doris_cache_segment_cache_persecond' whose value is `0'
E0717 09:03:11.024220 276346 variable.cpp:179] Already exposed `doris_cache_schema_cache' whose value is `0'
E0717 09:03:11.024226 276346 variable.cpp:179] Already exposed `doris_cache_schema_cache_persecond' whose value is `0'
E0717 09:03:11.024269 276346 variable.cpp:179] Already exposed `doris_cache_lookup_connection_cache' whose value is `0'
E0717 09:03:11.024276 276346 variable.cpp:179] Already exposed `doris_cache_lookup_connection_cache_persecond' whose value is `0'
E0717 09:03:11.024344 276346 variable.cpp:179] Already exposed `doris_cache_inverted_index_searcher_cache' whose value is `0'
E0717 09:03:11.024350 276346 variable.cpp:179] Already exposed `doris_cache_inverted_index_searcher_cache_persecond' whose value is `0'
E0717 09:03:11.024381 276346 variable.cpp:179] Already exposed `doris_cache_inverted_index_query_cache' whose value is `0'
E0717 09:03:11.024387 276346 variable.cpp:179] Already exposed `doris_cache_inverted_index_query_cache_persecond' whose value is `0'
E0717 09:03:11.060355 276346 variable.cpp:179] Already exposed `doris_cache_lastest_success_channel_cache' whose value is `0'
E0717 09:03:11.060392 276346 variable.cpp:179] Already exposed `doris_cache_lastest_success_channel_cache_persecond' whose value is `0'
W0717 09:03:11.179889 276754 mem_tracker_limiter.cpp:283] 
Process Memory Summary:
    os physical memory 1.78 GB. process memory used 690.73 MB, limit 1.43 GB, soft limit 1.28 GB. sys available memory 355.96 MB, low water mark 182.67 MB, warning water mark 365.35 MB. Refresh interval memory growth 0 B
Memory Tracker Summary:
    Type=experimental, Used=0(0 B), Peak=0(0 B)
    Type=clone, Used=0(0 B), Peak=0(0 B)
    Type=schema_change, Used=0(0 B), Peak=0(0 B)
    Type=compaction, Used=0(0 B), Peak=0(0 B)
    Type=load, Used=0(0 B), Peak=0(0 B)
    Type=query, Used=0(0 B), Peak=0(0 B)
    Type=global, Used=779.24 MB(817088360 B), Peak=779.24 MB(817088360 B)
    Type=tc/jemalloc_free_memory, Used=99.08 MB(103891704 B), Peak=-1.00 B(-1 B)
    Type=process, Used=878.32 MB(920980064 B), Peak=-1.00 B(-1 B)
    MemTrackerLimiter Label=ObjLRUCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=Orphan, Type=global, Limit=-1.00 B(-1 B), Used=779.24 MB(817088360 B), Peak=779.24 MB(817088088 B)
    MemTracker Label=InvertedIndexSearcherCache, Parent Label=Orphan, Used=14.78 KB(15136 B), Peak=14.78 KB(15136 B)
    MemTrackerLimiter Label=DataPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=IndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=PKIndexPageCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=RowCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SegmentCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=SchemaCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LookupConnectionCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexSearcherCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=InvertedIndexQueryCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LastestSuccessChannelCache, Type=global, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=ExperimentalSet, Type=experimental, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
    MemTrackerLimiter Label=LoadChannelMgr, Type=load, Limit=-1.00 B(-1 B), Used=0(0 B), Peak=0(0 B)
W0717 09:03:11.286623 276754 mem_tracker_limiter.cpp:457] [MemoryGC] GC free process top memory used load, Task ID parsing failed, label: LoadChannelMgr
1 Answers