return scatterGather(getCluster(table), new BlurCommand<BlurQueryStatus>() {
@Override
public BlurQueryStatus call(Client client) throws BlurException, TException {
return client.queryStatusById(table, uuid);
}
}, new MergerQueryStatusSingle(_defaultParallelCallTimeout));
} catch (Exception e) {
LOG.error("Unknown error while trying to get query status [{0}]", e, table, uuid);
throw new BException("Unknown error while trying to get query status [{0}]", e, table, uuid);
}
}