Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/2854#discussion_r19105067
--- Diff:
core/src/main/scala/org/apache/spark/storage/BlockManagerMasterActor.scala ---
@@ -160,6 +165,8 @@ class BlockManagerMasterActor(val isLocal: Boolean,
conf: SparkConf) extends Act
blockLocations.remove(locations)
}
}
+
+ logInfo("done with remove "+blockManagerId)
--- End diff --
All of these log messages seem to log too much detail. In fact I don't
think we should log them even as DEBUG. I think it's sufficient to log 1
message per addition / removal. Could you remove these?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]