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

gbellato
08.03.2008 d04fb0f282e0fd9a4bc80d3f9d5ee15506a3b83b
refs
author gbellato <gbellato@localhost>
Monday, December 8, 2008 09:03 +0100
committer gbellato <gbellato@localhost>
Monday, December 8, 2008 09:03 +0100
commitd04fb0f282e0fd9a4bc80d3f9d5ee15506a3b83b
tree 93694d7054ff6b5fbaa3d0df671536310ba72c7f tree | zip | gz
parent 07adf075b083068550fb799123402803274623d0 view | diff
Merge the replication-service branch with the OpenDS trunk

This commit includes all the changes for :

- issue 3640 : Refactor Replication code to make it more generic
- issue 497 : Assured replication

3 files deleted
12 files added
9 files renamed
67 files modified
13043 ■■■■■ changed files
opends/resource/config/config.ldif 6 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/replication.properties 19 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ServerState.java 31 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ServerStatus.java 27 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeAddOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/FakeModdnOperation.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 1874 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 59 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChange.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PendingChanges.java 48 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java 72 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/RemotePendingChanges.java 40 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplLDIFOutputStream.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplayThread.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationMonitor.java 213 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/UpdateToReplay.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMsg.java 67 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/EntryMsg.java 29 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatMonitor.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/InitializeRequestMsg.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/InitializeTargetMsg.java 19 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 492 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyCommonMsg.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplServerStartMsg.java 20 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplicationMsg.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartMsg.java 16 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/UpdateMsg.java 596 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/WindowMsg.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/AckMessageList.java 99 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DbHandler.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java 141 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MonitorData.java 66 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/NotAssuredUpdateMsg.java 358 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplServerAckMessageList.java 84 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 280 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 53 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 20 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 672 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/SafeDataExpectedAcksInfo.java 110 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/SafeReadExpectedAcksInfo.java 240 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 313 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerReader.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerWriter.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/StatusAnalyzer.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/InitializeTargetTask.java 45 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/InitializeTask.java 37 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ListenerThread.java 38 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplInputStream.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplOutputStream.java 82 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 450 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 2433 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationMonitor.java 331 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/SetGenerationIdTask.java 32 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/package-info.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ChangeNumberControlPluginTestCase.java 44 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java 18 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 325 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 141 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 13 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 45 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java 10 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 80 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java 1535 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ComputeBestServerTest.java 52 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/GroupIdHandshakeTest.java 24 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingTest.java 11 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 12 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java 11 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 7 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/PersistentServerStateTest.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ReplicationServerFailoverTest.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/StateMachineTest.java 159 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java 56 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ProtocolCompatibilityTest.java 20 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 68 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/MonitorTest.java 9 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerDynamicConfTest.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 66 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/FakeReplicationDomain.java 149 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/FakeStressReplicationDomain.java 159 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ReplicationDomainTest.java 317 ●●●●● diff | view | raw | blame | history