Re: Silicon SR1 CSIT check
Robert Varga
On 18/05/2021 04:46, Daniel de la Rosa wrote:
Hello TSC and allI 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]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#downingwhich I still need to track down -- it is either int/dist, int/test or controller's fault. Regards, Robert |
|