- 06 Jun, 2016 1 commit
- 01 Jun, 2016 1 commit
-
-
Stream processes by Lambda queries in collection objects has a known performance bottleneck. For each create and update link data operations, this kind of queries are frequently used and this causes inefficient topology discovery operation. For to solve that problem i analize thread dump during discovery process and i saw that especially getAllProviders method uses high cpu. than i change the provider search operation with additional map data which holds linkkey and its providers. by this way provider search operation not only gets faster but also uses minimum resource. Before that change, i can discover only 4XX number of switches at one controller, but later number grows to 15XX switches Change-Id: I65ed71b7f295917c818b2f9227d0fc070aa4a29b (cherry picked from commit 28d67687)
kircaali authored
-
- 18 May, 2016 1 commit
- 17 May, 2016 1 commit
-
-
- Using Pair<DeviceId, MeterId> instead of MeterId in storedMeterMap to avoid duplicate key IllegalStateException - Replaced ADD operation with MODIFY in pushMeterMetrics method to avoid METER_EXISTS errors Change-Id: I80d3ccededa452445b11bb09b949fb2a208293a4 (cherry picked from commit a45755d7)
Konstantinos Kanonakis authored
-
- 09 May, 2016 1 commit
-
-
subnet.With different tenants and the same subnets, only one of the subnets can ping external network well. Change-Id: I309675136923095a02ca3a2fac1d7bb32396402a
lishuai authored
-
- 04 May, 2016 2 commits
-
-
and 1.6 . In ONOS Version 1.5 and 1.6, Instructions.CreateDrop interface is missed, which cased the pipiline judging condition can not be matched, and the flowrule of tunnel in can not be applied to device. Change-Id: Ib76b09d992270d0659cf8010886679a145afb753
lishuai authored
- 21 Apr, 2016 2 commits
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- 20 Apr, 2016 1 commit
-
-
Change-Id: I74ca573d65baf9295a0d055efe728d1b04370173 (cherry picked from commit b7017d7c)
heisenberg authored
-
- 19 Apr, 2016 1 commit
- 30 Mar, 2016 1 commit
-
-
This does a DNS lookup which causes the test to fail if the DNS lookup fails. Ported from master. Change-Id: I9fb3898e7b846e68915d90368849734ad61922f4
Jonathan Hart authored
-
- 29 Mar, 2016 1 commit
- 28 Mar, 2016 1 commit
- 14 Mar, 2016 1 commit
- 11 Mar, 2016 1 commit
- 10 Mar, 2016 2 commits
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- 09 Mar, 2016 18 commits
-
-
Madan Jampani authored
-
Madan Jampani authored
-
and virtual network manager Junit tests. Change-Id: Ic1f82822c894e3c394aa95df1e76ae59fe218120
Brian Stanke authored -
By making all flow rule installation triggered by HOST event. Also removed unnecessary host annotation. Change-Id: Ib6d230f2fbbac4ad7d66628d7465e69450ef1a26
Hyunsun Moon authored -
- now implements proper resizing and scrolling. Change-Id: Ideabb86ed3db44ed1827de15e49216d107053189
Simon Hunt authored -
- OVSDB client has changed to update br-int even if there's br-int already in device - So OpenstackNode modified only the leader node to performs node bootstrap Change-Id: Ie01843ca8ab36ec61b58e80ce20c0c8c31ff8273
Daniel Park authored -
Might be useful to refresh data plane with most recent status of Neutron and VMs by flushing all existing rules and pushing network config again And also removed read configuration during activation since leadership service does not work as expected during app activation Change-Id: Ia22fe02d25a61126f3e6df59fc5ad4d065f89f18
Hyunsun Moon authored
-
- 08 Mar, 2016 4 commits