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/08/12 13:25:52 UTC

[GitHub] [incubator-doris] morningman opened a new issue #4344: [Bug]BE crash when doing LOADING phase of spark load

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


   **Describe the bug**
   
   ```
   *** Aborted at 1597223166 (unix time) try "date -d @1597223166" if you are using GNU date ***
   PC: @          0x2668380 (unknown)
   *** SIGSEGV (@0x0) received by PID 14074 (TID 0x7fd1f4f28700) from PID 0; stack trace: ***
       @     0x7fd26e6fe470 (unknown)
       @          0x2668380 (unknown)
       @          0x1030e99 doris::MemTracker::~MemTracker()
       @          0x164a9a2 doris::PushHandler::_convert_v2()
       @          0x164d3d7 doris::PushHandler::_do_streaming_ingestion()
       @          0x164e00b doris::PushHandler::process_streaming_ingestion()
       @          0x162e056 doris::EngineBatchLoadTask::_push()
       @          0x16304ab doris::EngineBatchLoadTask::_process()
       @          0x162c799 doris::EngineBatchLoadTask::execute()
       @           0xe3798e doris::StorageEngine::execute_task()
       @          0x146ea2f doris::TaskWorkerPool::_push_worker_thread_callback()
       @     0x7fd26e4b31c3 start_thread
       @     0x7fd26e7b012d __clone
   ```
   
   This is because we use wrong way to create the mem tracker in PushHandler.


----------------------------------------------------------------
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] morningman closed issue #4344: [Bug]BE crash when doing LOADING phase of spark load

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


   


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