peter-toth commented on PR #56275: URL: https://github.com/apache/spark/pull/56275#issuecomment-4660109981
Thanks @cloud-fan -- agreed it's a genuine simplification, and you're right the per-node machinery exists only for the concurrency. I have a slight preference for keeping the lock-free shape here -- it keeps the lock off the single-threaded planning path -- and since the current version is correct and already approved, I'd rather not rework it for this. If you still feel the synchronized single-tracker is the better long-term shape, I'm very happy to do it as a focused follow-up PR -- just say the word. -- 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]
