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 2019/10/15 07:53:25 UTC

[GitHub] [incubator-doris] morningman opened a new issue #1984: BE crash when loading

morningman opened a new issue #1984: BE crash when loading 
URL: https://github.com/apache/incubator-doris/issues/1984
 
 
   **Describe the bug**
   BE crashed when deconstructing mem tracker in memtable when doing loading process.
   
   ** Why **
   Because the parent mem tracker in load channel has been destroyed before deconstructing
   memtable. So that when deconstructing memtable, the visit of its parent mem tracker cause 
   segment fault.
   
   ** How to resolve**
   Release the memtable before notifying the load channel, so that the parent mem tracker 
   in load channel will remain alive.
   
   

----------------------------------------------------------------
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org