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/17 02:10:06 UTC

[GitHub] [doris] zhanghengdashuaibi opened a new issue, #13403: [Feature] be很脆弱,动不动就宕机

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

   ### 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.
   
   
   ### Description
   
   be很脆弱,动不动就宕机,这玩意能上生产?新下载的包部署后测试了两天,be宕机5 6次,还不知道是啥情况宕机,动不动就是rowset报错lib64的,能上生产就有鬼了
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _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] Userwhite commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
Userwhite commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1280278896

   机型不支持某些指令吧..


-- 
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] morningman commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281154823

   这不是一个好的提问题的方式
   @zhanghengdashuaibi 


-- 
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] zhanghengdashuaibi commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
zhanghengdashuaibi commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281693833

   > 机型不支持某些指令吧..
   一个测试的算子任务跑了一个星期,没大多数据量,宕机5 6次  用的1.1.2版本的 
   
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   I1017 09:30:42.672709  8381 env.cpp:46] Env init successfully.
   *** Aborted at 1665971351 (unix time) try "date -d @1665971351" if you are using GNU date ***
   *** SIGSEGV unkown detail explain (@0x0) received by PID 8381 (TID 0x7facd1d47700) from PID 0; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/apache-doris/be/src/common/signal_handler.h:420
    1# 0x00007FAD2F82D400 in /lib64/[libc.so](http://libc.so/).6
    2# doris::BaseFieldtypeTraits<(doris::FieldType)9>::equal(void const*, void const*) at /mnt/disk2/apache-doris/be/src/olap/types.h:491
    3# doris::TupleReader::_unique_key_next_row(doris::RowCursor*, doris::MemPool*, doris::ObjectPool*, bool*) at /mnt/disk2/apache-doris/be/src/olap/tuple_reader.cpp:197
    4# doris::Merger::merge_rowsets(std::shared_ptr<doris::Tablet>, doris::ReaderType, std::vector<std::shared_ptr<doris::RowsetReader>, std::allocator<std::shared_ptr<doris::RowsetReader> > > const&, doris::RowsetWriter*, doris::Merger::Statistics*) in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
    5# doris::Compaction::do_compaction_impl(long) in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
    6# doris::Compaction::do_compaction(long) at /mnt/disk2/apache-doris/be/src/olap/compaction.cpp:112
    7# doris::CumulativeCompaction::execute_compact_impl() in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
    8# doris::Compaction::execute_compact() at /mnt/disk2/apache-doris/be/src/olap/compaction.cpp:50
    9# doris::Tablet::execute_compaction(doris::CompactionType) in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
   10# std::_Function_handler<void (), doris::StorageEngine::_submit_compaction_task(std::shared_ptr<doris::Tablet>, doris::CompactionType)::$_12>::_M_invoke(std::_Any_data const&) at /mnt/disk2/ygl/installs/ldbtools/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291
   11# doris::ThreadPool::dispatch_thread() at /mnt/disk2/apache-doris/be/src/util/threadpool.cpp:578
   12# doris::Thread::supervise_thread(void*) at /mnt/disk2/apache-doris/be/src/util/thread.cpp:407
   13# start_thread in /lib64/[libpthread.so](http://libpthread.so/).0
   14# clone in /lib64/[libc.so](http://libc.so/).6
   


-- 
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] dataalive commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
dataalive commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281814418

   @SpringHuBiWei 这个可以线下看看,这个可能是一个比较简单的问题,可以联系微信: warpdrive1987


-- 
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] zhanghengdashuaibi commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
zhanghengdashuaibi commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281692768

   > Doris的版本是?你可以给更多的信息看看?这种反复挂的应该是某一个特殊的SQL或者什么触发了。
   
   1.1.2的版本 flinkcdc同步mysql的数据到doris,没有多大数据量就是为了测试,跑了一个星期,宕机了5 6次
   
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   I1017 09:30:42.672709  8381 env.cpp:46] Env init successfully.
   *** Aborted at 1665971351 (unix time) try "date -d @1665971351" if you are using GNU date ***
   *** SIGSEGV unkown detail explain (@0x0) received by PID 8381 (TID 0x7facd1d47700) from PID 0; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/apache-doris/be/src/common/signal_handler.h:420
    1# 0x00007FAD2F82D400 in /lib64/[libc.so](http://libc.so/).6
    2# doris::BaseFieldtypeTraits<(doris::FieldType)9>::equal(void const*, void const*) at /mnt/disk2/apache-doris/be/src/olap/types.h:491
    3# doris::TupleReader::_unique_key_next_row(doris::RowCursor*, doris::MemPool*, doris::ObjectPool*, bool*) at /mnt/disk2/apache-doris/be/src/olap/tuple_reader.cpp:197
    4# doris::Merger::merge_rowsets(std::shared_ptr<doris::Tablet>, doris::ReaderType, std::vector<std::shared_ptr<doris::RowsetReader>, std::allocator<std::shared_ptr<doris::RowsetReader> > > const&, doris::RowsetWriter*, doris::Merger::Statistics*) in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
    5# doris::Compaction::do_compaction_impl(long) in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
    6# doris::Compaction::do_compaction(long) at /mnt/disk2/apache-doris/be/src/olap/compaction.cpp:112
    7# doris::CumulativeCompaction::execute_compact_impl() in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
    8# doris::Compaction::execute_compact() at /mnt/disk2/apache-doris/be/src/olap/compaction.cpp:50
    9# doris::Tablet::execute_compaction(doris::CompactionType) in /opt/apache-doris-be-1.1.2-bin-x86_64/be/lib/doris_be
   10# std::_Function_handler<void (), doris::StorageEngine::_submit_compaction_task(std::shared_ptr<doris::Tablet>, doris::CompactionType)::$_12>::_M_invoke(std::_Any_data const&) at /mnt/disk2/ygl/installs/ldbtools/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291
   11# doris::ThreadPool::dispatch_thread() at /mnt/disk2/apache-doris/be/src/util/threadpool.cpp:578
   12# doris::Thread::supervise_thread(void*) at /mnt/disk2/apache-doris/be/src/util/thread.cpp:407
   13# start_thread in /lib64/[libpthread.so](http://libpthread.so/).0
   14# clone in /lib64/[libc.so](http://libc.so/).6


-- 
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] zhanghengdashuaibi commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
zhanghengdashuaibi commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281692927

   > 这不是一个好的提问题的方式 @zhanghengdashuaibi
   
   抱歉抱歉 有点着急了


-- 
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] dataalive commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
dataalive commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281716991

   我在 https://github.com/apache/doris/issues/13411 中已经回复,这个是一个在1.1.3中修复的bug,请升级下看看。


-- 
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] SpringHuBiWei commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
SpringHuBiWei commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1282028161

   > @SpringHuBiWei 这个可以线下看看,这个可能是一个比较简单的问题,可以联系微信: warpdrive1987
   hi,大佬,这个我看1.2.3已经release 我今天更新了这个版本之后 be现在是没问题了,目前观察还行 还在测试中,你这个微信号搜不到.....
   


-- 
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] dataalive commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
dataalive commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281076860

   Doris的版本是?你可以给更多的信息看看?这种反复挂的应该是某一个特殊的SQL或者什么触发了。


-- 
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] SpringHuBiWei commented on issue #13403: [Feature] be很脆弱,动不动就宕机

Posted by GitBox <gi...@apache.org>.
SpringHuBiWei commented on issue #13403:
URL: https://github.com/apache/doris/issues/13403#issuecomment-1281723588

   我的更难受,目前release的就是1.1.2 我就用cdc做简单的一比一 写入,写一两条就挂,还找不到错误信息 就是一直挂be 莫名其妙


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