jerqi commented on PR #1514:
URL: 
https://github.com/apache/incubator-uniffle/pull/1514#issuecomment-1945328470

   We can use TaskSchedulerImpl#nextTaskId to simplify the taskAttemptId. 
   1. We use Java reflection to get `TaskSchedulerImpl#nextTaskId` from 
SparkContext.
   2. We record the start taskAttemptId in the ShuffleHandle.
   3. We use taskAttemptId minus start taskAttemptId.


-- 
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]

Reply via email to