throws InterruptedException {
if (consistency == null) {
final int consistencyTimeout =
getConfigManager().getDuration(ENV_CONSISTENCY_TIMEOUT);
consistency = new PointConsistencyPolicy
(new VLSN(replica.getMasterTxnEndVLSN()),
consistencyTimeout, TimeUnit.MILLISECONDS);
}
/*