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

mrossign
02.44.2009 e23bb7e50248fe49ff8627eb6e54a1f1fe2dc4b7
refs
author mrossign <mrossign@localhost>
Thursday, April 2, 2009 11:44 +0200
committer mrossign <mrossign@localhost>
Thursday, April 2, 2009 11:44 +0200
commite23bb7e50248fe49ff8627eb6e54a1f1fe2dc4b7
tree 89932a207dd14d304e9f123ca6388a567684831b tree | zip | gz
parent 610d2d3ad1e5b3dd9ff82201ce7e6aae8b9887d7 view | diff
Fix for 2963: dsreplication status large value for missing changes
dsreplication status sometimes returns very unexpected high values. This
is due to the fact that the replication server monitoring algorithm
sometimes does not compute well the max server state available in the
whole topology and thus is sometimes calling
ChangeNumber.diffSeqNum(CN1,CN2) with a CN1 lower than CN2.

5 files modified
136 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/common/ChangeNumber.java 53 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/MonitorData.java 37 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/common/ChangeNumberTest.java 38 ●●●● diff | view | raw | blame | history