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

ludovicp
18.27.2010 b9aad30c9e07b179a2c22fad830f6a54b8993bc9
refs
author ludovicp <ludovicp@localhost>
Wednesday, August 18, 2010 15:27 +0200
committer ludovicp <ludovicp@localhost>
Wednesday, August 18, 2010 15:27 +0200
commitb9aad30c9e07b179a2c22fad830f6a54b8993bc9
tree 0640eb33a5803d25d673d3a4ab0f45f79488cd48 tree | zip | gz
parent 74054e68eca6d18292e70ac91635be3e8f6bcbae view | diff
First pass on solving issue #514, reducing Replication meta data, especially aged information. The default is to keep the replication meta data (historical information) for at least 1 day.
Purging occurs on the fly when entries are modified, or via a task. Launching the task will be available through dsreplication in separate commit.
1 files added
11 files modified
1102 ■■■■■ changed files
opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 47 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml 22 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/ReplicationDomainCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 43 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java 182 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 169 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/PurgeConflictsHistoricalTask.java 286 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java 14 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 329 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 4 ●●●● diff | view | raw | blame | history