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

gbellato
25.29.2007 0eab55fa49863935bbc81242b7e13fa550fedc6d
refs
author gbellato <gbellato@localhost>
Tuesday, September 25, 2007 09:29 +0200
committer gbellato <gbellato@localhost>
Tuesday, September 25, 2007 09:29 +0200
commit0eab55fa49863935bbc81242b7e13fa550fedc6d
tree f0b0e003576dcc6dd70075cd3d41587cd57bbd50 tree | zip | gz
parent ba4fc775d8c73697fb9d414854eed8aba6cad268 view | diff
some replication hardening :
- fix some race conditions in namingConflict test
- add some cleanup at the end of ReplicationServerDynamicConfTest and
IsolationTest
- don't use anymore 2 statics in the replication code that could cause
problem when in-core restart are done.
- improve the shutdown by making sure that all threads are done
before returning
14 files modified
283 ■■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/Historical.java 50 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ListenerThread.java 26 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 2 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 58 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/ModifyMsg.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 1 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 15 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java 6 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ModifyConflictTest.java 27 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerDynamicConfTest.java 70 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 6 ●●●●● diff | view | raw | blame | history