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

Matthew Swift
10.25.2013 4fd152ec8ba98ac9a70202dbac2b3a579df1033a
refs
author Matthew Swift <matthew.swift@forgerock.com>
Monday, June 10, 2013 16:25 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Monday, June 10, 2013 16:25 +0200
commit4fd152ec8ba98ac9a70202dbac2b3a579df1033a
tree ce0f52272d739bd0fc303e2644f33849502d4ba3 tree | zip | gz
parent 1862a6ff9b98782d8444f673c1c75a893074c7ea view | diff
Fix OPENDJ-951: Reduce size and frequency of replication MonitorMsg

* use a more compact encoding for change numbers in monitor and last change time replication protocol messages. Rather than encoding the change numbers as 28 byte hex strings, we now use a 14 byte binary representation
* see CR-1818 for more details.
7 files modified
421 ■■■■■ changed files
opends/src/server/org/opends/server/replication/common/ChangeNumber.java 109 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/ServerState.java 38 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/AckMsg.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ChangeTimeHeartbeatMsg.java 148 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java 114 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ReplicationMsg.java 2 ●●● diff | view | raw | blame | history