<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>This is something Bela has brought up while working on integrating RELAY in infinispan.</div><div>Right now it's the joiner (JoinTask) that broadcast the new CH to the cluster members. In the case of RELAY, this wouldn't be that good as the joiner might be on a remote site and this means a potentially costly RPC.</div><div>Isn't it possible for all the existing members to determine the new CH internally on the @viewChanged call and not wait for new joiner's broadcast?&nbsp;</div><div>The change I've made in the code to do that[1] caused lots of intermittent failure, so before digging further - is there's something I miss which makes this approach not to work?</div><div><br></div><div>Cheers,</div><div>Mircea</div><div><br></div><div>[1]&nbsp;<span class="Apple-style-span" style="color: rgb(20, 20, 20); font-family: 'Lucida Grande'; line-height: 14px; "><a href="https://github.com/mmarkus/infinispan/tree/auto_ch_m" title="https://github.com/mmarkus/infinispan/tree/auto_ch_m" style="word-wrap: break-word; text-rendering: optimizelegibility; color: rgb(0, 51, 204); text-decoration: underline; ">https://github.com/mmarkus/infinispan/tree/auto_ch_m</a></span></div><div><br></div></body></html>