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

gbellato
15.19.2009 03f363821bebd243455e33cff3deb5e50e8d3651
refs
author gbellato <gbellato@localhost>
Monday, June 15, 2009 09:19 +0200
committer gbellato <gbellato@localhost>
Monday, June 15, 2009 09:19 +0200
commit03f363821bebd243455e33cff3deb5e50e8d3651
tree 379d387774e4a98c995a1c838dd5ef6d1d535eea tree | zip | gz
parent d99f228ba2f26b75deeca693d807866e0156be58 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
opendj-sdk/opends/src/server/org/opends/server/replication/server/DataServerHandler.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDB.java 4 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDbEnv.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 36 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerHandler.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/server/ServerHandler.java 2 ●●● diff | view | raw | blame | history