Youngwb opened a new pull request #3869:
URL: https://github.com/apache/incubator-doris/pull/3869


     According #3868,  BE will core because of invalid address, This bug 
happens occasionally because most of the time HyperLogLog's data are nullptr, 
which does not cause crashes, but sometimes this value is invalid address, 
which causes crashes during deserialize.
      Whether slice data is nullptr or invalid address is determined by the 
RowBlock, however the RowBlock did not use `memset` when it was initialized, so 
invalid data may exist.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to