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

re-evaluate the greedy = 1TB constant #5358

Closed
rcarpa opened this issue Mar 11, 2022 · 0 comments · Fixed by #5489
Closed

re-evaluate the greedy = 1TB constant #5358

rcarpa opened this issue Mar 11, 2022 · 0 comments · Fixed by #5489
Assignees
Milestone

Comments

@rcarpa
Copy link
Contributor

rcarpa commented Mar 11, 2022

Motivation

We just ran into an issue where reaper is pausing "greedy" deletion while there are clearly replicas to be deleted. The issue comes from replicas being all >1GB in size; the default bulk size is of 1000, which triggers

if len(replicas) < chunk_size:

maybe the constant at 1TB is "too small" ?

@bari12 bari12 changed the title Deletion: re-evaluate the greedy = 1TB constant re-evaluate the greedy = 1TB constant Apr 6, 2022
bari12 added a commit that referenced this issue May 2, 2022
…___1TB_constant

re-evaluate the greedy = 1TB constant : Closes #5358
@bari12 bari12 added this to the 1.28.3 milestone May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants