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/09/19 10:45:42 UTC

[GitHub] [flink] StephanEwen commented on issue #9602: [FLINK-13856][checkpoint] Reduce the delete file api when the checkpo…

StephanEwen commented on issue #9602: [FLINK-13856][checkpoint] Reduce the delete file api when the checkpo…
URL: https://github.com/apache/flink/pull/9602#issuecomment-533074514
 
 
   I think this needs a bit more work. Will follow up with a more detailed review in a few days, but the basic points are:
   
     - no tests
     - not all FS implementations actually support recursive deletes well (object stores are slower in recursive delete than file-by-file delete)
     - the extracting of shared keyed state handles could use a different approach
   

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