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 2022/01/14 09:02:30 UTC

[GitHub] [flink] Myasuka commented on pull request #18324: [FLINK-25557][checkpoint] Introduce incremental/full checkpoint size stats

Myasuka commented on pull request #18324:
URL: https://github.com/apache/flink/pull/18324#issuecomment-1012931948


   @rkhachatryan , what do you mean "How does this work after up-scaling? Will state size be reported e.g. twice"? Checkpoint state size would only report during taking checkpoint.
   After restore, we have two choices for incremental state size: 
   1. same as previous complete checkpoint reported.
   2. reset as same as full checkpoint size.
   It seems the 1st one is better, WDYT?


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org