marising opened a new issue #4592: URL: https://github.com/apache/incubator-doris/issues/4592
**Describe the bug** When the different partition of the table is updated frequently, the partition key list of the cache is discontinuous, and the partition key in the request cannot hit the key list in the cache, resulting in the access overrun,the BE will crash. I've fixed this bug and added the cross boundary judgment when fetch cache. It will be submitted next week. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
