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

gbellato
14.29.2009 4e5062706ee0ae34948e3d2255a94251b0f9d3ff
refs
author gbellato <gbellato@localhost>
Wednesday, January 14, 2009 09:29 +0100
committer gbellato <gbellato@localhost>
Wednesday, January 14, 2009 09:29 +0100
commit4e5062706ee0ae34948e3d2255a94251b0f9d3ff
tree eb541938d1c9fc8f50c0c0c0b23244eb9b54435b tree | zip | gz
parent efdfcbf5bc626fcacac2709f84a9f6014ec73b7b view | diff

Those changes tries to reduce replication overhead

- improve the encoding /decoding of replication messages
- move some of the processing outside of the PendingChanges lock
- Better management of the Replication Server flush thread so that the
replication log is not the replication bottleneck
14 files modified
490 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/common/ChangeNumber.java 32 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 22 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/PendingChanges.java 55 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/AckMsg.java 6 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/AddMsg.java 55 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java 11 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 21 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java 101 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 41 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ReplicationMsg.java 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/DbHandler.java 128 ●●●●● 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/ReplicationTestCase.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 2 ●●● diff | view | raw | blame | history