* that only modify non-replicated databases, so they can avoid waiting
* for Replica commit acks and avoid checks like the one that requires
* that the node be a master before proceeding with the transaction.
*/
RepImpl repImpl = (RepImpl) envImpl;
repImpl.preLogCommitHook(this);
preLogCommitEndDeltaMs = (int) (System.currentTimeMillis() - startMs);
}
@Override
protected void postLogCommitHook(LogItem commitItem)