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