Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log ./bin/start_be.sh #7

Open
dyrnq opened this issue Nov 14, 2024 · 0 comments
Open

log ./bin/start_be.sh #7

dyrnq opened this issue Nov 14, 2024 · 0 comments

Comments

@dyrnq
Copy link
Owner

dyrnq commented Nov 14, 2024

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/apache-doris/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/apache-doris/be/lib/java-udf-jar-with-dependencies.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]
I1114 07:22:25.171707   883 daemon.cpp:432]  version doris-1.2.5-rc01(AVX2) RELEASE (build file://VM-10-6-centos@Unknown)
Built on Wed, 14 Jun 2023 16:18:43 UTC by VM-10-6-centos
I1114 07:22:25.172969   883 mem_info.cpp:295] Physical Memory: 125.64 GB, Mem Limit: 100.52 GB, origin config value: 80%, System Mem Available Min Reserve: 1.60 GB, Vm Min Free KBytes: 256.00 MB
I1114 07:22:25.177567   883 daemon.cpp:465] Cpu Info:
  Model: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
  Cores: 8
  Max Possible Cores: 8
  L1 Cache: 32.00 KB (Line: 64.00 B)
  L2 Cache: 256.00 KB (Line: 64.00 B)
  L3 Cache: 12.00 MB (Line: 64.00 B)
  Hardware Supports:
    ssse3
    sse4_1
    sse4_2
    popcnt
    avx
    avx2
  Numa Nodes: 1
  Numa Nodes of Cores: 0->0 | 1->0 | 2->0 | 3->0 | 4->0 | 5->0 | 6->0 | 7->0 |
I1114 07:22:25.177598   883 daemon.cpp:466] Disk Info: 
  Num disks 1: sda
I1114 07:22:25.177601   883 daemon.cpp:467] Physical Memory: 125.64 GB
Memory Limt: 100.52 GB
CGroup Info: Process CGroup Info: memory.limit_in_bytes=[NOT_FOUND]Could not find subsystem memory in /proc/self/cgroup, cpu cfs limits: [NOT_FOUND]Could not find subsystem cpuacct in /proc/self/cgroup
I1114 07:22:25.178593   883 backend_options.cpp:76] local host ip=172.17.0.5
I1114 07:22:25.180866   883 exec_env_init.cpp:105] scan thread pool use PriorityWorkStealingThreadPool
I1114 07:22:25.193770  1230 fragment_mgr.cpp:850] FragmentMgr cancel worker start working.
I1114 07:22:25.235968   883 load_path_mgr.cpp:59] Load path configured to [/opt/apache-doris/be/storage/mini_download]
I1114 07:22:25.235978  1307 result_buffer_mgr.cpp:149] result buffer manager cancel thread begin.
I1114 07:22:25.243031   883 exec_env_init.cpp:239] Buffer pool memory limit: 20.10 GB, origin config value: 20%. clean pages limit: 10.05 GB, origin config value: 50%
I1114 07:22:25.243072   883 exec_env_init.cpp:256] Storage page cache memory limit: 20.10 GB, origin config value: 20%
I1114 07:22:25.243077   883 exec_env_init.cpp:272] segment_cache_capacity = fd_number / 3 * 2, fd_number: 65536 segment_cache_capacity: 43690
I1114 07:22:25.243407   883 tmp_file_mgr.cc:113] Using scratch directory /opt/apache-doris/be/storage/doris-scratch on disk 0
I1114 07:22:25.243423   883 exec_env_init.cpp:293] Chunk allocator memory limit: 0, origin config value: 0
I1114 07:22:25.279156   919 daemon.cpp:233] OS physical memory 125.64 GB. Process memory usage 498.29 MB, limit 100.52 GB, soft limit 90.46 GB. Sys available memory 34.19 GB, low water mark 1.60 GB, warning water mark 3.20 GB. Refresh interval memory growth 0 B
I1114 07:22:25.292424   883 storage_engine.cpp:97] starting backend using uid:ab4defcdc717e38f-0a53d3d43a359bbe
I1114 07:22:25.292572  1467 data_dir.cpp:745] path: /opt/apache-doris/be/storage total capacity: 589431914496, available capacity: 355755462656
I1114 07:22:25.292667  1467 data_dir.cpp:192] path: /opt/apache-doris/be/storage, hash: 389153666386534597
I1114 07:22:25.326067   883 storage_engine.cpp:240] stream load record path: /opt/apache-doris/be/storage
I1114 07:22:25.339334  1523 data_dir.cpp:360] start to load tablets from /opt/apache-doris/be/storage
I1114 07:22:25.339361  1523 data_dir.cpp:353] successfully check incompatible old format meta /opt/apache-doris/be/storage
I1114 07:22:25.339365  1523 data_dir.cpp:371] begin loading rowset from meta
I1114 07:22:25.339367  1523 data_dir.cpp:393] load rowset from meta finished, data dir: /opt/apache-doris/be/storage
I1114 07:22:25.339368  1523 data_dir.cpp:398] begin loading tablet from meta
I1114 07:22:25.339371  1523 data_dir.cpp:444] load tablet from meta finished, loaded tablet: 0, error tablet: 0, path: /opt/apache-doris/be/storage
I1114 07:22:25.339375  1523 data_dir.cpp:532] finish to load tablets from /opt/apache-doris/be/storage, total rowset meta: 0, invalid rowset num: 0
I1114 07:22:25.339892   883 storage_engine.cpp:101] success to init storage engine.
I1114 07:22:25.339929   883 olap_server.cpp:56] unused rowset monitor thread started
I1114 07:22:25.339956   883 olap_server.cpp:62] garbage sweeper thread started
I1114 07:22:25.339998   883 olap_server.cpp:68] disk stat monitor thread started
I1114 07:22:25.340691   883 olap_server.cpp:100] compaction tasks producer thread started
I1114 07:22:25.340703  1563 olap_server.cpp:391] try to start compaction producer process!
I1114 07:22:25.340725   883 olap_server.cpp:113] tablet checkpoint tasks producer thread started
I1114 07:22:25.340790   883 olap_server.cpp:119] fd cache clean thread started
I1114 07:22:25.340848   883 olap_server.cpp:138] path scan/gc threads started. number:1
I1114 07:22:25.341013  1566 olap_server.cpp:314] try to perform path scan!
I1114 07:22:25.341020  1566 data_dir.cpp:650] start to scan data dir path:/opt/apache-doris/be/storage
I1114 07:22:25.341063  1566 data_dir.cpp:712] scan data dir path: /opt/apache-doris/be/storage finished. path size: 0
I1114 07:22:25.341019   883 olap_server.cpp:145] cooldown thread pool started
I1114 07:22:25.341014  1564 olap_server.cpp:333] begin to produce tablet meta checkpoint tasks.
I1114 07:22:25.341029  1567 olap_server.cpp:289] try to start path gc thread!
I1114 07:22:25.341087  1567 olap_server.cpp:292] try to perform path gc by tablet!
I1114 07:22:25.341131   883 olap_server.cpp:151] cooldown tasks producer thread started
I1114 07:22:25.341159  1573 olap_server.cpp:713] cooldown producer get tablet num: 0
I1114 07:22:25.341171  1574 tablet_manager.cpp:1153] finish to do meta checkpoint on dir: /opt/apache-doris/be/storage, number: 0, cost(ms): 0
I1114 07:22:25.341176   883 olap_server.cpp:157] cache file cleaner tasks producer thread started
I1114 07:22:25.341185  1575 olap_server.cpp:769] Begin to Clean cache files
I1114 07:22:25.342341   883 olap_server.cpp:165] all storage engine's background threads are started.
I1114 07:22:25.344148   883 agent_server.cpp:100] Register user resource listener
I1114 07:22:25.344214   883 backend_service.cpp:82] Doris BackendService listening on 9060
I1114 07:22:25.345302   883 thrift_server.cpp:355] ThriftServer 'backend' started on port: 9060
I1114 07:22:25.356503   883 server.cpp:1066] Server[doris::PInternalServiceImpl] is serving on port=8060.
I1114 07:22:25.356523   883 server.cpp:1069] Check out http://92ab54f037d9:8060 in web browser.
I1114 07:22:25.369159   883 thrift_server.cpp:355] ThriftServer 'heartbeat' started on port: 9050
I1114 07:22:30.344286  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:35.344274  1654 task_worker_pool.cpp:1113] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:35.344409  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:40.344508  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:45.341261  1573 olap_server.cpp:713] cooldown producer get tablet num: 0
I1114 07:22:45.344372  1654 task_worker_pool.cpp:1113] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:45.344628  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:50.344770  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:55.344477  1654 task_worker_pool.cpp:1113] waiting to receive first heartbeat from frontend before doing task report
I1114 07:22:55.344866  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:00.344947  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:05.341393  1573 olap_server.cpp:713] cooldown producer get tablet num: 0
I1114 07:23:05.344578  1654 task_worker_pool.cpp:1113] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:05.345059  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:10.345110  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:15.344734  1654 task_worker_pool.cpp:1113] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:15.345194  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report
I1114 07:23:20.345299  1658 task_worker_pool.cpp:1623] waiting to receive first heartbeat from frontend before doing task report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant