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

gbellato
22.36.2007 79a8669d6be5ac1fe2f1b62e3a48568200bd3148
refs
author gbellato <gbellato@localhost>
Wednesday, August 22, 2007 09:36 +0200
committer gbellato <gbellato@localhost>
Wednesday, August 22, 2007 09:36 +0200
commit79a8669d6be5ac1fe2f1b62e3a48568200bd3148
tree ab19968d3268abacc2fd3bfd00d7fa3ea6cbb399 tree | zip | gz
parent 3211d8caa762e2242a6c2669e1b91bd97025f33b 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
opends/src/messages/messages/replication.properties 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 67 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 19 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 2 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 81 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java 9 ●●●● diff | view | raw | blame | history