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

John Durham commented on SOLR-16462:
------------------------------------

Some of what I'm writing below is just a rehash of some responses I left on the 
Github PR:

 

I went ahead with creating a CoreAdminAPIBase class to house the async logic 
mentioned above. I copied code from the CoreAdminHandler that handled async 
Tasks, and I think I have this Base class solution in a position where it works 
similar to the Handler. During the refactor, I had to Inject the 
SolrQueryRequest and SolrQueryResponse which is causing a MultiException to be 
printed in the terminal when calling the Snapshot V2 APIs. From what I can 
tell, it appears that Jersey is having trouble resolving the InjectionFactories 
subclasses. I pasted the exception stacktrace over on the PR.

 

If you decide to do any work on writing a more general async handling service, 
I'd be happy to pitch in! It sounds like a neat project and a great way to get 
more familiar with the other Solr APIs.

> Create v2 equivalent of v1 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 
> 'DELETESNAPSHOT' (core level) 
> ----------------------------------------------------------------------------------------------
>
>                 Key: SOLR-16462
>                 URL: https://issues.apache.org/jira/browse/SOLR-16462
>             Project: Solr
>          Issue Type: Sub-task
>          Components: v2 API
>    Affects Versions: 9.1
>            Reporter: Sanjay Dutt
>            Priority: Major
>              Labels: V2, newdev
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Snapshot API has no v2 equivalent. This ticket is to track changes made to 
> the Solr to add v2 equivalent of 'CREATESNAPSHOT', 'LISTSNAPSHOT' and 
> 'DELETESNAPSHOT' api.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to