mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
03.44.2007 03545a7250e4f3a2298affb39eda495e91145b33
As a temporary workaround for issue 612, 
change the number of threads used by the replication from 10 to 1 so that
when replaying operations they are always successfull even if they have dependencies.

Issue 1568 has been open to keep track of this.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -245,7 +245,7 @@
  private ConfigEntry backendConfigEntry;
  private List<DN> branches = new ArrayList<DN>(0);
  private int listenerThreadNumber = 10;
  private int listenerThreadNumber = 1;
  private boolean receiveStatus = true;
  private Collection<String> replicationServers;