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

SOLR-15101: Add list/delete APIs for incremental backups #2379

Merged
merged 3 commits into from Feb 17, 2021

Conversation

gerlowskija
Copy link
Contributor

Description

SOLR-13608 introduced a new "incremental" backup format, which allows
storage of multiple backup "points" in the same location. But with this new
capability comes the need to be able to list and individually delete these
backups.

Solution

This commit introduces /admin/collections?action=LISTBACKUPS and
/admin/collections?action=DELETEBACKUP to handle these backups.

It's actually a backport of an existing PR for master.

Tests

See the changes to AbstractIncrementalBackupTest and TestCollectionAdminRequest.

Checklist

Please review the following and check all that apply:

  • I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • I have created a Jira issue and added the issue ID to my pull request title.
  • I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • I have run ant precommit test.
  • I have added tests for my changes.
  • I have added documentation for the Ref Guide (for Solr changes only).

SOLR-13608 introduces a new "incremental" backup format, which allows
storage of multiple backup "points" in the same location. This
development introduces a need for APIs to manage these potentially
plural backups.

This commit introduces /admin/collections?action=LISTBACKUPS and
/admin/collections?action=DELETEBACKUP to handle these backups.
@gerlowskija gerlowskija changed the title SOLR-15101: Add list/delete APIs for incremental backups (#2336) SOLR-15101: Add list/delete APIs for incremental backups Feb 16, 2021
@gerlowskija gerlowskija merged commit 136408b into apache:branch_8x Feb 17, 2021
@gerlowskija gerlowskija deleted the SOLR_15101_backport branch February 17, 2021 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant