opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java
@@ -217,8 +217,8 @@ { SearchFilter filter = SearchFilter.createFilterFromString( "(&(objectclass=ds-cfg-replication-domain-config)" +"(ds-cfg-replication-dn="+baseDn+"))"); "(&(objectclass=ds-cfg-replication-domain)" +"(ds-cfg-base-dn="+baseDn+"))"); LinkedHashSet<String> attributes = new LinkedHashSet<String>(1); attributes.add(REPLICATION_STATE);