LuciferYang commented on PR #48029: URL: https://github.com/apache/spark/pull/48029#issuecomment-2341472710
https://github.com/apache/spark/pull/48057#discussion_r1752095345 Upon further analysis, it appears that there are some issues with the method `copyAndPutAll` in `org.apache.logging.log4j.internal.map.UnmodifiableArrayBackedMap`. From the debugging process, it seems that the intention here is to put `executor_id -> 1` into an `UnmodifiableArrayBackedMap` that already contains `data -> some-data`. However, the resulting map only contains `executor_id -> 1`. I believe this is not as expected.   -- 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]
