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

Investigate the cause of poor partition deletion performance #860

Open
ikopylov opened this issue Jan 11, 2024 · 0 comments
Open

Investigate the cause of poor partition deletion performance #860

ikopylov opened this issue Jan 11, 2024 · 0 comments

Comments

@ikopylov
Copy link
Member

Currently, deleting old partitions by OldPartitionRemover takes several hours, which is unexpectedly long. The application calls a delete on Bob's side, which is translated into a remove_dir_all call. We need to understand whether this is a problem somewhere in Bob or on the OS side. If the problem is inside Bob, then we should fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant