"prese" wrote : Hi Guys, | | I looked to the code of TreeCache and I resolved some how the problem. | I hope that someone can explain me the reason of the implementation. | | In startService when the JChannel is initialized the property AUTO_RECONNECT is not set to true. | | Due to this when a cache node is plug-in the viewChange is called only on that node and contains as member only that node. Setting the property on true made the following behaviour: a new view address is assigned to that node and all the cluster nodes are notified that a new node appeared. | | Can some one tell me if there are some good reasons to not set this property? | | Regards | Sebi | |
This is odd; where did you find it (3.2.5) ? Because in CVS head, AUTO_RECONNECT is set to true in ClusterPartition.createService() by default. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845722#3845722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845722 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
