[ 
https://issues.apache.org/jira/browse/SOLR-16490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17737639#comment-17737639
 ] 

Jason Gerlowski commented on SOLR-16490:
----------------------------------------

bq. I have started looking into the RESTORECOREAPI

Awesome, thanks [~sayansolr] - let me know if there's anything I can help with! 
 I did leave some review comments on your PR a while back; figured I'd mention 
them here as well in case the initial notification got buried in your inbox.

bq. I am working on the v2 BACKUPCORE API. Will submit the PR in next few days.

Hi [~duttsanjay] - I see you recently deleted your PR branch after a round or 
two of review.  If you're choosing not to go forward with the PR, that's 
totally fine.  But just figured I'd double-check it was intentional - it 
wouldn't be the first time a branch got deleted by accident :P  I have a local 
copy of the branch that I can re-push if it was an accident and we want the 
code back.

> Create a v2 equivalent for /admin/cores BACKUPCORE+RESTORECORE
> --------------------------------------------------------------
>
>                 Key: SOLR-16490
>                 URL: https://issues.apache.org/jira/browse/SOLR-16490
>             Project: Solr
>          Issue Type: Sub-task
>          Components: v2 API
>    Affects Versions: 9.1, main (10.0)
>            Reporter: Jason Gerlowski
>            Priority: Major
>              Labels: newdev
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> The /admin/cores?action=BACKUPCORE and RESTORECORE APIs have no equivalent in 
> the v2 paradigm. We should close these gaps, with v2 APIs like the ones below:
> * Create a core-level backup
> ** Current v1 API: GET /solr/admin/cores?action=BACKUPCORE&core=coreName
> ** Proposed v2 API: POST /api/cores/backups/backupName \{...\}
> ** Spreadsheet Ref: Tab 1, Line 88
> * Restore from a backup to a core
> ** Current v1 API: GET /solr/admin/cores?action=RESTORECORE&core=coreName
> ** POST /api/cores/coreName/commands/restore
> ** Spreadsheet Ref: Tab 6, Line 39
> "Spreadsheet References" are to the Google Sheet available 
> [here|https://docs.google.com/spreadsheets/d/1HAoBBFPpSiT8mJmgNZKkZAPwfCfPvlc08m5jz3fQBpA/edit?usp=sharing],
>  which includes additional information about each API, such as the hosting 
> RequestHandler.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to