Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.7, 3.0.1
-
None
Description
This might be because of incorrectly calculating executorRunTimeMs in Executor.scala
The function collectAccumulatorsAndResetStatusOnFailure(taskStartTimeNs) can be called when taskStartTimeNs is not set yet (it is 0).
As of now in master branch, here is the problematic code:
There is a throw exception before this line. The catch branch still updates the metric.
However the query shows as SUCCESSful. Maybe this task is speculative. Not sure.
submissionTime in LiveExecutionData may also have similar problem.