gengliangwang commented on code in PR #46362:
URL: https://github.com/apache/spark/pull/46362#discussion_r1591342894


##########
core/src/main/scala/org/apache/spark/BarrierCoordinator.scala:
##########
@@ -39,16 +40,18 @@ private case class ContextBarrierId(stageId: Int, 
stageAttemptId: Int) {
 
 /**
  * A coordinator that handles all global sync requests from 
BarrierTaskContext. Each global sync
- * request is generated by `BarrierTaskContext.barrier()`, and identified by
- * stageId + stageAttemptId + barrierEpoch. Reply all the blocking global sync 
requests upon
- * all the requests for a group of `barrier()` calls are received. If the 
coordinator is unable to
- * collect enough global sync requests within a configured time, fail all the 
requests and return
- * an Exception with timeout message.
+ * request is generated by `BarrierTaskContext.barrier()`, and identified by 
stageId +

Review Comment:
   Please remove unnecessary changes



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to