Ngone51 commented on pull request #33612: URL: https://github.com/apache/spark/pull/33612#issuecomment-891452455
> Technically the PR solves the problem but metricsPoller, heartbeater and threadPool all member instances initialized during the Executor construction. Could you please give us more context what happened in this run? @attilapiros The problem is that some initialization steps could fail before the initialization of metricsPoller, heartbeater, threadPool. For example, I encountered a failure of: https://github.com/apache/spark/blob/c20af535803a7250fef047c2bf0fe30be242369d/core/src/main/scala/org/apache/spark/executor/Executor.scala#L137 where the executor itself failed to register at the driver. -- 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]
