John Doe created MAPREDUCE-7513: ----------------------------------- Summary: Thread-unsafe collection can be accessed concurrently Key: MAPREDUCE-7513 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7513 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 3.4.1 Reporter: John Doe
reduces in RMContainerAllocator is a thread-unsafe linked hash map. When it is accessed by an iterator, if another function accesses it concurrently, a ConcurrentModificationException occurs. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org