Skip to content

Commit

Permalink
ISPN-1245 Force view updates on server stop to be asynchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz authored and maniksurtani committed Jul 15, 2011
1 parent ed36956 commit 71a62b7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -238,7 +238,8 @@ class HotRodServer extends AbstractProtocolServer("HotRod") with Log {
// important cos once the JGroups transport is closed, the coordinator
// will think the member crashed and will update the topology view.
topologyCache.getAdvancedCache.withFlags(
Flag.FAIL_SILENTLY, Flag.ZERO_LOCK_ACQUISITION_TIMEOUT)
Flag.FAIL_SILENTLY, Flag.ZERO_LOCK_ACQUISITION_TIMEOUT,
Flag.FORCE_ASYNCHRONOUS)
.replace("view", currentView, newView)

if (isDebug)
Expand Down

0 comments on commit 71a62b7

Please sign in to comment.