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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
