On 01/09/2017 01:53 PM, Peretz, Ravit wrote: > Hi all, > > > > It seems like there is a massive 3node cluster regression in carbon, > since approximately 21:0PM January 5^th . > > We can see that many 3node CSIT fails across projects. > > > > After a quick look Koby and I have found what we assume is the faulty > zip. We looked at the last successful openflowplugin-3 node run: > > https://logs.opendaylight.org/releng/jenkins092/openflowplugin-csit-3node-clustering-only-carbon/379/console.log.gz > > which used distribution: 0.6.0-20170105.205720-2879.zip > > > > the next run failed, with the same error we are seeing now in all runs > (at least the few we checked): > > https://logs.opendaylight.org/releng/jenkins092/openflowplugin-csit-3node-clustering-only-carbon/380/console.log.gz > > which used distribution: 0.6.0-20170105.235121-2883.zip > > > > > > we were able to narrow it down to a single distribution that was the > first to fail: > > https://logs.opendaylight.org/releng/jenkins092/netvirt-legacy-csit-3node-clustering-only-carbon/144/console.log.gz > > 0.6.0-20170105.222635-2880.zip > > > > *We would appreciate your help with narrowing down the faulty commit/s > triggering the 0.6.0-20170105.222635-2880.zip distribution.* > > > > > > The first error we saw in the logs is : > 2017-01-06 05:25:30,158 | ERROR | lt-dispatcher-12 | > ClusterActorRefProvider | 199 - com.typesafe.akka.slf4j - > 2.4.16 | No root guardian at > [akka.tcp://opendaylight-cluster-data@10.29.13.119:2550] > > java.lang.IllegalArgumentException: Wrong protocol of > [akka.tcp://opendaylight-cluster-data@10.29.13.119:2550/], expected [akka]
Looks like mismatch in setup, this is related to akka artery -- the protocol should be akka, not akka.tcp. Where is this configuration coming from? Regards, Robert _______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev