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 2020/04/09 18:43:27 UTC

[GitHub] [flink] kl0u opened a new pull request #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

kl0u opened a new pull request #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696
 
 
   ## What is the purpose of the change
   
   This PR introduces the `ApplicationDispatcherBootstrap` which is responsible for bootstrapping the `Dispatcher` when running in application mode, as described in FLIP-85. In these settings, the user's `main()` runs on the `Dispatcher`. From now on, the entrypoint will launch a "session cluster" only for the jobs in the application that it starts with, and the cluster will be shutdown if:
   - all the jobs in the application fail
   - at least one of the jobs fails
   - if a job gets cancelled
   
   So far we allow only a single job application to be executed, for reasons described in the FLIP. 
   
   In addition, we wire the `ApplicationDispatcherBootstrap` to the `StandaloneJobClusterEntrypoint` so that we do not hijack the `execute()` method anymore. With this PR, the `StandaloneJobClusterEntrypoint` runs the user code in "Application Mode", i.e. the `main()` runs on the cluster and not on the client, but we do not rename the class, for backwards compatibility.
   
   ## Verifying this change
   
   We added:
   * the `ApplicationDispatcherBootstrapTest`,
   * the `JobStatusPollingUtilsTest`,
   * added tests in the `StandaloneJobClusterConfigurationParserFactoryTest` 
   * and there are already the end-to-end tests for the `StandaloneJobClusterEntrypoint` that cover the changes.
   
   ## 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/Mesos, 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 yet**)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7662",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160726688",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 10446262ad30a5f2a2a743065f1106d5242fead4 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160726688) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7662) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7662",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160726688",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef4892c669e3264a68bcac5705f6bb197bcb1796 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160198022) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459) 
   * 10446262ad30a5f2a2a743065f1106d5242fead4 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160726688) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7662) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/159701257) Azure: [CANCELED](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306) 
   * ef4892c669e3264a68bcac5705f6bb197bcb1796 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] kl0u edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
kl0u edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611910930
 
 
   @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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/159701257) Azure: [CANCELED](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306) 
   * ef4892c669e3264a68bcac5705f6bb197bcb1796 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160198022) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/159701257) Azure: [CANCELED](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] kl0u commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
kl0u commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611910930
 
 
   @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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7662",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160726688",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 10446262ad30a5f2a2a743065f1106d5242fead4 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160726688) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7662) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef4892c669e3264a68bcac5705f6bb197bcb1796 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160198022) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b0c89809b4f83438cf21736a1d668cc14a05c908 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/159678569) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef4892c669e3264a68bcac5705f6bb197bcb1796 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160198022) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b0c89809b4f83438cf21736a1d668cc14a05c908 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/159678569) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303) 
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/159701257) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611692312
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit ef4892c669e3264a68bcac5705f6bb197bcb1796 (Wed Apr 15 11:40:01 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b0c89809b4f83438cf21736a1d668cc14a05c908 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b0c89809b4f83438cf21736a1d668cc14a05c908 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/159678569) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303) 
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/159701257) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160198022",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459",
       "triggerID" : "ef4892c669e3264a68bcac5705f6bb197bcb1796",
       "triggerType" : "PUSH"
     }, {
       "hash" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "10446262ad30a5f2a2a743065f1106d5242fead4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef4892c669e3264a68bcac5705f6bb197bcb1796 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160198022) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7459) 
   * 10446262ad30a5f2a2a743065f1106d5242fead4 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] kl0u commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
kl0u commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611759520
 
 
   @flinkbot run azure @flinkbot run travis

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159701257",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/159701257) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7306) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611702183
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/159678569",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303",
       "triggerID" : "b0c89809b4f83438cf21736a1d668cc14a05c908",
       "triggerType" : "PUSH"
     }, {
       "hash" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "18fcfaf78cf5a5865e985a1f7ec24ba732d90807",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b0c89809b4f83438cf21736a1d668cc14a05c908 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/159678569) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7303) 
   * 18fcfaf78cf5a5865e985a1f7ec24ba732d90807 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] kl0u edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
kl0u edited a comment on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611759520
 
 
   @flinkbot run azure
   @flinkbot run travis

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-611692312
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit b0c89809b4f83438cf21736a1d668cc14a05c908 (Thu Apr 09 18:45:53 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] aljoscha commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint

Posted by GitBox <gi...@apache.org>.
aljoscha commented on issue #11696: [FLINK-16658][FLINK-16660] Introduce the ApplicationDispatcherBootstrap and wire it to StandaloneJobEntrypoint
URL: https://github.com/apache/flink/pull/11696#issuecomment-615894182
 
 
   @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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services