jackylee-ch commented on a change in pull request #35185:
URL: https://github.com/apache/spark/pull/35185#discussion_r830477531
##########
File path: core/src/main/scala/org/apache/spark/status/storeTypes.scala
##########
@@ -286,6 +289,7 @@ private[spark] class TaskDataWrapper(
taskId,
index,
attempt,
+ partitionId,
new Date(launchTime),
Review comment:
> Could you double check again? @jackylee-ch .
@Ngone51 Thanks for your double check. It works fun while reading old
eventLog json files with new spark-client. The recurring scenario of this
problem is that using the new spark-client read old leveldb data.
```
"7" : {
"taskId" : 7,
"index" : 1,
"attempt" : 0,
"partitionId" : 0,
...
}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]