Skip to content
Snippets Groups Projects
Commit db6d57f8 authored by Cheng Hao's avatar Cheng Hao Committed by Andrew Or
Browse files

[CORE] [MINOR] change the log level to info

Too many logs even when set the log level to warning.

Author: Cheng Hao <hao.cheng@intel.com>

Closes #7340 from chenghao-intel/log and squashes the following commits:

59658cf [Cheng Hao] change the log level to info
parent 5dd45bde
No related branches found
No related tags found
No related merge requests found
......@@ -443,7 +443,7 @@ private[spark] class Executor(
try {
val response = heartbeatReceiverRef.askWithRetry[HeartbeatResponse](message)
if (response.reregisterBlockManager) {
logWarning("Told to re-register on heartbeat")
logInfo("Told to re-register on heartbeat")
env.blockManager.reregister()
}
} catch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment