-
Notifications
You must be signed in to change notification settings - Fork 10
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
Various fixes and improvements (main) #243
Commits on Dec 20, 2023
-
[irods#191] Replace DOUBLE delay hint with REPEAT
Also removes the sample_configuration.json file as this is documented in the README and elsewhere.
Configuration menu - View commit details
-
Copy full SHA for 63aa6c7 - Browse repository at this point
Copy the full SHA 63aa6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e7a85 - Browse repository at this point
Copy the full SHA c6e7a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d9586 - Browse repository at this point
Copy the full SHA 47d9586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 900d168 - Browse repository at this point
Copy the full SHA 900d168View commit details -
[irods#235] Add tests for restage/tier-out over existing replica
This commit adds tests for restaging/tiering out to resources which already have a good replica. The result should be no data movement, and updated metadata to reflect the "tracked" replica.
Configuration menu - View commit details
-
Copy full SHA for 6be0e30 - Browse repository at this point
Copy the full SHA 6be0e30View commit details -
[irods#235] Skip replication when overwriting good replica
When tiering out or restaging, a call to the replication API is made. This commit checks to see whether a good replica already exists in the hierarchy and skips the replication if so. This is required because good replicas are not allowed to be overwritten at the risk of losing data.
Configuration menu - View commit details
-
Copy full SHA for 5f656da - Browse repository at this point
Copy the full SHA 5f656daView commit details -
[irods#239] Add test for restaging to a higher tier
When a replica on a tier which is lower than the minimum restage tier is scheduled for restaging, it should not move to the minimum restage tier because that would entail restaging to a higher (slower) tier which defeats the purpose of a restage.
Configuration menu - View commit details
-
Copy full SHA for 4aa1d48 - Browse repository at this point
Copy the full SHA 4aa1d48View commit details -
[irods#239] Prevent restage to higher tier
This commit gets the tier for the source resource and minimum restage tier and compares them before attempting a restage. If the source resource is in a tier that is lower than the minimum restage tier, the data migration for the restage should be skipped.
Configuration menu - View commit details
-
Copy full SHA for 55f8c42 - Browse repository at this point
Copy the full SHA 55f8c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446c072 - Browse repository at this point
Copy the full SHA 446c072View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2310c7 - Browse repository at this point
Copy the full SHA a2310c7View commit details