// it is ok to commit without syncing, as it is ok if this
// transaction never makes it to the db, if no subsequent
// log record makes it to the log. If any subsequent log
// record is sync'd then this transaction will be sync'd
// as well.
ntt.commitNoSync(Transaction.RELEASE_LOCKS);
}
else
{
ntt.abort();
}