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

New storage: allow deletion of multiple repositories #6758

Merged
merged 1 commit into from May 6, 2023

Conversation

snazy
Copy link
Member

@snazy snazy commented May 5, 2023

This change only moves the logic from the Persist.erase() implementations to their Backend.eraseRepositories(Set) counterparts and makes the implementations delete multiple repos in one shot. No other changes, just moving some already existing code around.

@snazy snazy requested a review from dimas-b May 5, 2023 12:45
}

@ParameterizedTest
@ValueSource(ints = {1, 3, 10})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we go above MAX_CONCURRENT_DELETES?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops - saw it too late - #6768

@snazy snazy merged commit 1cd147d into projectnessie:main May 6, 2023
24 checks passed
@snazy snazy deleted the delete-multiple-repos branch May 6, 2023 05:49
snazy added a commit to snazy/nessie that referenced this pull request May 6, 2023
snazy added a commit that referenced this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants