You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Added
Change the directory structure created by Manta Monitor to a structure that more closely resembles the structure used by customers.
Use prune based deletes like how customers typically do.
Allow for skip directory settings to be more relevant.
Make all threads use the same base directory.
Exception count and exception rate metrics added.
New histogram metric for observing latencies for response for putDirectory and putFile.
Ability to add keystore and truststore paths using manta urls.
Changed
Default skip directory setting added.
Default prune directory setting added.
Before this change, every thread had its own base directory. Now every chain gets its own directory shared by all threads.
DeleteFileCommand has been deleted in favor of a more generic CleanupCommand that uses pruning to delete both the file and N number of parent directories.
Directory structure is changed so that it has more repeatable directories, so that the skip directories settings are applied.