yiguolei commented on issue #59837: URL: https://github.com/apache/doris/issues/59837#issuecomment-3832845039
It must not be AutoReleaseClosure's problem. In AutoReleaseClosure, the Run method is called by brpc internal code when the response is returned. After the run method, it will delete itself. Brpc's code will make sure the run method will be called only once. So that the closure will be de-constructed only once. For your problem, I think maybe the data is corrupt, you should use ASAN to detect the reason. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
