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/10/13 23:23:43 UTC

[GitHub] [flink-kubernetes-operator] sap1ens commented on pull request #403: [FLINK-29633] Pass fromSavepoint argument

sap1ens commented on PR #403:
URL: https://github.com/apache/flink-kubernetes-operator/pull/403#issuecomment-1278278263

   I was surprised to see that this change didn't fix the issue on staging... After spending more time on debugging I found that the `allowNonRestoredState` flag actually doesn't require a boolean! And Flink's parser can parse it incorrectly when it's supplied.
   
   With `--allowNonRestoredState true`:
   
   <img width="868" alt="Screen Shot 2022-10-13 at 4 19 04 PM" src="https://user-images.githubusercontent.com/260702/195728451-98801e92-4ec7-4ffc-9307-7b34a41fc922.png">
   
   With `--allowNonRestoredState`:
   
   <img width="857" alt="Screen Shot 2022-10-13 at 4 19 17 PM" src="https://user-images.githubusercontent.com/260702/195728453-a4870992-e854-4766-9c0e-f156c88184d4.png">
   
   Pushed https://github.com/apache/flink-kubernetes-operator/pull/403/commits/add45fc400511280c0cf8cdd97d4514e2375fa57 as a fix.
   


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