ClientResponseImpl spec_cr = spec_ts.getClientResponse();
assert(spec_cr != null);
if (hstore_conf.site.exec_readwrite_tracking)
this.markTransactionFinished(spec_ts);
else
spec_ts.markFinished(this.partitionId);
try {
if (trace.val)
LOG.trace(String.format("%s - Releasing blocked ClientResponse for %s [status=%s]",
ts, spec_ts, spec_cr.getStatus()));