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

Matthew Swift
10.25.2013 64b56e8220fb1a9e3ff95623e104e118663e607a
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
commit64b56e8220fb1a9e3ff95623e104e118663e607a
tree 6123c9939f638896c9e957674bb98792234ac127 tree | zip | gz
parent 75a710630a2d6271231a31eed5fa72fccfcb8723 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
opendj-sdk/opends/src/server/org/opends/server/replication/common/ChangeNumber.java 109 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/common/ServerState.java 38 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/AckMsg.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ChangeTimeHeartbeatMsg.java 148 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java 114 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ProtocolVersion.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ReplicationMsg.java 2 ●●● diff | view | raw | blame | history