-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.3.0
-
Component/s: None
-
Labels:
-
Epic Link:
-
Sprint:Drake Sprint 1 (7/6-7/24)
This issue seems to have been introduced recently in master as I cannot reproduce it when releases 1.2 branch is used. In CHO test after adding 300 host intents. Test tries to add 100 intents on each onos instance via a mutli threaded function. After adding all 300 intents summary shows some 10% of intents are still stuck in INSTALLING state. ONOS logs show
2015-07-07 17:44:54,595 | INFO | h for user karaf | command | 154 - org.apache.karaf.log.comma
nd - 3.0.3 | Sending CLI command: 'add-host-intent 00:00:00:00:00:0a/-1 00:00:00:00:00:17/-1'
2015-07-07 17:44:55,046 | INFO | h for user karaf | command | 154 - org.apache.karaf.log.comma
nd - 3.0.3 | Sending CLI command: 'add-host-intent 00:00:00:00:00:0b/-1 00:00:00:00:00:0c/-1'
2015-07-07 17:44:55,333 | WARN | ice-operations-7 | GossipIntentStore | 79 - org.onosproject.onos-core-d
ist - 1.3.0.SNAPSHOT | Intent 0x11a has no home; master = 10.128.40.41, origin = null
2015-07-07 17:44:55,333 | WARN | ice-operations-8 | GossipIntentStore | 79 - org.onosproject.onos-core-d
ist - 1.3.0.SNAPSHOT | Intent 0x100101 has no home; master = 10.128.40.41, origin = null
2015-07-07 17:44:55,333 | WARN | ce-operations-12 | GossipIntentStore | 79 - org.onosproject.onos-core-d
ist - 1.3.0.SNAPSHOT | Intent 0xf4 has no home; master = 10.128.40.41, origin = null
2015-07-07 17:44:55,333 | WARN | ice-operations-0 | GossipIntentStore | 79 - org.onosproject.onos-core-d
ist - 1.3.0.SNAPSHOT | Intent 0x1000dd has no home; master = 10.128.40.41, origin = null
2015-07-07 17:44:55,333 | WARN | ce-operations-12 | GossipIntentStore | 79 - org.onosproject.onos-core-d
ist - 1.3.0.SNAPSHOT | Intent 0x100106 has no home; master = 10.128.40.41, origin = null
2015-07-07 17:44:55,334 | WARN | ce-operations-13 | GossipIntentStore
###############ONOS-1 session Log#############
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1323, intents=173
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1433, intents=185
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1501, intents=201
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1577, intents=210
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1637, intents=225
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1681, intents=230
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1819, intents=244
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1875, intents=259
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1943, intents=268
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=1979, intents=272
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=2105, intents=298
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=2105, intents=298
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=2105, intents=298
onos> summary
node=10.128.40.41, version=1.3.0.admin~2015/07/07@17:39
nodes=3, devices=25, links=114, hosts=25, SCC(s)=1, flows=2105, intents=300
onos> intents -s
Connectivity total= 300 installed= 274
Connectivity withdrawn= 0 failed= 0
Connectivity installReq= 0 compiling= 0
Connectivity installing= 26 recompiling= 0
Connectivity withdrawReq= 0 withdrawing= 0
HostToHost total= 300 installed= 274
HostToHost withdrawn= 0 failed= 0
HostToHost installReq= 0 compiling= 0
HostToHost installing= 26 recompiling= 0
HostToHost withdrawReq= 0 withdrawing= 0
PointToPoint total= 0 installed= 0
PointToPoint withdrawn= 0 failed= 0
PointToPoint installReq= 0 compiling= 0
PointToPoint installing= 0 recompiling= 0
PointToPoint withdrawReq= 0 withdrawing= 0
MultiPointToSinglePoint total= 0 installed= 0
MultiPointToSinglePoint withdrawn= 0 failed= 0
MultiPointToSinglePoint installReq= 0 compiling= 0
MultiPointToSinglePoint installing= 0 recompiling= 0
MultiPointToSinglePoint withdrawReq= 0 withdrawing= 0
SinglePointToMultiPoint total= 0 installed= 0
SinglePointToMultiPoint withdrawn= 0 failed= 0
SinglePointToMultiPoint installReq= 0 compiling= 0
SinglePointToMultiPoint installing= 0 recompiling= 0
SinglePointToMultiPoint withdrawReq= 0 withdrawing= 0
Path total= 0 installed= 0
Path withdrawn= 0 failed= 0
Path installReq= 0 compiling= 0
Path installing= 0 recompiling= 0
Path withdrawReq= 0 withdrawing= 0
LinkCollection total= 0 installed= 0
LinkCollection withdrawn= 0 failed= 0
LinkCollection installReq= 0 compiling= 0
LinkCollection installing= 0 recompiling= 0
LinkCollection withdrawReq= 0 withdrawing= 0
UnknownType total= 0 installed= 0
UnknownType withdrawn= 0 failed= 0
UnknownType installReq= 0 compiling= 0
UnknownType installing= 0 recompiling= 0
UnknownType withdrawReq= 0 withdrawing= 0
All total= 300 installed= 274
All withdrawn= 0 failed= 0
All installReq= 0 compiling= 0
All installing= 26 recompiling= 0
All withdrawReq= 0 withdrawing= 0
onos>
onos> intents -s
Connectivity total= 300 installed= 274
Connectivity withdrawn= 0 failed= 0
Connectivity installReq= 0 compiling= 0
Connectivity installing= 26 recompiling= 0
Connectivity withdrawReq= 0 withdrawing= 0
HostToHost total= 300 installed= 274
HostToHost withdrawn= 0 failed= 0
HostToHost installReq= 0 compiling= 0
HostToHost installing= 26 recompiling= 0
HostToHost withdrawReq= 0 withdrawing= 0
PointToPoint total= 0 installed= 0
PointToPoint withdrawn= 0 failed= 0
PointToPoint installReq= 0 compiling= 0
PointToPoint installing= 0 recompiling= 0
PointToPoint withdrawReq= 0 withdrawing= 0
MultiPointToSinglePoint total= 0 installed= 0
MultiPointToSinglePoint withdrawn= 0 failed= 0
MultiPointToSinglePoint installReq= 0 compiling= 0
MultiPointToSinglePoint installing= 0 recompiling= 0
MultiPointToSinglePoint withdrawReq= 0 withdrawing= 0
SinglePointToMultiPoint total= 0 installed= 0
SinglePointToMultiPoint withdrawn= 0 failed= 0
SinglePointToMultiPoint installReq= 0 compiling= 0
SinglePointToMultiPoint installing= 0 recompiling= 0
SinglePointToMultiPoint withdrawReq= 0 withdrawing= 0
Path total= 0 installed= 0
Path withdrawn= 0 failed= 0
Path installReq= 0 compiling= 0
Path installing= 0 recompiling= 0
Path withdrawReq= 0 withdrawing= 0
LinkCollection total= 0 installed= 0
LinkCollection withdrawn= 0 failed= 0
LinkCollection installReq= 0 compiling= 0
LinkCollection installing= 0 recompiling= 0
LinkCollection withdrawReq= 0 withdrawing= 0
UnknownType total= 0 installed= 0
UnknownType withdrawn= 0 failed= 0
UnknownType installReq= 0 compiling= 0
UnknownType installing= 0 recompiling= 0
UnknownType withdrawReq= 0 withdrawing= 0
All total= 300 installed= 274
All withdrawn= 0 failed= 0
All installReq= 0 compiling= 0
All installing= 26 recompiling= 0
All withdrawReq= 0 withdrawing= 0
onos>