Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue when clean_removed and clean_inactive were used together #2750

Merged
merged 1 commit into from Oct 11, 2016

Commits on Oct 11, 2016

  1. Fix issue when clean_removed and clean_inactive were used together th…

    …at states were not directly removed from the registry
    
    The clean_inactive option was updating the TTL after clean_removed was applied. This lead to the issue that during every run clean_removed updated the state and clean_inactive reset the TTL. In the end removed files were never purged from the registry if both options were used together.
    
    * Test added to verify fix
    * Updated incorrect log message
    
    Closes elastic#2646
    ruflin committed Oct 11, 2016
    Copy the full SHA
    0657a60 View commit details
    Browse the repository at this point in the history