jiangxb1987 commented on a change in pull request #25620: [SPARK-25341][Core] 
Support rolling back a shuffle map stage and re-generate the shuffle files
URL: https://github.com/apache/spark/pull/25620#discussion_r320519632
 
 

 ##########
 File path: 
core/src/main/java/org/apache/spark/shuffle/api/ShuffleExecutorComponents.java
 ##########
 @@ -39,17 +39,13 @@
   /**
    * Called once per map task to create a writer that will be responsible for 
persisting all the
    * partitioned bytes written by that map task.
-   *  @param shuffleId Unique identifier for the shuffle the map task is a 
part of
-   * @param mapId Within the shuffle, the identifier of the map task
-   * @param mapTaskAttemptId Identifier of the task attempt. Multiple attempts 
of the same map task
- *                         with the same (shuffleId, mapId) pair can be 
distinguished by the
- *                         different values of mapTaskAttemptId.
+   * @param shuffleId Unique identifier for the shuffle the map task is a part 
of
+   * @param mapId An ID of the map task. The ID is unique within this Spark 
application.
 
 Review comment:
   This id is from the map task attempt?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to