Bilwa S T created MAPREDUCE-7308: ------------------------------------ Summary: Containers never get reused as containersToReuse map gets cleared on makeRemoteRequest Key: MAPREDUCE-7308 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7308 Project: Hadoop Map/Reduce Issue Type: Sub-task Reporter: Bilwa S T Assignee: Bilwa S T
In RMContainerReuseRequestor whenever containerAssigned is called it checks if allocated container can be reused. This always returns false as the map is getting cleared on makeRemoteRequest. I think there is no need to clear the map as container will be removed from containersToReuse map once its used. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org