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

gbellato
23.38.2007 1b29f765bdfe3705c1b88fcdbb4fa923682e9678
refs
author gbellato <gbellato@localhost>
Monday, April 23, 2007 15:38 +0200
committer gbellato <gbellato@localhost>
Monday, April 23, 2007 15:38 +0200
commit1b29f765bdfe3705c1b88fcdbb4fa923682e9678
tree 18583944784b2ceb3e0b70f1d03f214e84140165 tree | zip | gz
parent 49670b34e204c0e3f124de4baf345d54642fa7b0 view | diff
This integrates the multi-master synchronization with the new admin framework (issue 1477)
and makes possible to dynamically add or remove changelog server and
synchronization domains in a running server (issue 639).

It was necessary to slightly modify the configuration :

- The objectclass ds-cfg-multimaster-synchronization-provider must be added to
the entry : cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
- the domains must be configured under
cn=domains, cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config
instead of being directly under this entry.

The synchronization.ldif file has been updated to reflect these changes.
I will update the configuration doc in the wiki
6 files added
23 files modified
3329 ■■■■ changed files
opends/resource/config/synchronization.ldif 16 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 4 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ChangelogServerConfiguration.xml 172 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml 211 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MultimasterSynchronizationProviderConfiguration.xml 33 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml 14 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SynchronizationProviderConfiguration.xml 56 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/SynchronizationProvider.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SynchronizationProviderConfigManager.java 1061 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/changelog/Changelog.java 299 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/common/LogMessages.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/ChangelogBroker.java 40 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/ChangelogListener.java 136 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java 240 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java 448 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/AddSchemaFileTask.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/InitOnLineTest.java 59 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java 11 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java 11 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SchemaSynchronizationTest.java 14 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SynchronizationTestCase.java 141 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java 21 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/ChangelogFakeConfiguration.java 190 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/ChangelogTest.java 54 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/dbHandlerTest.java 17 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/plugin/HistoricalTest.java 18 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/plugin/ModifyConflictTest.java 1 ●●●● diff | view | raw | blame | history