HeartSaVioR commented on issue #25672: [SPARK-28967][CORE] Include cloned 
version of "properties" to avoid ConcurrentModificationException
URL: https://github.com/apache/spark/pull/25672#issuecomment-527912932
 
 
   I'm not 100% sure what's happening, but `properties` is from 
`localProperties` in SparkContext which is open to modify via 
`SparkContext.setLocalProperty`. The method is called from lots of places, so 
it's likely to encounter the case. That's why we also cloned `properties` for 
`JobSubmitted`.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to