Steve Loughran created SLIDER-1062: -------------------------------------- Summary: AMRMClientAsync events to queue action callbacks Key: SLIDER-1062 URL: https://issues.apache.org/jira/browse/SLIDER-1062 Project: Slider Issue Type: Improvement Components: appmaster Affects Versions: Slider 0.90.2 Reporter: Steve Loughran Assignee: Steve Loughran Fix For: Slider 0.91
SLIDER-1052's deadlock is triggered by the fact that {{AMRMClientAsync}} events are handled directly by AM, and that these events are coming in during AM startup If we pushed these into the action queue, they'd be postponed until AM startup was complete (and the queue processing turned on). They'd also guarantee that all events to the AM would get processed in a single queue. We'd need to review it to make sure this doesn't impact the ordering. -- This message was sent by Atlassian JIRA (v6.3.4#6332)