f20aa78 Ticket 49446 - cleanallruv should ignore cleaned replica Id in processing changelog if in force mode

Authored and Committed by lkrispen 6 years ago
    Ticket 49446 - cleanallruv should ignore cleaned replica Id in processing changelog if in force mode
    
    Bug: If the startcsn is calculated based on a cleaned rid, it could be missing from the changelog.
    
    Fix: In force mode we do not care that the topology gets in sync for the cleaned RID, so we can ignore it
         in an earlier stage, instead of setting it to precleane only.
    
    Reviewed by: Thierry, thanks