[ https://issues.apache.org/jira/browse/SOLR-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622882#comment-17622882 ]
John Durham commented on SOLR-16462: ------------------------------------ Hi [~gerlowskija] - I think I'm getting fairly close to being ready to submit a PR for this work, but while working through updates to the reference documentation, I discovered that the new JerseyResource based V2 API I wrote isn't handling the "async" query parameter (effectively no-op). Digging through the CoreAdminHandler code, I noticed that when the async parameter is present in a V1 API call, the handleRequestBody method takes care of submitting the call to a parallelExecutor. From what I can tell, V2 JerseyResource based calls wouldn't go through that code path, hence the async parameter not being handled. Is there an existing Filter/Interceptor I'm missing that needs to be included for JerseyResource based APIs or is that something that hasn't been implemented elsewhere yet? > 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 > > 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: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org