jlowe commented on issue #1618: MAPREDUCE-7240.Exception 'Invalid event: TA_TOO_MANY_FETCH_FAILURE at… URL: https://github.com/apache/hadoop/pull/1618#issuecomment-545928412 I think this introduces a new bug. The code is teleporting straight from `SUCCESS_FINISHING_CONTAINER` to `FAILED` via the existing `TooManyFetchFailureTransition` class. That existing transition does not expect the container to still be running, so it doesn't handle cleaning up the container. This scenario needs to ensure the container gets cleaned up as part of the transition, which means there needs to be additional logic beyond just calling that existing transition.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
