You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2015/09/24 19:59:04 UTC

[jira] [Created] (FLINK-2762) Job Runtime: -1 ms

Greg Hogan created FLINK-2762:
---------------------------------

             Summary: Job Runtime: -1 ms
                 Key: FLINK-2762
                 URL: https://issues.apache.org/jira/browse/FLINK-2762
             Project: Flink
          Issue Type: Bug
          Components: other
    Affects Versions: master
            Reporter: Greg Hogan
            Priority: Minor


At the conclusion of my job the following is written to the console.

{noformat}
09/24/2015 13:40:48	Job execution switched to status FINISHED.
Job Runtime: -1 ms
{noformat}

{{org.apache.flink.client.program.Client.runBlocking(PackagedProgram, int)}} calls {{JobExecutionResult.fromJobSubmissionResult(JobSubmissionResult)}} which creates a "dummy object for wrapping a JobSubmissionResult" with {{netRuntime}} set to -1 and {{accumulators}} set to {{null}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)