[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-31 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3749: - Resolution: Fixed Fix Version/s: 0.23.1 Hadoop Flags: Reviewed Status:

[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-30 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3749: - Attachment: MAPREDUCE-3749-concurrent.patch Here's a version that uses ConcurrentSkipListMap.

[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-30 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3749: - Attachment: MAPREDUCE-3749.patch Same patch but rooted in the correct directory this time.

[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-30 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3749: - Assignee: Tom White Status: Patch Available (was: Open) > ConcurrentModificationEx

[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-30 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3749: - Attachment: MAPREDUCE-3749.patch Here's a fix which uses Guava's ImmutableSet.copyOf before c

[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-27 Thread Tom White (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated MAPREDUCE-3749: - Attachment: MAPREDUCE-3749-test.patch Here's a test that exposes the problem.

[jira] [Updated] (MAPREDUCE-3749) ConcurrentModificationException in counter groups

2012-01-27 Thread Mahadev konar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated MAPREDUCE-3749: - Component/s: mrv2 > ConcurrentModificationException in counter groups > -