87c7b15 Ticket 47617 - replication changelog trimming setting validation

Authored and Committed by mreynolds 9 years ago
    Ticket 47617 - replication changelog trimming setting validation
    
    Bug Description:  The changelog trimming interval setting is not validated.
                      Multiple and invalid values were allowed.  The new interval
                      was also not taking effect until the old timeout completed.
    
    Fix Description:  Add the config attribute to the core schema to addreess
                      the multivalue issue.  Added the setting validation checks,
                      and notify the trimming thread when the interval is changed.
    
                      Also applied these validatations to the changelog compact interval.
    
    https://fedorahosted.org/389/ticket/47617
    
    Reviewed by: nhosoi(Thanks!)
    
    (cherry picked from commit f724b34b6c7ade56d3a66a58257b6b862c8fb221)
    
        
file modified
+2 -0