118119120121122123124
else context.rollback(); commit = true; } } throw new TransactionException("Failed to commit the transaction in the defined retries."); }
219220221222223224225
278279280281282283284
183184185186187188189
273274275276277278279
//System.out.println("Run Abort handler for " + tid); wakeupWaitingTaskonAbort(accountNum1, accountNum2, context, deadline, period_ts, tid); } } } throw new TransactionException("Failed to commit the transaction in the defined retries."); }
334335336337338339340
context.rollback(); } commit = true; } } throw new TransactionException("Failed to commit the transaction in the defined retries."); }
497498499500501502503504
} break; } aborted = false; } throw new TransactionException("Failed to commit the transaction in the defined retries."); //return false; }
137138139140141142143
220221222223224225226
294295296297298299300