| | |
| | | * processing a change received from the replicationServer service, |
| | | * handle conflict resolution, |
| | | * handle protocol messages from the replicationServer. |
| | | * <p> |
| | | * FIXME Move this class to org.opends.server.replication.service |
| | | * or the equivalent package once this code is moved to a maven module. |
| | | */ |
| | | public final class LDAPReplicationDomain extends ReplicationDomain |
| | | implements ConfigurationChangeListener<ReplicationDomainCfg>, |
| | |
| | | // Now for bad data set status if needed |
| | | if (forceBadDataSet) |
| | | { |
| | | // Go into bad data set status |
| | | setNewStatus(StatusMachineEvent.TO_BAD_GEN_ID_STATUS_EVENT); |
| | | broker.signalStatusChange(status); |
| | | signalNewStatus(StatusMachineEvent.TO_BAD_GEN_ID_STATUS_EVENT); |
| | | logError(NOTE_FRACTIONAL_BAD_DATA_SET_NEED_RESYNC.get(getBaseDNString())); |
| | | return; // Do not send changes to the replication server |
| | | } |