You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/19 11:23:51 UTC

[GitHub] [doris] zhiwen95 opened a new issue, #13484: [Bug] 启动报错

zhiwen95 opened a new issue, #13484:
URL: https://github.com/apache/doris/issues/13484

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.1.3
   
   ### What's Wrong?
   
   ```
   [root@localhost apache-doris-be-1.1.3-bin-x86_64]# ./bin/start_be.sh 
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   I1019 19:14:37.712309 22498 env.cpp:46] Env init successfully.
   I1019 19:14:37.714354 22498 daemon.cpp:241]  version 1.1.3-rc02 RELEASE (build git://hk-dev01/mnt/disk2/ygl/code/github/apache-doris@b4364b451ef37dbe15db5674551851733645ffbb)
   Built on Tue, 11 Oct 2022 10:54:17 CST by ygl@hk-dev01
   I1019 19:14:37.715941 22498 mem_info.cpp:101] Physical Memory: 31.26 GB, /proc/meminfo/MemTotal: MemTotal:       32777312 kB
   I1019 19:14:37.717646 22498 daemon.cpp:273] Cpu Info:
     Model: Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz
     Cores: 24
     Max Possible Cores: 24
     L1 Cache: 32.00 KB (Line: 64.00 B)
     L2 Cache: 1.00 MB (Line: 64.00 B)
     L3 Cache: 35.75 MB (Line: 64.00 B)
     Hardware Supports:
       ssse3
       sse4_1
       sse4_2
       popcnt
       avx
       avx2
     Numa Nodes: 2
     Numa Nodes of Cores: 0->0 | 1->0 | 2->0 | 3->0 | 4->0 | 5->0 | 6->0 | 7->0 | 8->0 | 9->0 | 10->0 | 11->0 | 12->1 | 13->1 | 14->1 | 15->1 | 16->1 | 17->1 | 18->1 | 19->1 | 20->1 | 21->1 | 22->1 | 23->1 |
   I1019 19:14:37.717692 22498 daemon.cpp:274] Disk Info: 
     Num disks 6: fd, sda, sdb, sr, loop, dm-
   I1019 19:14:37.717706 22498 daemon.cpp:275] Physical Memory: 31.26 GB
   Memory Limt: 25.01 GB
   Current Usage: 0
   CGroup Info: Process CGroup Info: memory.limit_in_bytes=9223372036854771712, cpu cfs limits: unlimited
   I1019 19:14:37.718624 22498 backend_options.cpp:88] priority cidrs in conf: 10.12.24.0/24;
   W1019 19:14:37.718648 22498 cidr.cpp:75] wrong CIDR IP value. network=
   F1019 19:14:37.718704 22498 backend_options.cpp:96] wrong cidr format. cidr_str=
   *** Check failure stack trace: ***
       @     0x55d39dcd262d  google::LogMessage::Fail()
       @     0x55d39dcd4b69  google::LogMessage::SendToLog()
       @     0x55d39dcd2196  google::LogMessage::Flush()
       @     0x55d39dcd51d9  google::LogMessageFatal::~LogMessageFatal()
       @     0x55d39c156eed  doris::BackendOptions::analyze_priority_cidrs()
       @     0x55d39c156fc8  doris::BackendOptions::init()
       @     0x55d39ba300aa  main
       @     0x7f16b98ff555  __libc_start_main
       @     0x55d39bc7222a  _start
       @              (nil)  (unknown)
   *** Aborted at 1666178077 (unix time) try "date -d @1666178077" if you are using GNU date ***
   *** SIGABRT unkown detail explain (@0x57e2) received by PID 22498 (TID 0x7f16ba5df500) from PID 22498; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/ygl/code/github/apache-doris/be/src/common/signal_handler.h:420
    1# 0x00007F16B9913400 in /lib64/libc.so.6
    2# gsignal in /lib64/libc.so.6
    3# abort in /lib64/libc.so.6
    4# 0x000055D39B91B870 in /opt/doris/apache-doris-be-1.1.3-bin-x86_64/lib/doris_be
    5# 0x000055D39DCD262D in /opt/doris/apache-doris-be-1.1.3-bin-x86_64/lib/doris_be
    6# google::LogMessage::SendToLog() in /opt/doris/apache-doris-be-1.1.3-bin-x86_64/lib/doris_be
    7# google::LogMessage::Flush() in /opt/doris/apache-doris-be-1.1.3-bin-x86_64/lib/doris_be
    8# google::LogMessageFatal::~LogMessageFatal() in /opt/doris/apache-doris-be-1.1.3-bin-x86_64/lib/doris_be
    9# doris::BackendOptions::analyze_priority_cidrs() at /mnt/disk2/ygl/code/github/apache-doris/be/src/service/backend_options.cpp:91
   10# doris::BackendOptions::init() at /mnt/disk2/ygl/code/github/apache-doris/be/src/service/backend_options.cpp:3711# main at /mnt/disk2/ygl/code/github/apache-doris/be/src/service/doris_main.cpp:377
   12# __libc_start_main in /lib64/libc.so.6
   13# _start in /opt/doris/apache-doris-be-1.1.3-bin-x86_64/lib/doris_be
   
   ./bin/start_be.sh: line 125: 22498 Aborted                 (core dumped) $LIMIT ${DORIS_HOME}/lib/doris_be "$@" 2>&1 < /dev/null
   ```
   
   ### What You Expected?
   
   服务正常启动
   
   ### How to Reproduce?
   
   run `./bin/start_be.sh`
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] 344108150 commented on issue #13484: [Bug] 启动报错

Posted by "344108150 (via GitHub)" <gi...@apache.org>.
344108150 commented on issue #13484:
URL: https://github.com/apache/doris/issues/13484#issuecomment-1570199594

   我也有同样的问题 咋解决的啊 
   


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Clarence0709 commented on issue #13484: [Bug] 启动报错

Posted by "Clarence0709 (via GitHub)" <gi...@apache.org>.
Clarence0709 commented on issue #13484:
URL: https://github.com/apache/doris/issues/13484#issuecomment-1565871237

   请问:解决了么?


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] zhiwen95 closed issue #13484: [Bug] 启动报错

Posted by GitBox <gi...@apache.org>.
zhiwen95 closed issue #13484: [Bug] 启动报错
URL: https://github.com/apache/doris/issues/13484


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org