Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8269

Set netRuntime in JobExecutionResult

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Implemented
    • 1.5.0
    • 1.5.0
    • Runtime / Coordination
    • 917fbcbee4599c1d198a4c63942fe1d2762aa64a

    Description

      In FLIP-6 mode, the JobMaster does not correctly set the field netRuntime on the JobExecutionResult when the job status transitions to FINISHED.

      Find the code in question below:

      case FINISHED:
      	try {
      		// TODO get correct job duration
      		// job done, let's get the accumulators
      		Map<String, Object> accumulatorResults = executionGraph.getAccumulators();
      		JobExecutionResult result = new JobExecutionResult(jobID, 0L, accumulatorResults);
      	
      		executor.execute(() -> jobCompletionActions.jobFinished(result));
      	}
      

      Attachments

        Activity

          People

            gjy Gary Yao
            gjy Gary Yao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: