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

Ludovic Poitou
24.44.2013 46fd9423ab622d7f9531aa1564846ec52fe09534
refs
author Ludovic Poitou <ludovic.poitou@forgerock.com>
Wednesday, April 24, 2013 14:44 +0200
committer Ludovic Poitou <ludovic.poitou@forgerock.com>
Wednesday, April 24, 2013 14:44 +0200
commit46fd9423ab622d7f9531aa1564846ec52fe09534
tree a5b1877398e8c5537f5a7a2ffdf3538f252933f5 tree | zip | gz
parent 5203b37903fe2731620fb5b910cda72a238fac11 view | diff
Replication Cleanup.

Tons of simplification of code, fix of typos, transformed comments to block.
In ReplicationDomain, changed synchronization of Map with a concurrentHashMap.
Fixed an error message in LDAPReplicationDomain
Removed mods from error message on Assured replication ack timeout (could be too large).
Added a log message on critical error (when reading change from RS db).
Removed some unused code.
59 files modified
2244 ■■■■■ changed files
opends/src/messages/messages/replication.properties 2 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ChangeNumber.java 30 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/FirstChangeNumberVirtualAttributeProvider.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/LastChangeNumberVirtualAttributeProvider.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalMultiple.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrHistoricalSingle.java 4 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/AttrValueHistorical.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/HistoricalCsnOrderingMatchingRule.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 293 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 48 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java 353 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/RemotePendingChanges.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplayThread.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationRepairRequestControl.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMsg.java 31 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AddMsg.java 5 ●●●●● 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 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 19 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplicationMsg.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartECLMsg.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ServerStartMsg.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartMsg.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartSessionMsg.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TopologyMsg.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/UpdateMsg.java 20 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DbHandler.java 24 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DraftCNDB.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DraftCNData.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DraftCNDbHandler.java 44 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ECLServerWriter.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ExpectedAcksInfo.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MessageHandler.java 61 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MonitorData.java 126 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/MonitoringPublisher.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/NotAssuredUpdateMsg.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 19 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationIterator.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerHandler.java 33 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/SafeDataExpectedAcksInfo.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ListenerThread.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplInputStream.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 589 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/PersistentServerStateTest.java 83 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 32 ●●●● diff | view | raw | blame | history