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 2021/10/18 11:44:47 UTC

[GitHub] [flink] SteNicholas opened a new pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

SteNicholas opened a new pull request #17510:
URL: https://github.com/apache/flink/pull/17510


   ## What is the purpose of the change
   
   *The checkpointing configuration should present the value of `execution.checkpointing.checkpoints-after-tasks-finish.enabled` in the Web UI.*
   
   ## Brief change log
   
     - *`CheckpointConfigInfo` of `CheckpointConfigHandler` adds the `checkpoints_after_tasks_finish` to return the value of `execution.checkpointing.checkpoints-after-tasks-finish.enabled`.*
   
   ## Verifying this change
   
     - *Update the `getTestResponseInstance()` of `CheckpointConfigInfoTest` with the value of `checkpoints_after_tasks_finish` to verify the return `CheckpointConfigInfo` instance.*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5f8ec6be04661593cb2ea715c92bb0e8f75ca69 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] SteNicholas commented on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-946660593


   @dawidwys , thanks for review and the CI result is success.


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "946580261",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d2d050bbae90c773386dcfaf77d3b794f8398599 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5f8ec6be04661593cb2ea715c92bb0e8f75ca69 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160) 
   * d2d050bbae90c773386dcfaf77d3b794f8398599 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot commented on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858






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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d2d050bbae90c773386dcfaf77d3b794f8398599 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5f8ec6be04661593cb2ea715c92bb0e8f75ca69 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160) 
   * d2d050bbae90c773386dcfaf77d3b794f8398599 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] dawidwys merged pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
dawidwys merged pull request #17510:
URL: https://github.com/apache/flink/pull/17510


   


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "946580261",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d2d050bbae90c773386dcfaf77d3b794f8398599 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] dawidwys commented on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
dawidwys commented on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-946580261


   @flinkbot run azure


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2d050bbae90c773386dcfaf77d3b794f8398599",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187",
       "triggerID" : "946580261",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d2d050bbae90c773386dcfaf77d3b794f8398599 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25187) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] flinkbot edited a comment on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-945683858


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160",
       "triggerID" : "e5f8ec6be04661593cb2ea715c92bb0e8f75ca69",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e5f8ec6be04661593cb2ea715c92bb0e8f75ca69 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25160) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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



[GitHub] [flink] SteNicholas commented on pull request #17510: [FLINK-24355][runtime] Expose the flag for enabling checkpoints after tasks finish in the Web UI

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on pull request #17510:
URL: https://github.com/apache/flink/pull/17510#issuecomment-946490848


   @dawidwys , could you please help to review this pull request?


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