countDown the latch if no need to delete percolator, introduced when added delete to percolated queries when deleting an index

This commit is contained in:
kimchy 2011-03-19 21:28:17 +02:00
parent fb7fbc8c83
commit c19a93da89
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ public class TransportDeleteIndexAction extends TransportMasterNodeOperationActi
latch.countDown();
}
});
} else {
latch.countDown();
}
}