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

gbellato
29.27.2007 a6be5db964ffa77a68b91966d99f6fa0b36b532e
refs
author gbellato <gbellato@localhost>
Tuesday, May 29, 2007 11:27 +0200
committer gbellato <gbellato@localhost>
Tuesday, May 29, 2007 11:27 +0200
commita6be5db964ffa77a68b91966d99f6fa0b36b532e
tree 85510b3d6f8967ddfa8e9e8b31781f26286c5d4b tree | zip | gz
parent f3dc499e33a30624308da4b2927e0d54331ce0c2 view | diff
Fix for 1561 : ReplicationDomain.disable() should wait for all threads to die be fore returning

Done for both the replication plugin and replication server shutdown.

Also added some debug logging around thread creation and stop.
9 files modified
297 ■■■■ changed files
opends/src/server/org/opends/server/messages/ReplicationMessages.java 58 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ListenerThread.java 47 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 23 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/HeartbeatThread.java 27 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/SocketSession.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerReader.java 63 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerWriter.java 33 ●●●●● diff | view | raw | blame | history