nextTxn, partition);
throw new ServerFaultException(msg, ex, nextTxn.getTransactionId());
}
// Mark the txn being released to the given partition
nextTxn.markReleased(partition);
if (trace.val && nextTxn != null)
LOG.trace(String.format("Finished processing lock queue for partition %d [next=%s]",
partition, nextTxn));
}