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

gbellato
15.19.2009 07608669c09feb6964c2e25e98cb378d220e16bf
refs
author gbellato <gbellato@localhost>
Monday, June 15, 2009 09:19 +0200
committer gbellato <gbellato@localhost>
Monday, June 15, 2009 09:19 +0200
commit07608669c09feb6964c2e25e98cb378d220e16bf
tree 251dc89c11abd69f7bb542247c2e33f3420394d7 tree | zip | gz
parent 57cd8c624f26ffd9d3358cc628fd3c78823d8917 view | diff
Fix for 4052 : Ghost adds in Replication Server

The clear procedure of the Replication Server was failing if
several clear are done consecutively.
The cause of the failure is that the dnHandler were not shutdown
properly at this time.
The first clear therefore seemed successful but was leaving some
open DBhandler that was causing later clear to fail.
6 files modified
50 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/DataServerHandler.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 4 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 36 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerHandler.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ServerHandler.java 2 ●●● diff | view | raw | blame | history