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

ludovicp
18.27.2010 7067ad3cb534be96af07817eb5e9e270ae6efcd2
refs
author ludovicp <ludovicp@localhost>
Wednesday, August 18, 2010 15:27 +0200
committer ludovicp <ludovicp@localhost>
Wednesday, August 18, 2010 15:27 +0200
commit7067ad3cb534be96af07817eb5e9e270ae6efcd2
tree 0eb36a6929c2b2b6d4aca8b17ab1aa293f22b60c tree | zip | gz
parent 4f5da4c9703d5b33bb5aa2a612a62b3898acf629 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
opendj-sdk/opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 47 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml 22 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/messages/ReplicationDomainCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java 43 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java 182 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 169 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tasks/PurgeConflictsHistoricalTask.java 286 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java 14 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 329 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 4 ●●●● diff | view | raw | blame | history