mgr.setMaxIdleBackup(0); // FIXME: Make configurable
mgr.setRelaxCacheVersionSemantics(relaxCacheVersionSemantics);
mgr.setSkipRollingUpgradeBackupRestore(skipRollingUpgradeBackupRestore);
mgr.setRollingUpgradeBackupDirectory(rollingUpgradeBackupDirectory);
ReplicationStore store = new ReplicationStore();
//store.setCheckInterval(storeReapInterval); //FIXME: put this back
mgr.setStore(store);
mgr.setDuplicateIdsSemanticsAllowed(false);
//in the future can set other implementations