14 Sep, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5831 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5830 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When dsreplication enable runs it create the replication servers configuration then the replication domain configuration then attempt to perform an initialization if this attempt is made too quickly following the creation of the configuration it can happen that the replication servers are not connected when the initialization is started and the routing tables of the replications servers not accurate. This fix synchronize the creation of the replication server domain with the replication server thread in charge of connecting the replication servers together so that this problem can't occur anymore. git-svn-id: https://svn.forgerock.org/opendj/trunk@5826 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Sep, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5816 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5815 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5814 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Sep, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5810 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5809 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5808 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5807 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Sep, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5799 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Sep, 2009
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5787 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5785 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Description Example: Using 1 suffix, 2 DSes on which write operations are done when replication is enabled. After a given time (24 h by default config), the replication db is trimed. Searching the ECL, returns then the latest change done for each (DS, suffix). This result is not correct : - because the db is supposed to be trimmed - because it does not respect time consistency, since it contains some old changes (for example from DS1) while it does not contain some more recent changes (for example from DS2). Roughly, this happens because the ECL relies on the "logical" replication changelog db, and because of the triming policy of the changelog db. With more details, the replication db is made of one db instance by (DS, suffix) tuple. Trimming the "changelog db" consists in trimming each db instance, and for each instance to always leave at least the latest change (for some reason purely replication oriented). The fix of the ECL consists in : - at the beginning of the ECL search processing, getting the latest trim date from each replication server domain (stored when trim is done) - when each change is processed, to skip it when it is older than the latest trim date of the domain. From the above example: Now the ECL is empty after the changelog db trimming. Diff Code and new unit test git-svn-id: https://svn.forgerock.org/opendj/trunk@5784 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
git-svn-id: https://svn.forgerock.org/opendj/trunk@5781 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5779 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Sep, 2009
1 commit
-
…s specs out of the STAX XML files specs commentaries git-svn-id: https://svn.forgerock.org/opendj/trunk@5775 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Sep, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5763 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5758 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5756 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5744 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5742 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Aug, 2009
1 commit
-
…e to improve unit tests reliability git-svn-id: https://svn.forgerock.org/opendj/trunk@5728 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5717 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5716 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Aug, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5714 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5713 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5711 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Aug, 2009
1 commit
-
solve random failure with testInitWithFullUpdateIncludeNightly test git-svn-id: https://svn.forgerock.org/opendj/trunk@5707 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5701 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5700 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Aug, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5690 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Aug, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5688 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5684 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5681 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ms with the include/exclude options. git-svn-id: https://svn.forgerock.org/opendj/trunk@5679 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Aug, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5672 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Aug, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5667 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5663 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Aug, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5659 41b1ffd8-f28e-4786-ab96-9950f0a78031