Skip to content

Commit

Permalink
[SPARK-3736] Changing a log warning to a log info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mccheah committed Oct 16, 2014
1 parent a698e35 commit 94ddeca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ private[spark] class Worker(
}

case ReconnectWorker(masterUrl) =>
logWarning(s"Master with url $masterUrl requested this worker to reconnect.")
logInfo(s"Master with url $masterUrl requested this worker to reconnect.")
scheduleAttemptsToReconnectToMaster()

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

0 comments on commit 94ddeca

Please sign in to comment.