<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 10-11-26 12:20 PM, Manik Surtani wrote:
<blockquote
cite="mid:F4D350D9-87D4-4F31-BA0F-68202FA4DEF6@jboss.org"
type="cite"><br>
<div>
<div>On 26 Nov 2010, at 13:59, Vladimir Blagojevic wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite"><span class="Apple-style-span"
style="border-collapse: separate; font-family: Helvetica;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal;
orphans: 2; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
font-size: medium;">On 10-11-26 10:50 AM, Bela Ban wrote:<br>
<blockquote type="cite">Quick question: when I have a view
{A,B,C,D,E,F} at time T and then<br>
</blockquote>
<blockquote type="cite">receive 2 subsequent views within 3
seconds:<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">- {A,B,C}<br>
</blockquote>
<blockquote type="cite">- {A,B,C,E,F}<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">will there be 2 rehashes /
rebalancings, or 1 ? Is there a delay that<br>
</blockquote>
<blockquote type="cite">can be configured for rebalancing on
view changes ?<br>
</blockquote>
<br>
2 rehashes.</span></blockquote>
</div>
<div><br>
</div>
Wouldn't the second rehash request cause the first one to abort?
<div><br>
</div>
<div>Any ongoing LeaveTask is cancelled... </div>
<div><br>
</div>
<div><a moz-do-not-send="true"
href="https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/distribution/DistributionManagerImpl.java#L265">https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/distribution/DistributionManagerImpl.java#L265</a></div>
<div><br>
</div>
<div><br>
</div>
</blockquote>
It is. But I would not bet my life that this cancellation will leave
everything in pristine state across the cluster....<br>
</body>
</html>