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/13 01:59:29 UTC

[GitHub] [flink] Sxnan opened a new pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

Sxnan opened a new pull request #13602:
URL: https://github.com/apache/flink/pull/13602


   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   Report the ClusterPartitionDescriptor when the job is finished via JobResult so that the following job can use the ClusterPartitionDescriptor to read from the cluster partition directly. This is required to support table caching. 
   
   
   ## Brief change log
   
   - Introduce the ClusterPartitionDescriptor that includes information about the cluster partition. 
   - Put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes.
   
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - *Added test that validates that ClusterPartitionDescriptor is generated correctly*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (don't know)
     - The S3 file system connector: (no)
   
   ## 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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0bf1440e81badbc1ba4d5490a21540ee9ccbb79 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 936e6231bbadb1e2dfc52623af670b8a81eeb779 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8000",
       "triggerID" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 716f49c5af9a94418a2382939051f9b09ecc6091 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842) 
   * 0f7dba46cebbc05ff000380d5bef450f83d991d6 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8000) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   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 0f7dba46cebbc05ff000380d5bef450f83d991d6 (Fri May 28 07:12:12 UTC 2021)
   
   **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-19346).** 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 edited a comment on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) 
   * 716f49c5af9a94418a2382939051f9b09ecc6091 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 936e6231bbadb1e2dfc52623af670b8a81eeb779 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701) 
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) 
   
   <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] Sxnan commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   @becketqin  Thanks for your comments. I have made the change accordingly. Please have another look.


----------------------------------------------------------------
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] rmetzger commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   I see, thanks for the update


----------------------------------------------------------------
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] becketqin commented on a change in pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

Posted by GitBox <gi...@apache.org>.
becketqin commented on a change in pull request #13602:
URL: https://github.com/apache/flink/pull/13602#discussion_r507160527



##########
File path: flink-core/src/main/java/org/apache/flink/api/common/ClusterPartitionDescriptor.java
##########
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.api.common;
+
+import java.io.Serializable;
+
+public interface ClusterPartitionDescriptor extends Serializable {

Review comment:
       Why do we put this class in the public API package? The users should not be aware of the cluster partitions, right?

##########
File path: flink-core/src/main/java/org/apache/flink/api/common/PersistedIntermediateResultDescriptor.java
##########
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.api.common;
+
+import org.apache.flink.util.AbstractID;
+
+public interface PersistedIntermediateResultDescriptor {

Review comment:
       The same question as `ClusterPartitionDescriptor`, is there any reason to put this interface in the public API package?

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobResult.java
##########
@@ -67,12 +69,16 @@
 	@Nullable
 	private final SerializedThrowable serializedThrowable;
 
+	private Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor> persistedIntermediateResult;
+
 	private JobResult(
-			final JobID jobId,
-			final ApplicationStatus applicationStatus,
-			final Map<String, SerializedValue<OptionalFailure<Object>>> accumulatorResults,
-			final long netRuntime,
-			@Nullable final SerializedThrowable serializedThrowable) {
+		final JobID jobId,
+		final ApplicationStatus applicationStatus,
+		final Map<String, SerializedValue<OptionalFailure<Object>>> accumulatorResults,
+		final long netRuntime,
+		@Nullable final SerializedThrowable serializedThrowable,
+		Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor> persistedIntermediateResult) {

Review comment:
       `@Nullable`?

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
##########
@@ -1746,4 +1748,63 @@ PartitionReleaseStrategy getPartitionReleaseStrategy() {
 	ExecutionDeploymentListener getExecutionDeploymentListener() {
 		return executionDeploymentListener;
 	}
+
+	/**
+	 * Returns the mapping from intermediate result id to the ClusterPartitionDescriptor of its partitions
+	 *
+	 * @return The mapping from intermediate result id to the ClusterPartitionDescriptor of its partitions
+	 * 		   null, if the job has not yet finished
+	 */
+	public Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor> getPersistedIntermediateResult() {
+		if (!JobStatus.FINISHED.equals(state)) {
+			return null;
+		}
+
+		final List<IntermediateDataSetID> persistedIntermediateDataSetIds = getPersistedIntermediateDataSetID();
+
+		Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor> persistedIntermediateResults =
+			new HashMap<>(persistedIntermediateDataSetIds.size());
+
+		for (IntermediateDataSetID intermediateDataSetID : persistedIntermediateDataSetIds) {
+			PersistedIntermediateResultDescriptor intermediateResultDescriptor =
+				getPersistedIntermediateResultDescriptor(intermediateDataSetID);
+			persistedIntermediateResults.put(intermediateDataSetID, intermediateResultDescriptor);
+		}
+
+		return persistedIntermediateResults;
+	}
+
+	private PersistedIntermediateResultDescriptor getPersistedIntermediateResultDescriptor(
+		IntermediateDataSetID intermediateDataSetID) {
+		final IntermediateResult intermediateResult = intermediateResults.get(intermediateDataSetID);
+		final IntermediateResultPartition[] partitions = intermediateResult.getPartitions();

Review comment:
       Not all the entries in the `intermediateResult` map are persisted, right?

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ArchivedExecutionGraph.java
##########
@@ -100,22 +102,25 @@
 	@Nullable
 	private final String stateBackendName;
 
+	private Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor> persistedIntermediateResult;
+
 	public ArchivedExecutionGraph(
-			JobID jobID,
-			String jobName,
-			Map<JobVertexID, ArchivedExecutionJobVertex> tasks,
-			List<ArchivedExecutionJobVertex> verticesInCreationOrder,
-			long[] stateTimestamps,
-			JobStatus state,
-			@Nullable ErrorInfo failureCause,
-			String jsonPlan,
-			StringifiedAccumulatorResult[] archivedUserAccumulators,
-			Map<String, SerializedValue<OptionalFailure<Object>>> serializedUserAccumulators,
-			ArchivedExecutionConfig executionConfig,
-			boolean isStoppable,
-			@Nullable CheckpointCoordinatorConfiguration jobCheckpointingConfiguration,
-			@Nullable CheckpointStatsSnapshot checkpointStatsSnapshot,
-			@Nullable String stateBackendName) {
+		JobID jobID,
+		String jobName,
+		Map<JobVertexID, ArchivedExecutionJobVertex> tasks,
+		List<ArchivedExecutionJobVertex> verticesInCreationOrder,
+		long[] stateTimestamps,
+		JobStatus state,
+		@Nullable ErrorInfo failureCause,
+		String jsonPlan,
+		StringifiedAccumulatorResult[] archivedUserAccumulators,
+		Map<String, SerializedValue<OptionalFailure<Object>>> serializedUserAccumulators,
+		ArchivedExecutionConfig executionConfig,
+		boolean isStoppable,
+		@Nullable CheckpointCoordinatorConfiguration jobCheckpointingConfiguration,
+		@Nullable CheckpointStatsSnapshot checkpointStatsSnapshot,
+		@Nullable String stateBackendName, Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor>

Review comment:
       The argument should probably be put in a separate line with a `@Nullable` annotation as well.

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
##########
@@ -1746,4 +1748,63 @@ PartitionReleaseStrategy getPartitionReleaseStrategy() {
 	ExecutionDeploymentListener getExecutionDeploymentListener() {
 		return executionDeploymentListener;
 	}
+
+	/**
+	 * Returns the mapping from intermediate result id to the ClusterPartitionDescriptor of its partitions
+	 *
+	 * @return The mapping from intermediate result id to the ClusterPartitionDescriptor of its partitions
+	 * 		   null, if the job has not yet finished
+	 */
+	public Map<IntermediateDataSetID, PersistedIntermediateResultDescriptor> getPersistedIntermediateResult() {
+		if (!JobStatus.FINISHED.equals(state)) {
+			return null;
+		}
+
+		final List<IntermediateDataSetID> persistedIntermediateDataSetIds = getPersistedIntermediateDataSetID();

Review comment:
       The logic here seems a little over complicated. Would iterating over the entrySet of the IntermediateResult and  handle the Id and partitions array in another method simpler?

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ClusterPartitionDescriptorImpl.java
##########
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.executiongraph;
+
+import org.apache.flink.api.common.ClusterPartitionDescriptor;
+import org.apache.flink.runtime.shuffle.ShuffleDescriptor;
+
+public class ClusterPartitionDescriptorImpl implements ClusterPartitionDescriptor {
+    private ShuffleDescriptor shuffleDescriptor;
+	private final int numberOfSubpartitions;
+
+    public ClusterPartitionDescriptorImpl(ShuffleDescriptor shuffleDescriptor,
+										  int numberOfSubpartitions) {
+        this.shuffleDescriptor = shuffleDescriptor;
+		this.numberOfSubpartitions = numberOfSubpartitions;
+	}
+
+    public ShuffleDescriptor getShuffleDescriptor() {
+        return shuffleDescriptor;
+    }
+
+    public void setShuffleDescriptor(ShuffleDescriptor shuffleDescriptor) {

Review comment:
       Does this descriptor have to be mutable? In general we prefer the classes to be immutable if possible.

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/PersistedIntermediateResultDescriptorImpl.java
##########
@@ -0,0 +1,55 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.executiongraph;
+
+import org.apache.flink.api.common.PersistedIntermediateResultDescriptor;
+import org.apache.flink.runtime.io.network.partition.ResultPartitionType;
+import org.apache.flink.runtime.jobgraph.IntermediateDataSetID;
+
+import java.util.ArrayList;
+import java.util.Collection;
+
+public class PersistedIntermediateResultDescriptorImpl implements PersistedIntermediateResultDescriptor {
+	private Collection<ClusterPartitionDescriptorImpl> clusterPartitionDescriptors = new ArrayList<>();
+	private final IntermediateDataSetID intermediateDataSetID;
+	private final ResultPartitionType resultPartitionType;
+
+	public PersistedIntermediateResultDescriptorImpl(IntermediateDataSetID intermediateDataSetID,
+													 ResultPartitionType resultPartitionType) {
+		this.intermediateDataSetID = intermediateDataSetID;
+		this.resultPartitionType = resultPartitionType;
+	}
+
+	public Collection<ClusterPartitionDescriptorImpl> getClusterPartitionDescriptors() {
+		return clusterPartitionDescriptors;
+	}
+
+	public ResultPartitionType getResultPartitionType() {
+		return resultPartitionType;
+	}
+
+	@Override
+	public IntermediateDataSetID getIntermediateDataSetId() {
+		return intermediateDataSetID;
+	}
+
+	public void addClusterPartitionDescriptor(ClusterPartitionDescriptorImpl clusterPartitionDescriptor) {

Review comment:
       If possible, usually we would like to avoid such method which makes the class mutable.




----------------------------------------------------------------
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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) 
   
   <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] Sxnan commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   @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] flinkbot edited a comment on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1850d83aad0ad29a1a47646e24de20f5698d89f4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491) 
   * 936e6231bbadb1e2dfc52623af670b8a81eeb779 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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1850d83aad0ad29a1a47646e24de20f5698d89f4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 716f49c5af9a94418a2382939051f9b09ecc6091 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842) 
   * 0f7dba46cebbc05ff000380d5bef450f83d991d6 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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0bf1440e81badbc1ba4d5490a21540ee9ccbb79 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477) 
   * 1850d83aad0ad29a1a47646e24de20f5698d89f4 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 commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   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 e0bf1440e81badbc1ba4d5490a21540ee9ccbb79 (Tue Oct 13 02:02: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-19346).** 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 edited a comment on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 936e6231bbadb1e2dfc52623af670b8a81eeb779 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701) 
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 716f49c5af9a94418a2382939051f9b09ecc6091 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) 
   * 716f49c5af9a94418a2382939051f9b09ecc6091 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 commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e0bf1440e81badbc1ba4d5490a21540ee9ccbb79 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] rmetzger commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   @becketqin What's the status of this PR?


----------------------------------------------------------------
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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5bd17fad8f85ce110218ef2ec98912b138db03e7 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784) 
   
   <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] becketqin commented on pull request #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   @rmetzger The PR was suspended to give priority to other features at that point. We need to resume the work here. @Sxnan it looks that the patch has conflict with the master now. Will you update the patch, please?


----------------------------------------------------------------
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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8000",
       "triggerID" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0f7dba46cebbc05ff000380d5bef450f83d991d6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8000) 
   
   <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 #13602: [FLINK-19346][coordination] Generate and put ClusterPartitionDescriptor of ClusterPartition in JobResult when job finishes

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7477",
       "triggerID" : "e0bf1440e81badbc1ba4d5490a21540ee9ccbb79",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7491",
       "triggerID" : "1850d83aad0ad29a1a47646e24de20f5698d89f4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7701",
       "triggerID" : "936e6231bbadb1e2dfc52623af670b8a81eeb779",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7784",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "5bd17fad8f85ce110218ef2ec98912b138db03e7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7763",
       "triggerID" : "710770590",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7842",
       "triggerID" : "716f49c5af9a94418a2382939051f9b09ecc6091",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8000",
       "triggerID" : "0f7dba46cebbc05ff000380d5bef450f83d991d6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0f7dba46cebbc05ff000380d5bef450f83d991d6 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=8000) 
   
   <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