wangbo opened a new pull request #2075: Segment v2 stream load core dump(#2037)
URL: https://github.com/apache/incubator-doris/pull/2075
 
 
   see #2037
   1, fix mem leak when calling string builder.get_dictionary_page;
   2, fix delete invalid mem addr in bitshuffleBuilder when no array grow 
happends
        when bitshuffleBuilder didn't grow array, the data page which not use 
new to allocate will be 
        returned  to ColumnWriter.
        When ColumnWriter destructs, the data page will be deleted,this causes 
core dump
   

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

Reply via email to