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

pgamba
24.04.2007 74be925257cd0df68cfde1a77f77cbb930c7832f
refs
author pgamba <pgamba@localhost>
Wednesday, October 24, 2007 16:04 +0200
committer pgamba <pgamba@localhost>
Wednesday, October 24, 2007 16:04 +0200
commit74be925257cd0df68cfde1a77f77cbb930c7832f
tree 848b184107a6dedb9c53b6061971cf22302547f5 tree | zip | gz
parent a67d0ddf65e2d0c9975a801b5f3e58434663138b view | diff
Fix 2425 - dsreplication initialize-all fails
- fix ConcurrentModificationException in the Initialize task by using methods that lock the entry
- fix unroutable message, by forwarding message only to the replication servers that have
replica connected
Miscellaneous improvements in error or debug traces

9 files modified
187 ■■■■ changed files
opends/src/messages/messages/replication.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/HeartbeatMonitor.java 8 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplLDIFOutputStream.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 43 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java 13 ●●●●● 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/server/ReplicationCache.java 21 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/InitializeTargetTask.java 77 ●●●● diff | view | raw | blame | history