We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fce6a9 commit 83b321cCopy full SHA for 83b321c
core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala
@@ -201,7 +201,7 @@ private[spark] class Worker(
201
* (4) Meanwhile, Worker's previous reconnection attempt reaches Master B,
202
* causing the same Worker to register with Master B twice
203
*
204
- * Instead, if we only register with the known active master, which must be dead because
+ * Instead, if we only register with the known active master, which must have died because
205
* another master has taken over, then we can avoid registering with the same master twice.
206
*/
207
private def reregisterWithActiveMaster(): Unit = {
0 commit comments