Skip to content

[GC] Limit deleteObjects rate #5729

@arielshaqed

Description

@arielshaqed

Discovered during a recent large-scale run. When running at large scales, sweeping on AWS S3 runs into numerous "SlowDown" messages from deleteObjects, overloads even those, and makes no progress. I had to reduce to 3 executor VMs, total 12 executor threads, to make progress.

Rate-limit the sweep. One way to do this might be to repartition work to create only 12 partitions, but that creates 12 huge partitions. Ideally we would retain many partitions and only reduce run parallelism to ~12 (configurable...) for this phase.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions