logger.log(Level.INFO, "Writing matching entry");
writeEntry(txn, notifyEntry);
// Force a renew op
logger.log(Level.INFO, "Renewing registration lease");
lease.renew(Lease.FOREVER);
// Busy wait until we are sure the notification happened
logger.log(Level.INFO, "Waiting for notification of first write");
while (listener.getNotifyCount(reg) == 0) {