- 04 Mar, 2016 12 commits
-
-
- Changed package name of 'app' submodule to avoid duplicate package name warning - Added app.xml and features.xml to make the application activate successfully - Fixed missing parameter javadoc warnings Change-Id: Iaefdd08d15291ccea8224b13b815246eb13b84ce
Hyunsun Moon authored -
- setting up the topology elements and trying to highlight them because we are trying to monitor an intent. Change-Id: Ic7d7be62c085c186a22ba91942970eccb5711fe4
Simon Hunt authored -
This commit adds capability to handle Table type in InstructionCodec. Change-Id: I82f1abf9f7ed17df3885746e8c24223190dd216f
Jian Li authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
- also, fix potential NPE (.el element may be null) Change-Id: Ibdb5085404e81bfa770ee80d1457bc630635a169
Simon Hunt authored
- 03 Mar, 2016 28 commits
-
-
- LogScheduledExecutorService -> SharedScheduledExecutorService - Add a utility classs for SharedScheduledExecutorService - Add unit test for SharedScheduledExecutors - Revise the control message provider to use SharedScheduledExecutorService Change-Id: Ia4dea245543b4751e6edcce1aaab4991d897cc77
Jian Li authored -
Adding a log check as part of archetypes scenario. Change-Id: Iad53c5430530513939ef92a890559f9841e9ecc1
Thomas Vachuska authored -
it was set, which doesn't make sense. The intent seems to be to set a default and to respect existing settings of ONOS_USER, and probably ONOS_GROUP as well. Change-Id: I80dcbc2ccd80791c76b2497fd1da317765a6e66f
Bob Lantz authored -
This commit tries to log all the runtime exceptions of the tasks that are executed by using submit method of SharedExecutorService. Change-Id: I72760213a0f977096353dacd20263e5c93af5c6a
Jian Li authored -
object creation and string concatenation. Dropped per-flow-stats-request logs to TRACE level. Change-Id: I2dd55030bd1faa00d6fbfef74c7da1debb7f1d7d
Jonathan Hart authored -
- fixed bug where glyph was not installed when icon mapping made. Change-Id: Iea9a145ff0caf6b4977bec4e71f75738d3174719
Simon Hunt authored -
- Removed unnecessary CordVtnNodeConfig class - Don't allow local and host management IP range overlapping - Check node init state saved in the store instead of really check when a VM is detected or vanished since it's too slow Change-Id: I076780bdc3946b2000176cb05805003ba7c8724d
Hyunsun Moon authored -
I'm not too happy with negative options, but the advantage is that the basic onos-install should "just work." Change-Id: Ie57142feea23e1ed7b5757098772a60de13c3e37
Bob Lantz authored -
The default ScheduledExecutorService does not provide the capability to capture and log the exception during executing scheduleAtFixedRate and scheduleWithFixedDelay methods. This makes it difficult to debug the program when the scheudled tasks are failed for some reasons. A new ScheduledExecutorService allows the developers to capture and log any exceptions if the tasks are failed during execution. Change-Id: I549ba0f479b9e302f0e668482873b3032dfea147
Jian Li authored