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

Matthew Swift
07.09.2011 ce949f4b26b4c2adcaae36784180e15a3d68abde
refs
author Matthew Swift <matthew.swift@forgerock.com>
Friday, October 7, 2011 12:09 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Friday, October 7, 2011 12:09 +0200
commitce949f4b26b4c2adcaae36784180e15a3d68abde
tree 904842eb110f6d8296d5faa17376e869d11d6881 tree | zip | gz
parent 3c685926df93073d5c5088434132a6f3f844ba32 view | diff
Fix OPENDJ-115: Make replication connection timeouts and various monitoring intervals configurable

Added connection-timeout property to replication synchronization provider configuration entry which is used for connection and SSL negotiation. Previously the timeout was hard-coded.

11 files modified
102 ■■■■■ changed files
opends/resource/schema/02-config.ldif 3 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationSynchronizationProviderConfiguration.xml 20 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/ReplicationSynchronizationProviderCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 20 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java 11 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 7 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/MultimasterReplicationFakeConf.java 8 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/AssuredReplicationServerTest.java 7 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 8 ●●●● diff | view | raw | blame | history