"The UUID associated with the commit token is: " +
commitToken.getRepenvUUID() +
" but this replica environment has the UUID: " +
repImpl.getRepNode().getUUID());
}
Replica replica = repImpl.getRepNode().replica();
replica.getConsistencyTracker().commitVLSNAwait
(commitToken.getVLSN(), this);
}