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

Yuntong Qu edited comment on SOLR-6122 at 9/26/24 6:32 PM:
-----------------------------------------------------------

"high level cancel from Overseer": 
 - cancel submitted not started task, easy to implement, and might be useful as 
well? 
 - support cancel running tasking ( alreadly running at core level) is tricky. 
Even for backup. Let's say we marked running backups from overseers as failed, 
each core would still do backups to reposoity, thus clean up (delete backups) 
can not happen immediately after we removed task from tracking, since there are 
still backups happening. 


Perhaps I should create another ticket for cancel running task to limit the 
scope? 


was (Author: yuntong):
"high level cancel from Overseer": 
- cancel submitted not started task, easy to implement 
- support cancel running tasking ( alreadly running at core level) is tricky. 
Even for backup. Let's say we marked running backups from overseers as failed, 
each core would still do backups to reposoity, thus clean up (delete backups) 
can not happen immediately after we removed task from tracking, since there are 
still backups happening. 

> API to cancel an already submitted/running Collections API call
> ---------------------------------------------------------------
>
>                 Key: SOLR-6122
>                 URL: https://issues.apache.org/jira/browse/SOLR-6122
>             Project: Solr
>          Issue Type: Wish
>          Components: SolrCloud
>            Reporter: Anshum Gupta
>            Priority: Major
>
> Right now we can trigger a long running task with no way to cancel it 
> cleanly. 
> We should have an API that interrupts the already running/submitted 
> collections API call.



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