You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/01 08:50:47 UTC

[GitHub] [flink] zentol opened a new pull request #8928: [FLINK-12997][coordination] Release partitions when a vertex is reset

zentol opened a new pull request #8928: [FLINK-12997][coordination] Release partitions when a vertex is reset
URL: https://github.com/apache/flink/pull/8928
 
 
   If an execution finishes it doesn not issue release calls for partitions as they could be re-used later. If the corresponding vertex is reset however we still have to release the partitions that the (now old) execution produced.
   
   This PR implements this behavior.

----------------------------------------------------------------
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


With regards,
Apache Git Services