alshabib
507ac376cb
getprevious should fetch the previous stats from the store
...
Change-Id: Ia954e128d2503e4e787d496385c456ff249fc139
2014-11-28 18:12:07 -05:00
Brian O'Connor
72a034c863
Initial implementation of distributed intent batch queue
...
Change-Id: I7ffed03651569ade1be1e8dca905bfaf369b7e03
2014-11-28 22:42:44 +00:00
Simon Hunt
38ab880c86
GUI -- Cleaned up topo CSS. Removed dasharray from animated optical link.
...
Change-Id: I85ccc08b07137ae380cf8ce3be7b7f9c249ccbbe
2014-11-28 13:49:08 -08:00
Simon Hunt
58c6d6eb77
GUI -- Clean up local test events.
...
Change-Id: I112ccb2db65a8190ff03c274717abf9735084e81
2014-11-28 13:36:56 -08:00
Thomas Vachuska
a68be8199f
Fixed a null pointer exception in SimpleMastershipStore; need to verify whether same exists in distributed one.
...
Change-Id: I89ad124114586eb69bb9de3702085e8587cb315c
2014-11-28 21:18:06 +00:00
Simon Hunt
27d322d683
GUI -- [ONOS-344] - Ability to disable Details Pane (press the 'D' key).
...
Change-Id: Icc3ba464f6619745e775978dd0e26874b84c9a7b
2014-11-28 10:45:43 -08:00
Yuta HIGUCHI
f0f2dfc1df
tablet-leader command to check current Raft leader
...
Change-Id: Id360db21988a50c3e2895c5194d59b0ba4cb49e4
2014-11-26 20:54:41 -08:00
Yuta HIGUCHI
1a22cc05ea
Foo: Do not dump DatabaseException backtrace
...
Change-Id: I43e538cfcedc0c9f6f51fd6d7ccb2509f6723f0f
2014-11-27 04:09:24 +00:00
Yuta HIGUCHI
673771e96a
gerrit.onosproject.org
...
Change-Id: I4be6b47a20b2c7fc823a39e9d8d369eca2f1d3e8
2014-11-27 04:08:59 +00:00
Yuta HIGUCHI
f1f2ac051d
Construct GraphDescription with online/active Device/Link only
...
Change-Id: I9312c0c8ae190bf0200bd040823b6f7a3e7a15e1
2014-11-27 04:08:49 +00:00
Yuta HIGUCHI
b6eb9144f2
DistributedFlowRuleStore: handle no master present case
...
Change-Id: I56f4bce549aecc689d7a4798485b025a87ecdeb9
2014-11-27 00:42:39 +00:00
Thomas Vachuska
26df2f2dd5
Added short-circuit to Dijkstra when there are no edges.
...
Change-Id: I7e647ffceeae9de1736c5f36159c33d882bdb9f2
2014-11-27 00:39:26 +00:00
Pavlin Radoslavov
deb8a1098d
Fix for bug ONOS-330:
...
Add missing "null" checks for IntentService.getIntentState()
Change-Id: Idd574227636f6cdd3a0dbae4c753ada6157e04e1
2014-11-26 13:32:57 -08:00
alshabib
486349db98
random demo intent installer
...
Change-Id: I1ac2f5a6b7efbc7c940c6d7c371af4f5befcd676
using a timer to pace ourselves
Change-Id: Ia58698f950bbbc958ad002ed56dfe54b90f317ab
all good blasts intents
Change-Id: Ia85df5ad211c01d22d4088403d789b3d6a2292f7
clean up
Change-Id: I1a6dde05f57d0e4866d3255fc28836dfa7e7c190
2014-11-26 21:31:58 +00:00
Brian O'Connor
5af8a94217
removing leading space in root pom.xml
...
Change-Id: Ib8559ed62837f68fb1bb7444ab0f7c31ffbc420a
2014-11-26 12:17:40 -08:00
Pavlin Radoslavov
caf6337c46
Updated some of the SDN-IP log messages inside the IntentSynchronizer.
...
Also, fixed a typo in file TestIntentServiceHelper.java
Change-Id: I0c0f7ad0f5e02f80465fb643184e20924fd49153
2014-11-26 11:59:11 -08:00
Thomas Vachuska
6b7920ddaf
Measuring topology performance. Fixing a defect that caused us to run w/o accumulator when config file was not present.
...
Change-Id: I5ad538b8a441cd6ff2aefea49a0def10b8e0f4d5
2014-11-26 09:02:50 +00:00
Madan Jampani
4bb70c60ce
Fix for copycat log max size setting. Turns out ^ is the bitwise exlusive or :)
...
Change-Id: I5a8e5e367d9fddc7441814aed91008608583aab4
2014-11-25 23:47:36 -08:00
Yuta HIGUCHI
80d5659844
GossipStores: remove potentially blocking method out of netty thread
...
Change-Id: I2da9ba745c3a63bf9709fb77c1f260ea8f4529a8
2014-11-25 20:44:10 -08:00
Yuta HIGUCHI
f845cc3740
Give a name to each ThreadPool
...
Change-Id: Iec2b044fca542672608fd67ff43680f0d34b9da2
2014-11-25 20:44:10 -08:00
Yuta HIGUCHI
ae1d210a8f
Add Collections.emptySet()
...
Change-Id: I51e845ed69f688a859089a221643fd6d04ac7afa
2014-11-25 20:44:09 -08:00
Yuta HIGUCHI
0136562edc
DatabaseManager: move retry timeout out from finally clause
...
Change-Id: If4760bdaa8ac64d5db80c7b6700d75a89099f179
2014-11-25 20:44:09 -08:00
Yuta HIGUCHI
683e97874d
Attempt to keep record of uncaught Exception
...
Change-Id: I0da6aae52c758dd14ccd47c8865827e814f05a58
2014-11-25 20:44:09 -08:00
Thomas Vachuska
e4b6bb2515
Intents are now removed after being withdrawn.
...
Change-Id: I7574fe94add00abf58c71c6122bb3dc5aafa0f79
2014-11-26 04:31:14 +00:00
Pavlin Radoslavov
c91eebe810
Added Hazelcast-based Leadership implementation that is needed/used by SDN-IP.
...
This is a drop-in replacement until the generic ONOS Leadership service
is robust enough.
Change-Id: I72a84331dd948f98707eb59844dab425aa9d5c08
2014-11-25 19:39:26 -08:00
Jonathan Hart
3a3f7430cb
Updated sdnip GUI config and added SDNIP proxmox cell
...
Change-Id: Ie02b9b2a40e19d4286f9ea0c03ca0afcd0b29036
2014-11-26 03:33:50 +00:00
Simon Hunt
06811b7efe
GUI -- [ONOS-318] - Detail pane moves into space vacated by summary pane; makes room for incoming summary...
...
Change-Id: I1dd9af05bdb18cb8cf2c51b1dca3b2cfd09d9e37
2014-11-26 03:21:34 +00:00
Pavlin Radoslavov
119fd5c5a5
Javadoc fixes.
...
Change-Id: Ic2cef19a6f1af9916c8615c9319cc122d9da5383
2014-11-26 03:17:20 +00:00
Pavlin Radoslavov
20be3e6bdc
Don't withdraw the intents during SDN-IP shutdown, because this creates
...
flux in the dataplane during switchover to another SDN-IP instance being
the new SDN-IP leader.
Change-Id: I93e271770001678c3438637d5a804d934cd83848
2014-11-25 18:52:08 -08:00
Simon Hunt
6931d593b5
GUI -- Experimental Transform.
...
Change-Id: Iebf31a32707f2736b22102b6d4620db3489fe252
2014-11-25 17:43:07 -08:00
Sho SHIMIZU
f57a73916e
Remove final modifier from static methods
...
Change-Id: I93dd84874f46114011840ef840315a0d27c221ac
2014-11-26 00:44:38 +00:00
Thomas Vachuska
5bde31ffec
Fixing various issues and re-tuning.
...
Change-Id: I8822fcf77cfa507788241c5bda98ef4741b284b4
2014-11-26 00:25:14 +00:00
Sho SHIMIZU
2389523dda
Remove code duplication
...
Change-Id: I428677343fe71aded4156e5fc9b84a9d994a6bae
2014-11-26 00:12:23 +00:00
Yuta HIGUCHI
f6171233a9
register DefaultGroupId to Kryo
...
Change-Id: I650482164acf4b97f1bcd1a1633806a3b526a14d
2014-11-26 00:01:33 +00:00
Jonathan Hart
1f8e0d760c
Add a case to handle 1.3 set-field actions when parsing flow entries.
...
The handling is not actually implemented, I just want to suppress the log
message for now. I have a task on Jira to actually implement this: ONOS-333
Change-Id: I9b230e7c602a61f3c2a0c35ae04ae06e305cd439
2014-11-25 23:57:50 +00:00
Sho SHIMIZU
7453b48cee
Remove logger due to data class
...
Change-Id: Id08acbb63008a1f80a9c7532b5c3fd08a43655b5
2014-11-25 23:57:32 +00:00
Ray Milkey
37f6a381e1
Unit test refactoring
...
- removed tests no longer useful now that all Intent objects are unique
- fixed intent object equality tests
- enabled several immutable base class tests
- renamed several Test....java classes to ...Test.Java to
match project best practices
Change-Id: Ic829d6d39556d2f63323f5e82f3807dba86c62ec
2014-11-25 23:19:34 +00:00
Yuta HIGUCHI
0658627cc1
Run Anti-Entropy in background
...
Change-Id: I233185d15f52359899427e214339be44cb62971c
2014-11-25 14:27:27 -08:00
Yuta HIGUCHI
b6cfac39b4
GossipStores: iterate using forEach
...
Change-Id: I1c230932ab1c9112692708a4d5c869eac3c50db8
2014-11-25 22:07:13 +00:00
Sho SHIMIZU
75a5bd9007
Change return type of groupId() in FlowRule not to misusing underlying type
...
Change-Id: Ide90973380f79046650bc372b9ecee00cb290f6a
2014-11-25 21:53:26 +00:00
Sho SHIMIZU
e3cc0b9f45
Enhance StatisticService to allow filtering by Application ID and Group ID
...
Resolve ONOS-205
Change-Id: Ie9318a5ade943bd8e47fb92ee856b7ebead5022e
2014-11-25 21:53:26 +00:00
Ray Milkey
e97ede9548
ONOS-239 Retrigger compilation when new resources are available
...
When an intent is withdrawn and frees up resources, trigger
recompilation of any failed intents to allow the ones waiting
for resources to be installed.
Change-Id: Ic15678378ce41516a7eab890b4b4898aeb901f78
2014-11-25 21:52:58 +00:00
Yuta HIGUCHI
2f1583342c
DistributedFlowRuleStore: register FlowRuleEvent
...
Change-Id: I1f904a283c8e619a6ec9094d62ddfba44a41c119
2014-11-25 13:32:06 -08:00
Yuta HIGUCHI
4423acc4aa
GossipHostStore: prep for making initial size configurable
...
Change-Id: I256f46ff9772015dac2f02678c5396ee2b566741
2014-11-25 12:34:44 -08:00
Yuta HIGUCHI
d88400b288
DatabaseManager: extended election Timeout 2s -> 5s
...
Change-Id: I192113f634cd27c21b7d987b784bc81b1c6bde44
2014-11-25 12:14:39 -08:00
Simon Hunt
e5ab13826c
GUI -- Dropped the '2' in filenames.
...
- renamed 'libs' dir to 'tp' (third-party), so we can use 'lib' for our own libraries.
Change-Id: I2d9e1c6c20cf2dc45451e1fa01aad5f658666111
2014-11-25 10:29:00 -08:00
Jonathan Hart
58682ddc5e
Lower log level of frequently-executed flow stats code
...
Change-Id: I2901a8ede86531677d506c54f7ee2878ef62bb49
2014-11-25 18:01:21 +00:00
Simon Hunt
8751434889
GUI -- [ONOS-267] -- Mouse gestures added to quick help.
...
- added ability for view to define 'gestures' to be added to quick help.
- improved the layout of quick help by computing the widest 'key' and using that to space descriptions column.
Change-Id: I5a5a38d3218857ba9bca33c8fc79be38f17f7316
2014-11-25 17:14:46 +00:00
Yuta HIGUCHI
e83cce7dc4
BalanceMastersCommand: Fix type mismatch
...
Change-Id: If6bbe8d16d70b937250e243e7ac8617b0e971543
2014-11-24 23:06:40 -08:00
Yuta HIGUCHI
e367fb9718
Add probes to DistributedIntentStore
...
Change-Id: I23a5823d3924392dc17166404a17fc1918c01453
2014-11-25 06:56:15 +00:00