commit | cabcba5739836ed32db50f590282069e14b21182 | [log] [tgz] |
---|---|---|
author | John Ross <jwross@us.ibm.com> | Wed Feb 27 13:05:18 2013 -0600 |
committer | John Ross <jwross@us.ibm.com> | Wed Feb 27 13:05:18 2013 -0600 |
tree | 2a1479d29b7b9e63d8ee91496bbc5f193adbdf15 | |
parent | 55c89972efa8e854f519fc7d2385fac03e42c395 [diff] |
Bug 401940 - [coordinator] ConcurrentModificationException when terminating a coordination. Made participantToCoordination a synchronized map. This protected against concurrent access between addParticipant and terminate.