|
Re: [openflowplugin-dev] addMDFlow command is not working with the latest plugin code.
Hi Brent, the new l2switch project is the other one I have knowledge is using new OF plugin.
BR/Luis
Hi Brent, the new l2switch project is the other one I have knowledge is using new OF plugin.
BR/Luis
|
By
Luis Gomez
·
#1038
·
|
|
Re: [openflowplugin-dev] addMDFlow command is not working with the latest plugin code.
Thanks Abhijit! That would be super to get CI testing on the Java API along with the REST API. Happy to assist anywhere I can because we are heavily dependent on it’s functionality.
It was mentioned
Thanks Abhijit! That would be super to get CI testing on the Java API along with the REST API. Happy to assist anywhere I can because we are heavily dependent on it’s functionality.
It was mentioned
|
By
Brent Salisbury <brent.salisbury@...>
·
#1037
·
|
|
MD-SAL Interest call
Invitation for those do not have it.
MD-SAL Interest call
Scheduled: May 6, 2014, 9:00:00 AM to 10:00:00 AM
Location: webex
Invitees: Lorand Jakab -X (lojakab - M SQUARED CONSULTING INC. at
Invitation for those do not have it.
MD-SAL Interest call
Scheduled: May 6, 2014, 9:00:00 AM to 10:00:00 AM
Location: webex
Invitees: Lorand Jakab -X (lojakab - M SQUARED CONSULTING INC. at
|
By
Luis Gomez
·
#1036
·
|
|
MD-SAL call link
+---+---+---+---+---+---+---+---+---+---+---+
Please do not edit text below this line.
You are invited to an online meeting using WebEx.
Meeting Number: 206125698
Meeting Password: 123456
+---+---+---+---+---+---+---+---+---+---+---+
Please do not edit text below this line.
You are invited to an online meeting using WebEx.
Meeting Number: 206125698
Meeting Password: 123456
|
By
Luis Gomez
·
#1035
·
|
|
Updated Invitation: Intern Welcome Meeting @ Tue May 6, 2014 8am - 9am (ecelgp@gmail.com)
This event has been changed.
more details »
Intern Welcome Meeting
Changed: This meeting is to welcome and introduce the new interns will be collaborating with our group.
Access
This event has been changed.
more details »
Intern Welcome Meeting
Changed: This meeting is to welcome and introduce the new interns will be collaborating with our group.
Access
|
By
Luis Gomez
·
#1034
·
|
|
Re: [controller-dev] Fwd: Out of memory exception
Luis -
If you have some time to attach Jconsole to the console process where this
is an error we should watch the growth of perm gen. If we just need more
space to hold all of the classes that is
Luis -
If you have some time to attach Jconsole to the console process where this
is an error we should watch the growth of perm gen. If we just need more
space to hold all of the classes that is
|
By
Devin Avery <davery@...>
·
#1033
·
|
|
Re: OF13 plugin stability - OSGi errors update
And we just realized of another issue: after deleting a flow, the next flow does not get pushed. Madhusudhan will open a new bug for this.
BR/Luis
And we just realized of another issue: after deleting a flow, the next flow does not get pushed. Madhusudhan will open a new bug for this.
BR/Luis
|
By
Luis Gomez
·
#1032
·
|
|
Re: OF13 plugin stability - OSGi errors update
For bug 947, there seems to be a missing dependency for the patch https://git.opendaylight.org/gerrit/#/c/6725/ which is preventing it from getting merged.
For bug 947, there seems to be a missing dependency for the patch https://git.opendaylight.org/gerrit/#/c/6725/ which is preventing it from getting merged.
|
By
Abhijit Kumbhare
·
#1031
·
|
|
Re: [openflowplugin-dev] [OpenDaylight Discuss] New datastore model update
Hey Madhu,
I don’t believe Table should work in OF10 as it wasn’t till OF11 that table support was developed.
Please try updating the XML to Table 0 and using table 0.
Chris
From: Madhusudhan
Hey Madhu,
I don’t believe Table should work in OF10 as it wasn’t till OF11 that table support was developed.
Please try updating the XML to Table 0 and using table 0.
Chris
From: Madhusudhan
|
By
Christopher O'SHEA <christopher.o.shea@...>
·
#1030
·
|
|
Re: [openflowplugin-dev] [OpenDaylight Discuss] New datastore model update
Sorry Michal for creating inconvenience and for the wrong body - Actually I was bit confused with the body (The link:
Sorry Michal for creating inconvenience and for the wrong body - Actually I was bit confused with the body (The link:
|
By
Madhusudhan Kandadai <madhusudhan.opendaylight@...>
·
#1029
·
|
|
OF13 plugin stability - OSGi errors update
Hi all,
An update on the below issues:
- bug #937 to controller-dev to fix OSGi java exception after new datastore: seems to be fixed now
- bug #947 to ofplugin-dev to fix OSGi java exception after
Hi all,
An update on the below issues:
- bug #937 to controller-dev to fix OSGi java exception after new datastore: seems to be fixed now
- bug #947 to ofplugin-dev to fix OSGi java exception after
|
By
Luis Gomez
·
#1028
·
|
|
Re: [openflowplugin-dev] [OpenDaylight Discuss] New datastore model update
Yes, Michal is right here, this is not an issue. I believe Madhusudhan was manually pushing an OF13 flow into mininet OF10 when he got this exception. In the automation (Robot) we are using the right
Yes, Michal is right here, this is not an issue. I believe Madhusudhan was manually pushing an OF13 flow into mininet OF10 when he got this exception. In the automation (Robot) we are using the right
|
By
Luis Gomez
·
#1027
·
|
|
Out of memory exception
Hi controller devs,
Some time ago I wrote a bug to address the default -Xmx for the editions, now it looks like we have to look at the XX:MaxPermSize as well. I will add this in the
Hi controller devs,
Some time ago I wrote a bug to address the default -Xmx for the editions, now it looks like we have to look at the XX:MaxPermSize as well. I will add this in the
|
By
Luis Gomez
·
#1026
·
|
|
Re: Out of memory exception
This works perfectly. Thanks, Raghu.
This works perfectly. Thanks, Raghu.
|
By
Debolina Bandyopadhyay (dbandyop) <dbandyop@...>
·
#1025
·
|
|
Re: Out of memory exception
Debolina,
From the exception, it looks like you are running out of Permgen space. -Xmx option only increases the heap memory. We need to pass the XX option (As in -XX:MaxPermSize=256m) to the JVM
Debolina,
From the exception, it looks like you are running out of Permgen space. -Xmx option only increases the heap memory. We need to pass the XX option (As in -XX:MaxPermSize=256m) to the JVM
|
By
Raghurama Bhat (ragbhat) <ragbhat@...>
·
#1024
·
|
|
Re: Out of memory exception
Even after making it 2G, I’m facing the same issue.
Thanks,
Debolina
Even after making it 2G, I’m facing the same issue.
Thanks,
Debolina
|
By
Debolina Bandyopadhyay (dbandyop) <dbandyop@...>
·
#1023
·
|
|
Re: Out of memory exception
Hi Debolina,
What is the Xmx size you start with? Cause I believe the SP takes up more memory than the recommended 1G.
In the Integration test setup we start it with 2G.
./run.sh -Xmx2G
Thanks
Chris
Hi Debolina,
What is the Xmx size you start with? Cause I believe the SP takes up more memory than the recommended 1G.
In the Integration test setup we start it with 2G.
./run.sh -Xmx2G
Thanks
Chris
|
By
Christopher O'SHEA <christopher.o.shea@...>
·
#1022
·
|
|
Out of memory exception
Hello,
Whenever I’m trying to debug, in the serviceprovider distribution, I’m hitting the java out of memory exception. [~
Hello,
Whenever I’m trying to debug, in the serviceprovider distribution, I’m hitting the java out of memory exception. [~
|
By
Debolina Bandyopadhyay (dbandyop) <dbandyop@...>
·
#1021
·
|
|
cbench test about threads configuration
Hello all:
I am using cbench to test ODL controller performance. I am wondering how can i configure the threads of ODL like configure nox with following commend ./nox_core -i ptcp:6633 switch -t 1 . I
Hello all:
I am using cbench to test ODL controller performance. I am wondering how can i configure the threads of ODL like configure nox with following commend ./nox_core -i ptcp:6633 switch -t 1 . I
|
By
huangxufu <huangxufu@...>
·
#1020
·
|
|
Re: TestON Demo to the ODL IntegrationTeam
Just a small correction, the meeting is at 6:30PM PST, not 5:00PM.
Regards,
Swaraj
From: ecelgp@...
Date: Fri, 2 May 2014 10:55:02 -0700
To: integration-dev@...
Subject: [integration-dev] Fwd: TestON
Just a small correction, the meeting is at 6:30PM PST, not 5:00PM.
Regards,
Swaraj
From: ecelgp@...
Date: Fri, 2 May 2014 10:55:02 -0700
To: integration-dev@...
Subject: [integration-dev] Fwd: TestON
|
By
Swaraj Vinjapuri
·
#1019
·
|