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 2020/07/23 05:39:44 UTC

[GitHub] [incubator-doris] lovecatchuan opened a new issue #4153: Be error "Check failure stack trace"

lovecatchuan opened a new issue #4153:
URL: https://github.com/apache/incubator-doris/issues/4153


   config:
   `# Licensed to the Apache Software Foundation (ASF) under one
   # or more contributor license agreements.  See the NOTICE file
   # distributed with this work for additional information
   # regarding copyright ownership.  The ASF licenses this file
   # to you under the Apache License, Version 2.0 (the
   # "License"); you may not use this file except in compliance
   # with the License.  You may obtain a copy of the License at
   #
   #   http://www.apache.org/licenses/LICENSE-2.0
   #
   # Unless required by applicable law or agreed to in writing,
   # software distributed under the License is distributed on an
   # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   # KIND, either express or implied.  See the License for the
   # specific language governing permissions and limitations
   # under the License.
   
   # INFO, WARNING, ERROR, FATAL
   sys_log_level = INFO
   
   # ports for admin, web, heartbeat service
   be_port = 9060
   be_rpc_port = 9070
   webserver_port = 8040
   heartbeat_service_port = 9050
   brpc_port = 8060
   
   # Choose one if there are more than one ip except loopback address.
   # Note that there should at most one ip match this list.
   # If no ip match this rule, will choose one randomly.
   # use CIDR format, e.g. 10.10.10.0/24
   # Default value is empty.
   # priority_networks = 10.10.10.0/24;192.168.0.0/16
   
   # data root path, separate by ';'
   # you can specify the storage medium of each root path, HDD or SSD
   # you can add capacity limit at the end of each root path, seperate by ','
   # eg:
   storage_root_path = /home/data/doris/data
   # /home/disk1/doris.HDD, capacity limit is 50GB, HDD;
   # /home/disk2/doris.SSD, capacity limit is 1GB, SSD;
   # /home/disk2/doris, capacity limit is disk capacity, HDD(default)
   #
   # you also can specify the properties by setting '<property>:<value>', seperate by ','
   # property 'medium' has a higher priority than the extension of path
   #
   # Default value is ${DORIS_HOME}/storage, you should create it by hand.
   # storage_root_path = ${DORIS_HOME}/storage
   
   # Advanced configurations
   # sys_log_dir = ${DORIS_HOME}/log
   # sys_log_roll_mode = SIZE-MB-1024
   # sys_log_roll_num = 10
   # sys_log_verbose_modules = *
   # log_buffer_level = -1
   # palo_cgroups
   `
   
   
   DO:
   `[root@localhost bin]# ./start_be.sh
   ./start_be.sh: line 96: 19608 Aborted                 $LIMIT ${DORIS_HOME}/lib/palo_be "$@" >> $LOG_DIR/be.out 2>&1 < /dev/null`
   
   
   LOG:
   `[root@localhost bin]# cat ../log/be.out
   
   start time: Thu Jul 23 13:32:16 CST 2020
   *** Check failure stack trace: ***
       @          0x1ab294d  google::LogMessage::Fail()
       @          0x1ab47d4  google::LogMessage::SendToLog()
       @          0x1ab2474  google::LogMessage::Flush()
       @          0x1ab5209  google::LogMessageFatal::~LogMessageFatal()
       @           0xba0912  main
       @     0x7fdf3f544555  __libc_start_main
       @           0xd031a3  (unknown)
   `
   
   SYS_information:
   `[root@localhost bin]# free -h
                 total        used        free      shared  buff/cache   available
   Mem:            15G        272M         13G         11M        1.2G         14G
   Swap:            0B          0B          0B
   [root@localhost bin]# df /home/data/doris/
   Filesystem              1K-blocks  Used Available Use% Mounted on
   /dev/mapper/centos-home 462319044 34280 462284764   1% /home`
   
   doris version:
   `[root@k8s-n5 ~]# docker ps -a |grep doris
   11db5392a3c3        apachedoris/doris-dev:build-env-1.2                 "/bin/bash"              23 hours ago        Up 3 hours`
   
   
   


----------------------------------------------------------------
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.

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] [incubator-doris] aa1608450902 commented on issue #4153: Be error "Check failure stack trace"

Posted by GitBox <gi...@apache.org>.
aa1608450902 commented on issue #4153:
URL: https://github.com/apache/incubator-doris/issues/4153#issuecomment-698787757


   Maybe you can check the shell command `/bin/limit3` or `/bin/ulimit` (in `start_be.sh`). Cause no `limit3` in my os, so palo_be always occurred error!


----------------------------------------------------------------
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.

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] [incubator-doris] aa1608450902 commented on issue #4153: Be error "Check failure stack trace"

Posted by GitBox <gi...@apache.org>.
aa1608450902 commented on issue #4153:
URL: https://github.com/apache/incubator-doris/issues/4153#issuecomment-698787757


   Maybe you can check the shell command `/bin/limit3` or `/bin/ulimit` (in `start_be.sh`). Cause no `limit3` in my os, so palo_be always occurred error!


----------------------------------------------------------------
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.

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] [incubator-doris] lovecatchuan commented on issue #4153: Be error "Check failure stack trace"

Posted by GitBox <gi...@apache.org>.
lovecatchuan commented on issue #4153:
URL: https://github.com/apache/incubator-doris/issues/4153#issuecomment-666079469


   > You should set `open files` limit exceed 65535
   
   Correct answer,I found the reason for the error in the log,thanks


----------------------------------------------------------------
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.

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] [incubator-doris] lovecatchuan closed issue #4153: Be error "Check failure stack trace"

Posted by GitBox <gi...@apache.org>.
lovecatchuan closed issue #4153:
URL: https://github.com/apache/incubator-doris/issues/4153


   


----------------------------------------------------------------
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.

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