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

gbellato
22.36.2007 d088ec9cde2f4c9451ec22171f9c80c6262860bf
refs
author gbellato <gbellato@localhost>
Wednesday, August 22, 2007 09:36 +0200
committer gbellato <gbellato@localhost>
Wednesday, August 22, 2007 09:36 +0200
commitd088ec9cde2f4c9451ec22171f9c80c6262860bf
tree a3b5ec2367b41743f5bc86af32a0200fa1a6f9c1 tree | zip | gz
parent addf5fa65fd2637c7c5b817dd72275edfde4add3 view | diff
issue 1804 : Ensure that conflicts are visible to administrators

The replication monitoring information already provides the
attribute unresolved-naming-conflicts that counts the number of conflicts
that was not automatically resolved since last startup.

The conflicting entries are also marked with the ds-sync-confict attribute
so that administrators can look for these entries
using filter ds-sync-confict=*

This code add the generation of an administrative alert when a conflict is
detected so that administrators can be made aware of the problem.
6 files modified
181 ■■■■■ changed files
opendj-sdk/opends/src/messages/messages/replication.properties 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 67 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java 19 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 2 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 81 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java 9 ●●●● diff | view | raw | blame | history