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

gbellato
29.04.2007 ca243a420602b9f8b441e2d4d53b96601c756e97
refs
author gbellato <gbellato@localhost>
Tuesday, May 29, 2007 12:04 +0200
committer gbellato <gbellato@localhost>
Tuesday, May 29, 2007 12:04 +0200
commitca243a420602b9f8b441e2d4d53b96601c756e97
tree 0798c42a37dcf32fe5b677f730b6010ae55c67a1 tree | zip | gz
parent a6be5db964ffa77a68b91966d99f6fa0b36b532e 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
opends/src/server/org/opends/server/messages/ReplicationMessages.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 22 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationCache.java 46 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 53 ●●●●● diff | view | raw | blame | history