if (tx == null)
{
throw new StoreException("Fatal internal error: transactional is null at commitTran");
}
StoreFuture result = getEnvironmentFacade().commit(tx, syncCommit);
if (getLogger().isDebugEnabled())
{
String transactionType = syncCommit ? "synchronous" : "asynchronous";
getLogger().debug("commitTranImpl completed " + transactionType + " transaction " + tx);