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/08 07:21:25 UTC

[GitHub] [flink] rmetzger opened a new pull request #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

rmetzger opened a new pull request #13560:
URL: https://github.com/apache/flink/pull/13560


   ## What is the purpose of the change
   
   Caused by FLINK-16866, the web UI is showing the "Duration" of a job as 0 in the overview. Once you open the detail page of a job, you see the correct duration.
   
   
   ## Brief change log
   
   - Move `createDetailsForJob` to `JobDetails`
   - Call `requestJob` instead of `requestJobStatus` to get all the job details in DispatcherJob
   - Added an integration test.
   
   
   ## Verifying this change
   
   - added a test 
   - verified manually
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / *no*)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / *no*)
     - The serializers: (yes / *no* / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / *no* / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / *no* / don't know)
     - The S3 file system connector: (yes / *no* / don't know)
   
   ## Documentation
   
   Bugfix
   


----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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






----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   Ci failed. Rebased to latest master.


----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284) 
   
   <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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621",
       "triggerID" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b64dbe9d96273221e862f44883ceac40d7fc247a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7697",
       "triggerID" : "b64dbe9d96273221e862f44883ceac40d7fc247a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5000a1737c880c9b7fab1fcbca0a414d4881b891 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621) 
   * b64dbe9d96273221e862f44883ceac40d7fc247a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7697) 
   
   <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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   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 6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099 (Thu Oct 08 07:23:24 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] XComp commented on a change in pull request #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/messages/webmonitor/JobDetails.java
##########
@@ -98,6 +101,42 @@ public JobDetails(
 		this.tasksPerState = checkNotNull(tasksPerState);
 		this.numTasks = numTasks;
 	}
+
+	public static JobDetails createDetailsForJob(AccessExecutionGraph job) {
+		JobStatus status = job.getState();
+
+		long started = job.getStatusTimestamp(JobStatus.INITIALIZING);
+		long finished = status.isGloballyTerminalState() ? job.getStatusTimestamp(status) : -1L;
+		long duration = (finished >= 0L ? finished : System.currentTimeMillis()) - started;
+
+		int[] countsPerStatus = new int[ExecutionState.values().length];
+		long lastChanged = 0;
+		int numTotalTasks = 0;
+
+		for (AccessExecutionJobVertex ejv : job.getVerticesTopologically()) {
+			AccessExecutionVertex[] vertices = ejv.getTaskVertices();

Review comment:
       ```suggestion
   			AccessExecutionVertex[] taskVertices = ejv.getTaskVertices();
   ```
   Could we do this renaming to improve the readability since we're dealing with different types of vertices in this code segment?

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/messages/webmonitor/JobDetails.java
##########
@@ -98,6 +101,42 @@ public JobDetails(
 		this.tasksPerState = checkNotNull(tasksPerState);
 		this.numTasks = numTasks;
 	}
+
+	public static JobDetails createDetailsForJob(AccessExecutionGraph job) {
+		JobStatus status = job.getState();
+
+		long started = job.getStatusTimestamp(JobStatus.INITIALIZING);
+		long finished = status.isGloballyTerminalState() ? job.getStatusTimestamp(status) : -1L;
+		long duration = (finished >= 0L ? finished : System.currentTimeMillis()) - started;
+
+		int[] countsPerStatus = new int[ExecutionState.values().length];
+		long lastChanged = 0;
+		int numTotalTasks = 0;
+
+		for (AccessExecutionJobVertex ejv : job.getVerticesTopologically()) {
+			AccessExecutionVertex[] vertices = ejv.getTaskVertices();
+			numTotalTasks += vertices.length;
+
+			for (AccessExecutionVertex vertex : vertices) {

Review comment:
       ```suggestion
   			for (AccessExecutionVertex taskVertex : taskVertices) {
   ```
   Same here with the `vertex` variable.

##########
File path: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebFrontendITCase.java
##########
@@ -303,6 +303,55 @@ public void testCancel() throws Exception {
 		BlockingInvokable.reset();
 	}
 
+	/**
+	 * See FLINK-19518. This test ensures that the /jobs/overview handler shows a duration != 0.
+	 *
+	 */
+	@Test
+	public void testJobOverviewHandler() throws Exception {
+		// this only works if there is no active job at this point
+		assertTrue(getRunningJobs(CLUSTER.getClusterClient()).isEmpty());
+
+		// Create a task
+		final JobVertex sender = new JobVertex("Sender");
+		sender.setParallelism(2);
+		sender.setInvokableClass(BlockingInvokable.class);
+
+		final JobGraph jobGraph = new JobGraph("Stoppable streaming test job", sender);
+		final JobID jid = jobGraph.getJobID();
+
+		ClusterClient<?> clusterClient = CLUSTER.getClusterClient();
+		clusterClient.submitJob(jobGraph).get();
+
+		// wait for job to show up
+		while (getRunningJobs(CLUSTER.getClusterClient()).isEmpty()) {
+			Thread.sleep(10);
+		}
+
+		// wait for tasks to be properly running
+		BlockingInvokable.latch.await();
+
+		final Duration testTimeout = Duration.ofMinutes(2);
+		final LocalTime deadline = LocalTime.now().plus(testTimeout);

Review comment:
       The `deadline` variable is never used. Are we missing an `assert` in this test or is this variable obsolete?

##########
File path: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebFrontendITCase.java
##########
@@ -303,6 +303,55 @@ public void testCancel() throws Exception {
 		BlockingInvokable.reset();
 	}
 
+	/**
+	 * See FLINK-19518. This test ensures that the /jobs/overview handler shows a duration != 0.
+	 *

Review comment:
       I know it's a minor thing, but the extra line is not necessary here.

##########
File path: flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/WebFrontendITCase.java
##########
@@ -303,6 +303,55 @@ public void testCancel() throws Exception {
 		BlockingInvokable.reset();
 	}
 
+	/**
+	 * See FLINK-19518. This test ensures that the /jobs/overview handler shows a duration != 0.
+	 *
+	 */
+	@Test
+	public void testJobOverviewHandler() throws Exception {
+		// this only works if there is no active job at this point
+		assertTrue(getRunningJobs(CLUSTER.getClusterClient()).isEmpty());
+
+		// Create a task
+		final JobVertex sender = new JobVertex("Sender");
+		sender.setParallelism(2);
+		sender.setInvokableClass(BlockingInvokable.class);
+
+		final JobGraph jobGraph = new JobGraph("Stoppable streaming test job", sender);
+		final JobID jid = jobGraph.getJobID();

Review comment:
       `jid` is never used and can be removed.




----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621",
       "triggerID" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b64dbe9d96273221e862f44883ceac40d7fc247a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7697",
       "triggerID" : "b64dbe9d96273221e862f44883ceac40d7fc247a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b64dbe9d96273221e862f44883ceac40d7fc247a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7697) 
   
   <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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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






----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099 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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621",
       "triggerID" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b64dbe9d96273221e862f44883ceac40d7fc247a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b64dbe9d96273221e862f44883ceac40d7fc247a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5000a1737c880c9b7fab1fcbca0a414d4881b891 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621) 
   * b64dbe9d96273221e862f44883ceac40d7fc247a 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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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






----------------------------------------------------------------
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 merged pull request #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   


----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   CI has passed now. Merging.


----------------------------------------------------------------
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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284) 
   
   <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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621",
       "triggerID" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284) 
   * 5000a1737c880c9b7fab1fcbca0a414d4881b891 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7621) 
   
   <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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284",
       "triggerID" : "6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5000a1737c880c9b7fab1fcbca0a414d4881b891",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6f5dffb7725d818aba28ff3e1a7a6ab34f3e1099 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=7284) 
   * 5000a1737c880c9b7fab1fcbca0a414d4881b891 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 #13560: [FLINK-19518] Show proper job duration for running jobs in web ui

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


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