- 04 Dec, 2014 29 commits
-
-
andrew@onlab.us authored
-
Modified Version.java to allow 3-segment version. Changed onos-next to onos as default for ONOS_ROOT. Change-Id: Ifbde9dfbc7af9a5891e9f41db6932859c0f59660
Thomas Vachuska authored -
- Note: command must specify non-overlapping appId using 4th and 5th arguments Change-Id: I4dcfe57fc1d3de63c47e88d99d647b48ab80d86c
Yuta HIGUCHI authored -
using the "push-test-intents" CLI command, so each MAC address is unique. Previously, generating intents for multiple apps would create axactly same set of intents for each app; this is less common, and probably not the expected default behavior for this CLI command. Change-Id: I7813512528954da33e458307fc6a0226a7c478ea
Pavlin Radoslavov authored -
"Intent ... removed installable still found", and change the level from INFO to WARNING. [Discussed with Yuta] Change-Id: I0b40559de10983c3330f1174e3ab1cbe06f07b32
Pavlin Radoslavov authored -
- test that getIntents() returns the proper items - test that subclass compilers work - test the behavior of intents with no compiler - test the behavior of intents with no installer - test the behavior of installs that never finish Change-Id: If0bff389e7fce2f71eb7a97051547dbd05ab588c
Ray Milkey authored -
This fixes a problem where a large number of incoming STATS messages is practically using all available threds from the pool (16), and there are no available threads to handle the BARRIER messages. Change-Id: I1130eb8f3b5a17d5d3a7825f32da68eacb99569a fixing other threadpool issues, ie. not using cachedThreadPool Change-Id: I40ef10e1f704aef779b2a23c0497dfb7992520eb
Pavlin Radoslavov authored -
Because BatchWrite is public and no need to place it as an inner class in IntentStore interface Change-Id: I17e87e06baa4f0af55fa30b09a891bc23932a6fd
Sho SHIMIZU authored
-
- 03 Dec, 2014 11 commits
-
-
- cleanup of keyIn() function. - preparation for more control over formatting of Quick Help pane. (oops - filter out _helpFormat entry...) Change-Id: I605589ab992b5ef3a4d2531973a08a31f399b855
Simon Hunt authored -
exceptions on the Netty channel. Change-Id: I9b927abfb21f87d52575158cbecc193d6102f094
Pavlin Radoslavov authored
-