You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "dongjoon-hyun (via GitHub)" <gi...@apache.org> on 2023/04/07 04:01:59 UTC

[GitHub] [spark] dongjoon-hyun commented on pull request #40663: [SPARK-39696][CORE] Fix data race in access to TaskMetrics.externalAccums

dongjoon-hyun commented on PR #40663:
URL: https://github.com/apache/spark/pull/40663#issuecomment-1499907848

   Thank you, @eejbyfeldt , @mridulm , @HyukjinKwon , and @LuciferYang .
   I also backported to branch-3.3.
   
   However, we need a new PR for branch-3.2 due to the compilation error, @LuciferYang and @eejbyfeldt .
   ```
   [error] /Users/dongjoon/APACHE/spark-merge/core/src/test/scala/org/apache/spark/executor/ExecutorSuite.scala:33:19: object logging is not a member of package org.apache
   [error] import org.apache.logging.log4j._
   ```


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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