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/10/14 05:34:43 UTC

[GitHub] [flink] zlzhang0122 opened a new pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

zlzhang0122 opened a new pull request #13626:
URL: https://github.com/apache/flink/pull/13626


   What is the purpose of the change
   This pull request modified web ui subtasks starting index from 0, which can make consistent in the REST API.
   
   Brief change log
   *modify web ui subtasks starting index, remove +1 syntax
   
   Verifying this change
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Documentation
   This pull request doesn't introduce a new feature.
   


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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) 
   
   <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



[GitHub] [flink] zlzhang0122 commented on pull request #13626: [FLINK-19594][web] Make subtask index start from zero

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


   > @zlzhang0122 Could you rename your commit title also as `[FLINK-19594][web] Make subtask index start from zero`? We don't have component as `[flink-runtime-web]`. Moreover, don't leave spaces between `[FLINK-19594]` and `[web]`.
   
   Sure.


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



[GitHub] [flink] Myasuka commented on pull request #13626: [FLINK-19594][web] Make subtask index start from zero

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


   @zlzhang0122 Could you rename your commit title also as `[FLINK-19594][web] Make subtask index start from zero`? We don't have component as `[flink-runtime-web]`. Moreover, don't leave spaces between `[FLINK-19594]` and `[web]`. 


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



[GitHub] [flink] flinkbot commented on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   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 1f6974a2251daef826687b981fd5a5fb428fe66c (Wed Oct 14 05:37:38 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-19594).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <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



[GitHub] [flink] flinkbot commented on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c 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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) 
   
   <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



[GitHub] [flink] Myasuka merged pull request #13626: [FLINK-19594][web] Make subtask index start from zero

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


   


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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][web] Make subtask index start from zero

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "bcea64faf14e9261ae2cb6b996701b844bf876d3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bcea64faf14e9261ae2cb6b996701b844bf876d3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) 
   * bcea64faf14e9261ae2cb6b996701b844bf876d3 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



[GitHub] [flink] zlzhang0122 removed a comment on pull request #13626: [FLINK-19594][web] Make subtask index start from zero

Posted by GitBox <gi...@apache.org>.
zlzhang0122 removed a comment on pull request #13626:
URL: https://github.com/apache/flink/pull/13626#issuecomment-717021504


   > [FLINK-19594][web] Make subtask index start from zero
   
   Sure.


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



[GitHub] [flink] zlzhang0122 commented on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   > Thanks for your contribution, @zlzhang0122 Could you please paste the new web UI pictures here after applying your changes?
   
   Sure.
   <img width="385" alt="SubTasksTab" src="https://user-images.githubusercontent.com/5321584/96445322-4d5cc900-1242-11eb-81b4-07b2786f9799.png">
   ![BackpresureTab](https://user-images.githubusercontent.com/5321584/96445347-577ec780-1242-11eb-84c3-4ac0ebed8a6b.png)
   ![CheckpointTab](https://user-images.githubusercontent.com/5321584/96445369-5ea5d580-1242-11eb-8fcc-7cf16954e26b.png)
   
   


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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) 
   
   <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



[GitHub] [flink] zlzhang0122 commented on pull request #13626: [FLINK-19594][web] Make subtask index start from zero

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


   > [FLINK-19594][web] Make subtask index start from zero
   
   Sure.


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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) 
   
   <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



[GitHub] [flink] Myasuka commented on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   @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



[GitHub] [flink] Myasuka commented on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   The changes LGTM, @zlzhang0122 could you squash your commits as single one commit?
   I noticed that you have one commit to modify the time format and the other two commits to merge branch when I plan to merge your code.
   
   BTW, I think `[FLINK-19594][web] Make subtask index start from zero` could be a better title.
   


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



[GitHub] [flink] Myasuka commented on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   Thanks for your contribution, @zlzhang0122 Could you please paste the new web UI pictures here after applying your changes?


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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][flink-runtime-web]modify Subtasks starting index from 0

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #13626: [FLINK-19594][web] Make subtask index start from zero

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "1f6974a2251daef826687b981fd5a5fb428fe66c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571",
       "triggerID" : "711947218",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "bcea64faf14e9261ae2cb6b996701b844bf876d3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8342",
       "triggerID" : "bcea64faf14e9261ae2cb6b996701b844bf876d3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1f6974a2251daef826687b981fd5a5fb428fe66c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7857) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7571) 
   * bcea64faf14e9261ae2cb6b996701b844bf876d3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8342) 
   
   <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