|
Re: [netvirt-dev] [integration-dev] Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Hi Faseela,
I have raised the below review:
https://git.opendaylight.org/gerrit/c/integration/test/+/85772
Thanks,
Srinivas
+91-9243478719
Hi Faseela,
I have raised the below review:
https://git.opendaylight.org/gerrit/c/integration/test/+/85772
Thanks,
Srinivas
+91-9243478719
|
By
Srinivas <srinivas.rachakonda@...>
·
#13818
·
|
|
Re: [netvirt-dev] [integration-dev] Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Srinivas,
As you have raised NETVIRT-1640 to track the issue, you can add the exception to the CSIT whitelist, so that CSIT is unblocked.
We can remove it from the list whenever issue is
Srinivas,
As you have raised NETVIRT-1640 to track the issue, you can add the exception to the CSIT whitelist, so that CSIT is unblocked.
We can remove it from the list whenever issue is
|
By
Faseela K <k.faseela@...>
·
#13817
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Also looping netvirt list, to see how they want to proceed here.
Also looping netvirt list, to see how they want to proceed here.
|
By
Luis Gomez
·
#13816
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Thanks Jamo, I guess if netvirt project is interested in the JVM framework they can patch as you suggest, otherwise we can just disable it for netvirt so we have less things to maintain in
Thanks Jamo, I guess if netvirt project is interested in the JVM framework they can patch as you suggest, otherwise we can just disable it for netvirt so we have less things to maintain in
|
By
Luis Gomez
·
#13815
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
or you can add the exception to this list:
https://github.com/opendaylight/integration-test/blob/master/csit/libraries/netvirt/excepts.py
eventually, assuming
or you can add the exception to this list:
https://github.com/opendaylight/integration-test/blob/master/csit/libraries/netvirt/excepts.py
eventually, assuming
|
By
JamO Luhrsen
·
#13814
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
The real issue is apache decanter does not work in the latest Karaf version pulled in master. This generates an exception in the Karaf log and it seems netvirt tests are tracking and failing any test
The real issue is apache decanter does not work in the latest Karaf version pulled in master. This generates an exception in the Karaf log and it seems netvirt tests are tracking and failing any test
|
By
Luis Gomez
·
#13813
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
This is one possibility.
Can someone more experienced than me to see this recomendation about
This is one possibility.
Can someone more experienced than me to see this recomendation about
|
By
Stanislav Chlebec <Stanislav.Chlebec@...>
·
#13812
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Hi,
Can the changes be reverted back as many CSIT jobs are failing.
Get Outlook for Android
Hi,
Can the changes be reverted back as many CSIT jobs are failing.
Get Outlook for Android
|
By
Srinivas <srinivas.rachakonda@...>
·
#13811
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Well I was wrong that was the reason.
I tried to run the failing job without JVM support
(patched with the new patch which I prepared:
Setting the parameter
ELASTICSEARCHATTRIBUTE=disabled
Will
Well I was wrong that was the reason.
I tried to run the failing job without JVM support
(patched with the new patch which I prepared:
Setting the parameter
ELASTICSEARCHATTRIBUTE=disabled
Will
|
By
Stanislav Chlebec <Stanislav.Chlebec@...>
·
#13810
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Correct there is a time gap between 2 patches that can cause issues in some CSITs. Please revert if problem persists.
Correct there is a time gap between 2 patches that can cause issues in some CSITs. Please revert if problem persists.
|
By
Luis Gomez
·
#13809
·
|
|
Re: Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Hi all
I tried to analyze the problem.
I think that it is due to the fact that patch
https://git.opendaylight.org/gerrit/c/integration/test/+/85394
which removed the explicit mention of stuff
Hi all
I tried to analyze the problem.
I think that it is due to the fact that patch
https://git.opendaylight.org/gerrit/c/integration/test/+/85394
which removed the explicit mention of stuff
|
By
Stanislav Chlebec <Stanislav.Chlebec@...>
·
#13808
·
|
|
Netvirt CSIT jobs are failing with Exception "Elasticsearch".
Hi All,
Test-netvirt-current CSIT jobs are failing due to issue/Exception with “Elasticsearch”.
Hi All,
Test-netvirt-current CSIT jobs are failing due to issue/Exception with “Elasticsearch”.
|
By
Srinivas <srinivas.rachakonda@...>
·
#13807
·
|
|
JVM monitoring
Hi everybody.
FYI I just merged a patch to extend the JVM monitoring framework to all our CSIT jobs:
https://git.opendaylight.org/gerrit/#/c/releng/builder/+/85398/
After this it is expected all jobs
Hi everybody.
FYI I just merged a patch to extend the JVM monitoring framework to all our CSIT jobs:
https://git.opendaylight.org/gerrit/#/c/releng/builder/+/85398/
After this it is expected all jobs
|
By
Luis Gomez
·
#13806
·
|
|
Re: Yang publish job
Hi Luis
Thank you for the patch, I will work on it.
Regards,
Rohan
Hi Luis
Thank you for the patch, I will work on it.
Regards,
Rohan
|
By
Rohan Julka
·
#13805
·
|
|
Yang publish job
Hi Rohan,
FYI I created this patch to add the yang push action to the exiting distribution-sanity job:
https://git.opendaylight.org/gerrit/#/c/releng/builder/+/85734/
Feel free to reuse or create
Hi Rohan,
FYI I created this patch to add the yang push action to the exiting distribution-sanity job:
https://git.opendaylight.org/gerrit/#/c/releng/builder/+/85734/
Feel free to reuse or create
|
By
Luis Gomez
·
#13804
·
|
|
Re: Sodium SR1 release candidate
This one is:
SubnetOpDataEntryBuilder subOpBuilder = new
SubnetOpDataEntryBuilder(subnetOpDataEntry);
where subnetOpDataEntry is read from the datastore and then:
List<SubnetToDpn> subDpnList =
This one is:
SubnetOpDataEntryBuilder subOpBuilder = new
SubnetOpDataEntryBuilder(subnetOpDataEntry);
where subnetOpDataEntry is read from the datastore and then:
List<SubnetToDpn> subDpnList =
|
By
Robert Varga
·
#13803
·
|
|
Re: Sodium SR1 release candidate
https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-rocky-upstream-stateful-itm-direct-tunnels-sodium/83/
is the first one to show uptick in
https://jenkins.opendaylight.org/releng/job/netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-rocky-upstream-stateful-itm-direct-tunnels-sodium/83/
is the first one to show uptick in
|
By
Robert Varga
·
#13802
·
|
|
Re: Sodium SR1 release candidate
Thanks Jaya, see inline...
On 10/30/19 4:05 AM, Jaya Priyadarshini wrote:
Can someone figure out the severity of this newly introduced exception? does it affect
Thanks Jaya, see inline...
On 10/30/19 4:05 AM, Jaya Priyadarshini wrote:
Can someone figure out the severity of this newly introduced exception? does it affect
|
By
JamO Luhrsen
·
#13801
·
|
|
Re: Sodium SR1 release candidate
Hi Jamo,
There are 5 blockers for netvirt in Sodium-SR1 which are of 2 category:
2 jobs of dcgw –Both the jobs has 3 failures
1 fails for exceptions caught in teardown : broken
Hi Jamo,
There are 5 blockers for netvirt in Sodium-SR1 which are of 2 category:
2 jobs of dcgw –Both the jobs has 3 failures
1 fails for exceptions caught in teardown : broken
|
By
JayaPr
·
#13800
·
|
|
Re: Sodium SR1 release candidate
Let me add +<tsc@...> since we need to make a decision on whether to keep holding Sodium SR1 or to move forward with all these issues documented in the release notes
--
Daniel de la Rosa
Customer
Let me add +<tsc@...> since we need to make a decision on whether to keep holding Sodium SR1 or to move forward with all these issues documented in the release notes
--
Daniel de la Rosa
Customer
|
By
Daniel de la Rosa
·
#13799
·
|