utkarsh39 commented on code in PR #45635:
URL: https://github.com/apache/spark/pull/45635#discussion_r1535799832
##########
core/src/main/scala/org/apache/spark/api/python/PythonWorkerFactory.scala:
##########
@@ -95,10 +95,19 @@ private[spark] class PythonWorkerFactory(
def create(): (PythonWorker, Option[Long]) = {
Review Comment:
Do you know what happens in the case where the worker dies right after the
`create()` call returns successfully? I think we are rightfully solving one of
the cases here where an idle worker sitting in the `idleWorkers` has died. The
other case can still happen
--
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]