You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/06 06:12:51 UTC

[GitHub] [incubator-doris] lingbin opened a new issue #883: Be core dump because BufferControlBlock object is null pointer

lingbin opened a new issue #883: Be core dump because BufferControlBlock object is null pointer
URL: https://github.com/apache/incubator-doris/issues/883
 
 
   Through the stack you can see that the core is in BufferControlBlock::add_batch(), the direct reason is that the BufferControlBlock object is a null pointer.
   
   A possible scenario is when the pressure on the be is too large, or the query times out and some Fragment will be canceled.
   
   The code to fix this problem PR see #882 
   

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


With regards,
Apache Git Services

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