You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/08 03:48:35 UTC

[GitHub] [spark] cloud-fan commented on a change in pull request #24549: [MINOR][TEST] Fix two minor test annoyances in jenkins

cloud-fan commented on a change in pull request #24549: [MINOR][TEST] Fix two minor test annoyances in jenkins
URL: https://github.com/apache/spark/pull/24549#discussion_r281904397
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/util/AccumulatorV2.scala
 ##########
 @@ -268,7 +268,7 @@ private[spark] object AccumulatorContext extends Logging {
       // Since we are storing weak references, warn when the underlying data is not valid.
       val acc = ref.get
       if (acc eq null) {
-        logWarning(s"Attempted to access garbage collected accumulator $id")
+        logInfo(s"Attempted to access garbage collected accumulator $id")
 
 Review comment:
   At first, I thought this won't happen frequently. Maybe I was wrong. @ericl can you give more details here? e.g. why it happens so frequently in the tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org