apache / celeborn

Apache Celeborn is an elastic and high-performance service for shuffle and spilled data.
https://celeborn.apache.org/
Apache License 2.0
893 stars 361 forks source link

[CELEBORN-1714] Optimize handleApplicationLost #2910

Closed xy2953396112 closed 1 week ago

xy2953396112 commented 1 week ago

What changes were proposed in this pull request?

Optimize handleApplicationLost

Why are the changes needed?

timeoutDeadApplications#ApplicationLost should be handled promptly, rather than being processed in the Master RPC queue.

Does this PR introduce any user-facing change?

No

How was this patch tested?