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

Jason Gerlowski commented on SOLR-16461:
----------------------------------------

bq. deleteSnapshot method ... is marked deprecated

Are you referring to the chunk of code below?

{code}
  @SuppressWarnings("deprecation")
  private void deleteSnapshot(ModifiableSolrParams params, SolrQueryResponse 
rsp) {
    params.required().get(NAME);
    ....
  }
{code}

If so, the "SuppressWarnings("deprecation") bit is there to tell the Java 
compiler to ignore any deprecated code used within this method that it might've 
otherwise logged a warning or failed the build for.  The "deleteSnapshot" 
method itself isn't deprecated afaict.



> Create v2 equivalent of v1 'BACKUP' (A backup API for user managed cluster or 
> single node installation)
> -------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-16461
>                 URL: https://issues.apache.org/jira/browse/SOLR-16461
>             Project: Solr
>          Issue Type: Sub-task
>          Components: v2 API
>    Affects Versions: 9.1
>            Reporter: Sanjay
>            Priority: Major
>              Labels: V2
>
> A backup API for user manager cluster or single node installation has no v2 
> equivalent. This ticket is used to track changes that will be made to add the 
> v2 API for the 'backup'.
>  
>  
>  



--
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