runningOperations);
return operationIds;
} catch (Exception e) {
ExceptionUtil.rethrowInterruptedException(e);
LOG.error("failed to deploy index " + _indexName, e);
protocol.publishIndex(_indexMD);
handleMasterDeployException(protocol, _indexMD, e);
return null;
}
}