case OK:
if (t_estimator != null) {
if (trace.val)
LOG.trace(String.format("Telling the %s to COMMIT %s",
t_estimator.getClass().getSimpleName(), ts));
t_estimator.commit(t_state);
}
// We always need to keep track of how many txns we process
// in order to check whether we are hung or not
if (hstore_conf.site.txn_counters || hstore_conf.site.status_kill_if_hung) {
TransactionCounter.COMPLETED.inc(catalog_proc);