Skip to content

Use a featureflag for ParallelWalk on S3

Hayley Swimelar requested to merge s3-walkparallel-feature-flag into release/2.7-gitlab

Due to the recent discovery of the higher than expected resource usage for garbage collection with parallel walk when ran with the -d flag #21 (closed), it appears to be prudent to put the new parallel walk for S3 behind a feature flag. This allows us to investigate this issue, while allowing users to experiment with this new feature and provide valuable feedback and information.

Merge request reports