Skip to content

Commit 94ddeca

Browse files
committed
[SPARK-3736] Changing a log warning to a log info.
1 parent a698e35 commit 94ddeca

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/deploy/worker

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ private[spark] class Worker(
250250
}
251251

252252
case ReconnectWorker(masterUrl) =>
253-
logWarning(s"Master with url $masterUrl requested this worker to reconnect.")
253+
logInfo(s"Master with url $masterUrl requested this worker to reconnect.")
254254
scheduleAttemptsToReconnectToMaster()
255255

256256
case LaunchExecutor(masterUrl, appId, execId, appDesc, cores_, memory_) =>

0 commit comments

Comments
 (0)