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…
Reference in New Issue