Manik Surtani wrote:
BTW I believe that there was a problem with using TCP+PING with
JGroups 2.8, and listing all of the initial_hosts. Possibly something
to do with the logical addresses, that wasn't an issue with JGroups 2.6.
http://lists.jboss.org/pipermail/infinispan-dev/2009-June/000718.html
http://lists.jboss.org/pipermail/infinispan-dev/2009-June/000719.html
The latest version of 2.8 has the solution I suggested in the above
email. However, it is still best if you could list *all* hosts you use
in a static cluster in TCPPING.
Here's what you can do to get better logging for a *specific* test:
Transport tp=channel.getProtocolStack().getTransport();
tp.setLevel("trace");
There should be an appender for the transport (TCP) that pipes to a file
--
Bela Ban
Lead JGroups / Clustering Team
JBoss