xiongbo-sjtu commented on PR #43021:
URL: https://github.com/apache/spark/pull/43021#issuecomment-1736478403

   +1 to the comment made by @JoshRosen   
   
   Our production fleet has tens of thousands Spark jobs running daily.  After 
migrating those jobs from Spark 2 to Spark 3, we've observed the issue (i.e., 
thread dumps show that the dispatcher thread is stuck with the reported stack 
trace) only a handful of times.
   
   The unit test was added so that the thread-safety will not be 
unintentionally refactored away later.  It's not meant to simulate the race 
condition. The bottom line is that no functional regression is expected after 
this pull request replaces the vanilla mutable.hashmap with CHM.


-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to