if (t_estimator != null) {
if (debug.val)
LOG.debug(String.format("%s - Using %s to populate txn properties [clientHandle=%d]",
TransactionUtil.formatTxnName(catalog_proc, txn_id),
t_estimator.getClass().getSimpleName(), client_handle));
t_state = t_estimator.startTransaction(txn_id, base_partition, catalog_proc, params.toArray());
}
// If there is no EstimatorState, then there is nothing we can do
// It has to be executed as multi-partitioned
if (t_state == null) {