You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/12/07 06:01:34 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #5034: [Bug] Add a flag to prevent repeated close operation of OlapTabletSink

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



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


[GitHub] [incubator-doris] morningman merged pull request #5034: [Bug] Add a flag to prevent repeated close operation of OlapTabletSink

Posted by GitBox <gi...@apache.org>.
morningman merged pull request #5034:
URL: https://github.com/apache/incubator-doris/pull/5034


   


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



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