LOG.debug(String.format("Using BlockingClient [concurrent=%d]",
m_hstoreConf.client.blocking_concurrent));
if (this.isSinglePartitionOnly()) {
concurrent *= 4; // HACK
}
m_voltClient = new BlockingClient(new_client, concurrent);
} else {
m_voltClient = new_client;
}
// scan the inputs again looking for host connections