Description
In AMRMProxy, an interceptor chain is created per application attempt. But the pipeline mapping uses application Id as key. So when a different attempt comes in the same node, we need to recreate the interceptor chain for it, instead of using the existing one.
Attachments
Attachments
Issue Links
- duplicates
-
YARN-6234 Support multiple attempts on the node when AMRMProxy is enabled
- Resolved