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

Matthew Swift
04.18.2013 b2a3a36c0120e2595f9a5d46dcbb319757ef2259
OPENDJ-1116 Introduce abstraction for the changelog DB

* fix minor behavior change introduced in r9660.
1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -2802,8 +2802,9 @@
  {
    long res = 0;
    for (CSN startCSN : getLatestServerState())
    for (CSN csn : getLatestServerState())
    {
      CSN startCSN = startState.getCSN(csn.getServerId());
      long serverIdRes = getCount(startCSN, endCSN);
      // The startPoint is excluded when counting the ECL eligible changes