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

gbellato
10.56.2009 8bdfb229e4b8789bb1954fa0da8c1098c382bd4e
refs
author gbellato <gbellato@localhost>
Tuesday, March 10, 2009 09:56 +0100
committer gbellato <gbellato@localhost>
Tuesday, March 10, 2009 09:56 +0100
commit8bdfb229e4b8789bb1954fa0da8c1098c382bd4e
tree f011d1f51d7c12cea2135704c4cd883e2b135ae1 tree | zip | gz
parent 49663fbe506ec7ebe59369e430c067b378a52ab0 view | diff
fix for 3804 : improve replication monitoring

These changes improve the replication monitoring by
- changing the monitoring tree so that the monitoring entries use the
same topology as the current replication topology :
For example :
if the topology is currently 2 DS connected to 1 RS and 1RS
without any DS connected, the monitoring tree will consist
in a RS entry with 2 DS child entries and 1 RS child entry.
- rename the base-dn attribute into domain-name
- fix the DN of the monitoring entries so that comma and equals signs
are not used anymore in the RDN.
- group all the replication monitoring entries below cn=replication
and all the DS and RS entries below a suffix entry
14 files modified
306 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DbHandler.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 112 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 89 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationMonitor.java 7 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 6 ●●●●● 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/plugin/AssuredReplicationPluginTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/AssuredReplicationServerTest.java 26 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java 10 ●●●● diff | view | raw | blame | history