mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
04.50.2011 a5131f44a6afa554af8f4c82c7ffd3d4ceac1bd4
refs
author Matthew Swift <matthew.swift@forgerock.com>
Friday, February 4, 2011 13:50 +0100
committer Matthew Swift <matthew.swift@forgerock.com>
Friday, February 4, 2011 13:50 +0100
commita5131f44a6afa554af8f4c82c7ffd3d4ceac1bd4
tree f51f3fbd9477e7698fc75d3161c98f934b9745af tree | zip | gz
parent 44569a077cf6c6bda9e27713a4e2ba1a2cfaa18c view | diff
OPEN - issue OPENDJ-26: Fix OpenDS issue 4585: ConcurrentModificationException in ReplicationBroker 
https://bugster.forgerock.org/jira/browse/OPENDJ-26

Fix CME in ReplicationBroker and various other potential unsynchronized variable accesses in replication code.
20 files modified
714 ■■■■ changed files
opends/src/server/org/opends/server/replication/common/ServerState.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 47 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplayThread.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatMonitor.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatThread.java 19 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/SocketSession.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TLSSocketSession.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TopologyMsg.java 359 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MonitoringPublisher.java 38 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerConnectThread.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerListenThread.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerReader.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerWriter.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/StatusAnalyzer.java 42 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/CTHeartbeatPublisherThread.java 39 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ListenerThread.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 54 ●●●● diff | view | raw | blame | history