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/06/27 10:18:54 UTC

[GitHub] [flink] EnriqueL8 commented on pull request #15832: [FLINK-22494][ha] Introduce PossibleInconsistentStateException

EnriqueL8 commented on PR #15832:
URL: https://github.com/apache/flink/pull/15832#issuecomment-1167167537

   Hey all, just found this amazing PR for fixing an issue that I have been hitting for quite a long time. I'm running Flink 1.13.2 with Kube HA enabled and filesystem storage.
   
   I've seen this issue for the past 6 months and resolved it by cleaning up the ConfigMap since it effectively does get deleted in the filesystem but not in the CM as stated at the top of the issue?
   ```
   Caused by: org.apache.flink.util.FlinkException: Could not retrieve checkpoint 9702 from state handle under checkpointID-0000000000000009702. This indicates that the retrieved state handle is broken. Try cleaning the state handle store.
   ```
   I'm just looking for some clarification if this PR does fix this problem or the newly raised suggestion from @rmetzger fixes it. Thanks so much for your help!


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