mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
clean ongoing open index outputs when closing the recovery action
This commit is contained in:
parent
aa54e9cc35
commit
78d9ab103a
@ -99,6 +99,8 @@ public class RecoveryAction extends AbstractIndexShardComponent {
|
||||
transportService.removeHandler(startTransportAction);
|
||||
transportService.removeHandler(fileChunkTransportAction);
|
||||
transportService.removeHandler(snapshotTransportAction);
|
||||
|
||||
cleanOpenIndex();
|
||||
}
|
||||
|
||||
public synchronized void startRecovery(Node node, Node targetNode, boolean markAsRelocated) throws ElasticSearchException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user