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/07/31 17:03:30 UTC

[GitHub] [spark] vanzin opened a new pull request #25317: [SPARK-28584][core] Fix thread safety issue in blacklist timer, tests.

vanzin opened a new pull request #25317: [SPARK-28584][core] Fix thread safety issue in blacklist timer, tests.
URL: https://github.com/apache/spark/pull/25317
 
 
   There's a small, probably very hard to hit thread-safety issue in the blacklist
   abort timers in the task scheduler, where they access a non-thread-safe map without
   locks.
   
   In the tests, the code was also calling methods on the TaskSetManager without
   holding the proper locks, which could cause threads to call non-thread-safe
   TSM methods concurrently.

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