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

gbellato
29.04.2007 7dcfe7d4a01dbd82eef99ecd47de97e07fc27b34
refs
author gbellato <gbellato@localhost>
Tuesday, May 29, 2007 12:04 +0200
committer gbellato <gbellato@localhost>
Tuesday, May 29, 2007 12:04 +0200
commit7dcfe7d4a01dbd82eef99ecd47de97e07fc27b34
tree c1dd8a3febe9393e04de4e18ea2ffebb8db3516a tree | zip | gz
parent 7f9ee8611ce70f8e3b9a3ce2308089150cfd33d5 view | diff
Fix for 1323 : Error message on startup with synchronization enabled

When 2 replication server instances open the connection to each other simultaneously
one of this connection must be closed. In that case an error message
was produced even though this is not an error condition.

This change removes the error message in such condition and also improves the
message that get printer to the error log in the case where 2 different server
have been assigned with the same server ID.
5 files modified
142 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/messages/ReplicationMessages.java 18 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 22 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationCache.java 46 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ServerHandler.java 53 ●●●●● diff | view | raw | blame | history