<div dir="ltr"><div><div>If we only want to deal with full cluster shutdown, then I think stopping all application requests, calling Cache.clear() on one node, and then shutting down all the nodes should be simpler. On start, assuming no cache store, the caches will start empty, so starting all the nodes at once and only allowing application requests when they&#39;ve all joined should also work without extra work.<br>

<br></div><div>If we only want to stop a part of the cluster, suppressing rebalancing would be better, because we wouldn&#39;t lose all the data. But we&#39;d still lose the keys whose owners are all among the nodes we want to stop. I&#39;ve discussed this with Adrian, and we think if we want to stop a part of the cluster without losing data we need a JMX operation on the coordinator that will &quot;atomically&quot; remove a set of nodes from the CH. After the operation completes, the user will know it&#39;s safe to stop those nodes without losing data.<br>

<br></div><div>When it comes to starting a part of the cluster, a &quot;pause rebalancing&quot; option would probably be better - but again, on the coordinator, not on each joining node. And clearly, if more than numOwner nodes leave while rebalancing is suspended, data will be lost.<br>

</div></div><div><br></div><div>Cheers<br></div><div>Dan<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 31, 2013 at 12:17 PM, Manik Surtani <span dir="ltr">&lt;<a href="mailto:msurtani@redhat.com" target="_blank">msurtani@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Guys<br>
<br>
We&#39;ve discussed ISPN-3140 elsewhere before, I&#39;m brining it to this forum now.<br>
<br>
<a href="https://issues.jboss.org/browse/ISPN-3140" target="_blank">https://issues.jboss.org/browse/ISPN-3140</a><br>
<br>
Any thoughts/concerns?  Particularly looking to hear from Dan or Adrian about viability, complexity, ease of implementation.<br>
<br>
Thanks<br>
Manik<br>
--<br>
Manik Surtani<br>
<a href="mailto:manik@jboss.org">manik@jboss.org</a><br>
<a href="http://twitter.com/maniksurtani" target="_blank">twitter.com/maniksurtani</a><br>
<br>
Platform Architect, JBoss Data Grid<br>
<a href="http://red.ht/data-grid" target="_blank">http://red.ht/data-grid</a><br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</blockquote></div><br></div>