14 Sep, 2009

3 commits


11 Sep, 2009

3 commits


10 Sep, 2009

4 commits


09 Sep, 2009

1 commit


07 Sep, 2009

5 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@5787 41b1ffd8-f28e-4786-ab96-9950f0a78031
    csovant
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@5785 41b1ffd8-f28e-4786-ab96-9950f0a78031
    pgamba
     
  • 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
    pgamba
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@5781 41b1ffd8-f28e-4786-ab96-9950f0a78031
    csovant
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@5779 41b1ffd8-f28e-4786-ab96-9950f0a78031
    csovant
     

04 Sep, 2009

1 commit


02 Sep, 2009

1 commit


31 Aug, 2009

2 commits


27 Aug, 2009

2 commits


26 Aug, 2009

1 commit


25 Aug, 2009

2 commits


24 Aug, 2009

3 commits


21 Aug, 2009

1 commit


19 Aug, 2009

2 commits


18 Aug, 2009

1 commit


17 Aug, 2009

4 commits


14 Aug, 2009

1 commit


13 Aug, 2009

2 commits


12 Aug, 2009

1 commit