morningman opened a new pull request #5034: URL: https://github.com/apache/incubator-doris/pull/5034
## Proposed changes The close method of OlapTabletSink may be called twice. In the open_internal() method of plan_fragment_executor, close is called once. If an error occurs in this call, it will be called again in fragment_mgr. So here we use a flag to prevent repeated close operations. ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) ---------------------------------------------------------------- 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]
