[infinispan-dev] The need for a 5.1.1

Mircea Markus mircea.markus at jboss.com
Fri Jan 27 09:54:28 EST 2012


There's an initialisation error indicating a dependency on a test class[1].
Seems like jgroups is not jar-less anymore :-)

[1] 
        at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:236)
        at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java
:875)
        at org.infinispan.factories.AbstractComponentRegistry.invokeStartMethods(AbstractComponentRegistry.java:630)
        at org.infinispan.factories.AbstractComponentRegistry.internalStart(AbstractComponentRegistry.java:619)
        at org.infinispan.factories.AbstractComponentRegistry.start(AbstractComponentRegistry.java:523)
        at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:200)
        ... 12 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:234)
        ... 17 more
Caused by: java.lang.ExceptionInInitializerError
        at org.jgroups.conf.ClassConfigurator.<clinit>(ClassConfigurator.java:57)
        at org.jgroups.stack.Protocol.<init>(Protocol.java:57)
        at org.jgroups.stack.ProtocolStack.<init>(ProtocolStack.java:144)
        at org.jgroups.JChannel.init(JChannel.java:793)
        at org.jgroups.JChannel.<init>(JChannel.java:167)
        at org.jgroups.JChannel.<init>(JChannel.java:137)
        at org.infinispan.remoting.transport.jgroups.JGroupsTransport.buildChannel(JGroupsTransport.java:327)
        at org.infinispan.remoting.transport.jgroups.JGroupsTransport.initChannel(JGroupsTransport.java:250)
        at org.infinispan.remoting.transport.jgroups.JGroupsTransport.initChannelAndRPCDispatcher(JGroupsTransport.java:290)
        at org.infinispan.remoting.transport.jgroups.JGroupsTransport.start(JGroupsTransport.java:168)
        ... 22 more
Caused by: java.lang.ClassNotFoundException: org.jgroups.tests.perf.MPerf$MPerfHeader
        at org.jgroups.util.Util.loadClass(Util.java:2661)
        at org.jgroups.conf.ClassConfigurator.init(ClassConfigurator.java:84)
        at org.jgroups.conf.ClassConfigurator.<clinit>(ClassConfigurator.java:54)
        ... 31 more


On 27 Jan 2012, at 14:24, Bela Ban wrote:
> The branch is JGRP-1417 and the config for UNICAST2 is:
> 
> <UNICAST2
>              max_bytes="20M"
>              xmit_table_num_rows="20"
>              xmit_table_msgs_per_row="10000"
>              xmit_table_max_compaction_time="10000"
>              max_msg_batch_size="100"/>
> 
> I've attached the config I've used for UPerf.
> 
> Cheers,
> 
> 
> 
> 
> On 1/27/12 3:12 PM, Mircea Markus wrote:
>> On 27 Jan 2012, at 07:03, Bela Ban wrote:
>>> Regarding ISPN-1786, I'd like to work with Sanne/Mircea on trying out
>>> the new UNICAST2. In my local tests, I got a 15% speedup, but this is
>>> JGroups only, so I'm not sure how big the impact would be on Infinispan.
>> 
>> nice! I can trigger a radargun run very quickly, just let me know the branch.
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
> 
> -- 
> Bela Ban
> Lead JGroups (http://www.jgroups.org)
> JBoss / Red Hat
> <fast.xml>_______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev




More information about the infinispan-dev mailing list