}
private void preconnectClients(String shardServer) {
try {
Iface client = org.apache.blur.thrift.BlurClient.getClient(shardServer);
client.ping();
LOG.debug("Pinging shard server [{0}]", shardServer);
} catch (Exception e) {
LOG.error("Error while trying to ping shard server [{0}]", shardServer);
}
}