RepositoryAnalyzeAction.AsyncAction#isRunning should not check for cancellation #101197
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>tech debt
Instead we should use
org.elasticsearch.tasks.CancellableTask#addListener
to add a listener which setsfailure
on cancellation.The text was updated successfully, but these errors were encountered: