LuciferYang commented on PR #37206: URL: https://github.com/apache/spark/pull/37206#issuecomment-1189059131
@mridulm Compared with analyzing each scenario and using read-write locks, I think it may be simpler to change `externalAccums` to use a thread safe data structure, for example `CopyOnWriteArrayList`. Do you have any better suggestions? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
