Hi all, I spent most of the day fixing the cluster test so we can measure both plugins with the same test. I have also taken a look at the longevity (stability) test we have this release. Here are the observations:
1) I started with the Lithium plugin: Cluster test works better since https://git.opendaylight.org/gerrit/#/c/32459/ was merged: https://jenkins.opendaylight.org/sandbox/job/openflowplugin-csit-3node-clustering-only-beryllium/2/robot/report/log.html Still I see couple of consistent issues: - Controller does not show correct OF topology after owner recovers from failure - https://bugs.opendaylight.org/show_bug.cgi?id=4999 - Controller does not clean operational inventory after a fail and recover cycle - https://bugs.opendaylight.org/show_bug.cgi?id=5000 Longevity test shows Out of Memory error after exactly 20 runs of bringing 200 switches: https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-longevity-lithium-redesign-only-beryllium/ Following bug has been opened: https://bugs.opendaylight.org/show_bug.cgi?id=5001 2) I continued with He plugin: Cluster test does not look bad either and only consistent issue seems to be delayed stats reports (>8 secs in some occasions): https://jenkins.opendaylight.org/sandbox/job/openflowplugin-csit-3node-clustering-only-beryllium/7/robot/report/log.html Longevity test shows Null Pointer Errors from the very beginning: https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-longevity-only-beryllium/ So I opened this bug: https://bugs.opendaylight.org/show_bug.cgi?id=5002 3) Finally I saw some inconsistencies in the controller cluster implementation: - Cluster Entity Owner candidate list does not get updated every time owner instance is killed - https://bugs.opendaylight.org/show_bug.cgi?id=5004 - Controller sporadically spends lot of time (>10 secs) to resolve shards leaders - I am waiting to have more examples to file a bug _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
