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

gbellato
22.56.2007 84e7776c6574bff8d8ac49d3c08a7701520de281
refs
author gbellato <gbellato@localhost>
Wednesday, August 22, 2007 15:56 +0200
committer gbellato <gbellato@localhost>
Wednesday, August 22, 2007 15:56 +0200
commit84e7776c6574bff8d8ac49d3c08a7701520de281
tree 7b4787d868658e836bef46e13277f1220069095a tree | zip | gz
parent d4a7175bf5045da0107f94bc584740b0bbef7dda view | diff
issue 2119 : replication servers do not connect to each other when using setup

When using the setup to configure 2 servers in multimaster mode.
The setup first creates the configuration of the first server and start it
When the second setup is run to configure the second server, the setup updates
the configuration of the replication-server on the first server, however the code for handling this dynamic configuration was not yet written and this
information is not taken into account.

The replication servers are therefore not connected and the replication server
on the new host therefore does not get the updates.

These changes implement the dynamic configuration of replication servers so that
the same scenario works fine.

The only properties that is now not dynamically configurable is the
path of the changelog database.

A new test has been added for these changes.
I've also tested manually that this does fix the replication server problem
after configuration using the setup program.
1 files added
2 files modified
177 ■■■■■ changed files
opends/src/messages/messages/replication.properties 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 82 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerDynamicConfTest.java 87 ●●●●● diff | view | raw | blame | history