Re: Silicon SR1 CSIT check


Luis Gomez
 

CSIT cluster jobs use distribution bin/configure_cluster.sh script:

https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=blob;f=karaf-scripts/src/main/assembly/bin/configure_cluster.sh;h=d93ac44d2a4af25578acac98b4e0386e8f968fd4;hb=HEAD#l187

And this script uses controller project files in ${CONTROLLER_DIR}/system/org/opendaylight/controller/sal-clustering-config, according to the link above.

So maybe we just need to update these files in controller project?

BR/Luis

On May 17, 2021, at 11:15 PM, Robert Varga <nite@...> wrote:



On 18/05/2021 04:46, Daniel de la Rosa wrote:
Hello TSC and all

Sorry for the delay. Here is the Silicon SR1 CSIT check for AR#288

https://docs.google.com/spreadsheets/d/1zvD4xgiMlWCgg5ZBvxSRONY_LtLtzzNUeuA06-i7ukc/edit?usp=sharing
<https://docs.google.com/spreadsheets/d/1zvD4xgiMlWCgg5ZBvxSRONY_LtLtzzNUeuA06-i7ukc/edit?usp=sharing>

Please review at your earliest convenience
I think we have at least two problems.

https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/daexim-csit-3node-clustering-basic-only-silicon/321/console.log.gz
is indicating:

2021-05-17T03:42:38,062 | ERROR | opendaylight-cluster-data-akka.actor.default-dispatcher-14 | ClusterActorRefProvider | 205 - org.opendaylight.controller.repackaged-akka - 3.0.8 | No root guardian at [akka.tcp://opendaylight-cluster-data@...:2550]
java.lang.IllegalArgumentException: Wrong protocol of [akka.tcp://opendaylight-cluster-data@...:2550/], expected [akka]
at akka.remote.RemoteActorRef.<init>(RemoteActorRefProvider.scala:671) ~[bundleFile:?]
at akka.remote.RemoteActorRefProvider.rootGuardianAt(RemoteActorRefProvider.scala:476) ~[bundleFile:?]
This seems to be a problem in int/test, where these:
./csit/libraries/ConfGen.py
./csit/variables/clustering/member_down.json
./tools/clustering/cluster-deployer/deploy.py

are assuming peer addresses are 'akka.tcp' -- and they are not with Artery.


We also have this:

2021-05-17T03:42:38,030 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-14 | Cluster | 205 - org.opendaylight.controller.repackaged-akka - 3.0.8 | Cluster Node [akka://opendaylight-cluster-data@...:2550] - No downing-provider-class configured, manual cluster downing required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
which I still need to track down -- it is either int/dist, int/test or
controller's fault.

Regards,
Robert

Join {TSC@lists.opendaylight.org to automatically receive all group messages.