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

Clean-up strategy should error if no folders exist after committing #61

Open
alexjbush opened this issue Mar 13, 2019 · 0 comments
Open

Comments

@alexjbush
Copy link
Member

It is currently hard to track when configuration for the clean-up strategy function is incorrect resulting in untracked data growth.

Expected Behavior

Exception should be thrown if configuration for clean-up is incorrect. This can be done by ensuring at least one snapshot folder exists. This should be safe as clean-up is done directly after a snapshot is made.

Actual Behavior

If the configuration is incorrect, there is no warning and therefore data volume grows unchecked.

Steps to Reproduce the Problem

  1. Specify an incorrect folder structure for the withDateBasedSnapshotCleanup
  2. Run job
  3. Check to see if folders are cleaned up

Specifications

  • Waimak Module: Core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant