} else {
debug = "";
LOG.info("Found the abort!!!");
status = Status.ABORT_UNEXPECTED;
}
TransactionDebugResponse response = TransactionDebugResponse.newBuilder()
.setSenderSite(local_site_id)
.setStatus(status)
.setDebug(debug)
.build();
done.run(response);