You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/12/29 09:46:27 UTC

[GitHub] [incubator-streampark] ziqiang-wang opened a new pull request, #2208: [Improve] Add some config to flink-application.conf

ziqiang-wang opened a new pull request, #2208:
URL: https://github.com/apache/incubator-streampark/pull/2208

   ## Add some config to flink-application.conf
   
   ## Brief change log
   
   Add `table.mode` and `execution.checkpointing.tolerable-failed-checkpoints` config to flink-application.conf file.
   
   `table.mode`, It is convenient to configure the execution mode of the task, so that users can avoid the trouble of searching the execution mode parameter key.
   
   `execution.checkpointing.tolerable-failed-checkpoints` default value is 0, In other words, if a checkpoint fails, the mission is restarted. On production, a large value is set to checkpoint failure to prevent task restart.
   
   ## Verifying this change
   
   It has been verified in the production environment
   
   ## Does this pull request potentially affect one of the following parts
    - Dependencies (does it add or upgrade a dependency): no
   


-- 
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@streampark.apache.org

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


[GitHub] [incubator-streampark] wolfboys merged pull request #2208: [Improve] Add some config to flink-application.conf

Posted by GitBox <gi...@apache.org>.
wolfboys merged PR #2208:
URL: https://github.com/apache/incubator-streampark/pull/2208


-- 
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@streampark.apache.org

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