|
Re: [ovsdb-dev] OVSDB scale
Aha, you mean the API that OVSDB is using? That is more of a convenience and we can add without that too. I’ll add code for it. If needed, we can add util accordingly to OVSDB. Either ways, the fix
Aha, you mean the API that OVSDB is using? That is more of a convenience and we can add without that too. I’ll add code for it. If needed, we can add util accordingly to OVSDB. Either ways, the fix
|
By
Vishal Thapar <vishal.thapar@...>
·
#741
·
|
|
Re: [ovsdb-dev] OVSDB scale
Hi,
So it seems there should be 2 bugs?
OVSDB needs to expose this in its addBridge interface and NETVIRT should allow to configure it.
I couldn’t find how to configure it in
Hi,
So it seems there should be 2 bugs?
OVSDB needs to expose this in its addBridge interface and NETVIRT should allow to configure it.
I couldn’t find how to configure it in
|
By
Sela, Guy <guy.sela@...>
·
#740
·
|
|
Re: [ovsdb-dev] OVSDB scale
HI Guy,
If this knob is needed for Controller’s probe timer bug should be on netvirt as netvirt is adding controller. In case of Manager, it should be set by whosoever configures manager, which
HI Guy,
If this knob is needed for Controller’s probe timer bug should be on netvirt as netvirt is adding controller. In case of Manager, it should be set by whosoever configures manager, which
|
By
Vishal Thapar <vishal.thapar@...>
·
#739
·
|
|
Re: [ovsdb-dev] OVSDB scale
https://bugs.opendaylight.org/show_bug.cgi?id=7563
https://bugs.opendaylight.org/show_bug.cgi?id=7563
|
By
Sela, Guy <guy.sela@...>
·
#738
·
|
|
Re: [ovsdb-dev] OVSDB scale
Aha! I meant for Manager. This field is present in Manager and Controller both and I was specifically talking about Manager. For controller, we were also creating controller manually, not using the
Aha! I meant for Manager. This field is present in Manager and Controller both and I was specifically talking about Manager. For controller, we were also creating controller manually, not using the
|
By
Vishal Thapar <vishal.thapar@...>
·
#737
·
|
|
Re: [ovsdb-dev] OVSDB scale
When you’re saying initial configuration do you mean before the OVS established an openflow connection?
Configuration for Controller Table in OVSDB is being set by ODL.
The CLI configuration for
When you’re saying initial configuration do you mean before the OVS established an openflow connection?
Configuration for Controller Table in OVSDB is being set by ODL.
The CLI configuration for
|
By
Sela, Guy <guy.sela@...>
·
#736
·
|
|
Re: [ovsdb-dev] OVSDB scale
We don’t have configuration for this today. We can add it or change netvirt code to add API. We changed it directly on OVS as part of initial configuration. We were using scripts to configure OVSes
We don’t have configuration for this today. We can add it or change netvirt code to add API. We changed it directly on OVS as part of initial configuration. We were using scripts to configure OVSes
|
By
Vishal Thapar <vishal.thapar@...>
·
#735
·
|
|
Re: [ovsdb-dev] OVSDB scale
Can we set this value via OVSDB configuration file? Or do we need to change code to use some api for this?
Thanks
Can we set this value via OVSDB configuration file? Or do we need to change code to use some api for this?
Thanks
|
By
Pearl, Tomer <tomer.pearl@...>
·
#721
·
|
|
Re: [ovsdb-dev] OVSDB scale
Close, inactivity_probe. Sorry for delay, had to fish in old logs.
Close, inactivity_probe. Sorry for delay, had to fish in old logs.
|
By
Vishal Thapar <vishal.thapar@...>
·
#734
·
|
|
Re: [ovsdb-dev] OVSDB scale
Never mind, I found it, inactivity_probe
Explanation here:http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf
Never mind, I found it, inactivity_probe
Explanation here:http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf
|
By
Sela, Guy <guy.sela@...>
·
#733
·
|
|
Re: [ovsdb-dev] OVSDB scale
max_backoff ?
By
Sela, Guy <guy.sela@...>
·
#732
·
|
|
Re: [ovsdb-dev] OVSDB scale
Great thanks.
Do you recall where you tweak this configuration ? A quick google search didn’t help me.
Great thanks.
Do you recall where you tweak this configuration ? A quick google search didn’t help me.
|
By
Sela, Guy <guy.sela@...>
·
#731
·
|
|
Re: [ovsdb-dev] OVSDB scale
Good catch Anil. I forgot that we *did* increased timeout to 30-60 seconds from default of 5. I say 30-60 because we did different testing to reduce no. of echo messages going back and forth. But with
Good catch Anil. I forgot that we *did* increased timeout to 30-60 seconds from default of 5. I say 30-60 because we did different testing to reduce no. of echo messages going back and forth. But with
|
By
Vishal Thapar <vishal.thapar@...>
·
#730
·
|
|
Re: [ovsdb-dev] OVSDB scale
Hi Anil,
In context of Openflowplugin (Helium) tests, we have observed this behavior when there is heavy GC induced due to immutables created and garbaged as part of flow provisioning combined
Hi Anil,
In context of Openflowplugin (Helium) tests, we have observed this behavior when there is heavy GC induced due to immutables created and garbaged as part of flow provisioning combined
|
By
Muthukumaran K <muthukumaran.k@...>
·
#729
·
|
|
Re: [ovsdb-dev] OVSDB scale
Full GC in a 8G-16G Heap takes about 10+ seconds
Full GC in a 8G-16G Heap takes about 10+ seconds
|
By
Sela, Guy <guy.sela@...>
·
#728
·
|
|
Re: [ovsdb-dev] OVSDB scale
I think we should look at why OVS is getting disconnected during the GC? Is it because of the Echo timeout? Tuning GC will help, but i don't think so it will fix the root cause. I think if we can
I think we should look at why OVS is getting disconnected during the GC? Is it because of the Echo timeout? Tuning GC will help, but i don't think so it will fix the root cause. I think if we can
|
By
Anil Vishnoi
·
#720
·
|
|
Re: [ovsdb-dev] OVSDB scale
Hi guys,
So a couple of questions:
1) Did you reached Full GC? And if so, did the OVSs disconnected? And did everything continued working smoothly afterwards?
2) Do you have some
Hi guys,
So a couple of questions:
1) Did you reached Full GC? And if so, did the OVSs disconnected? And did everything continued working smoothly afterwards?
2) Do you have some
|
By
Sela, Guy <guy.sela@...>
·
#727
·
|
|
Re: [ovsdb-dev] OVSDB scale
Hi Muthu,
Yeah, we had used similar heap and GC settings when testing ITM which added OVSDB and all the netvirt models to the mix, I couldn’t recall what exactly were those.
Hi Muthu,
Yeah, we had used similar heap and GC settings when testing ITM which added OVSDB and all the netvirt models to the mix, I couldn’t recall what exactly were those.
|
By
Vishal Thapar <vishal.thapar@...>
·
#726
·
|
|
Re: [ovsdb-dev] OVSDB scale
Hi Vishal,
We had focused mainly on baseline feature of OFPlugin so some of our changes specific to that drive-test may not be applicable for Guy’s case. However, increasing the Heap and using
Hi Vishal,
We had focused mainly on baseline feature of OFPlugin so some of our changes specific to that drive-test may not be applicable for Guy’s case. However, increasing the Heap and using
|
By
Muthukumaran K <muthukumaran.k@...>
·
#725
·
|
|
Re: [ovsdb-dev] OVSDB scale
Adding Muthu.
Muthu,
I believe we did have to do some tweaks with heapsize, GC settings etc.right? Do you recall?
Regards,
Vishal.
Adding Muthu.
Muthu,
I believe we did have to do some tweaks with heapsize, GC settings etc.right? Do you recall?
Regards,
Vishal.
|
By
Vishal Thapar <vishal.thapar@...>
·
#724
·
|