Madan Jampani
|
fef9b3aa3c
|
Kryo serializers for internal gossip store events
|
2014-10-07 18:38:17 -07:00 |
|
Yuta HIGUCHI
|
33faeaf6f9
|
Fixing DeviceManagerTest
Change-Id: I9431f40e0cb733f59041790af1ee54d1813f117d
|
2014-10-07 18:20:04 -07:00 |
|
Yuta HIGUCHI
|
68d90470a4
|
checkstyle fix
Change-Id: Ib6ac62007480df737cf1d3870565767539d91125
|
2014-10-07 17:56:22 -07:00 |
|
Yuta HIGUCHI
|
3e0b65151a
|
ClusterCommunicationManager related serializer fixes.
Change-Id: Id753612ab614b1ee04a64d887a2f7a64b6d9f89a
|
2014-10-07 17:49:27 -07:00 |
|
tom
|
260a778f1c
|
Merge remote-tracking branch 'origin/master'
|
2014-10-07 17:43:55 -07:00 |
|
tom
|
53efab57e0
|
Added Version and CoreService/Manager as an initial outline of a bootstrap coordinator.
|
2014-10-07 17:43:48 -07:00 |
|
Yuta HIGUCHI
|
38bd145db4
|
Bunch of printf debugging code we probably want to remove later
Change-Id: Ibc2244f71fd7e2b6d468df80b5e29a6fa01da515
|
2014-10-07 17:37:25 -07:00 |
|
Yuta HIGUCHI
|
7a8d4aa244
|
ClusterCommunicationManager bugfixes
Change-Id: I0cb433bf2197c7c745733657607d9e62bb23567d
|
2014-10-07 17:37:11 -07:00 |
|
Yuta HIGUCHI
|
0f9a68a12f
|
Temporary hack to DistributedMastershipStore to return non-null instance
Change-Id: I08d03be4a0ab3df09218eb0380d970818ac125b6
|
2014-10-07 17:34:46 -07:00 |
|
Yuta HIGUCHI
|
3cc190759e
|
Fix to make things serializable
Change-Id: Id6ec282d72065241f8942c2b169311de5710a6b7
|
2014-10-07 17:33:23 -07:00 |
|
Yuta HIGUCHI
|
24b2e2ae8e
|
Fix Mastership timstamping issue
Change-Id: I80cfa71f844ddf7d64dbff0458db193734a3f737
|
2014-10-07 17:31:45 -07:00 |
|
alshabib
|
ce2a9586b4
|
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
|
2014-10-07 16:52:10 -07:00 |
|
alshabib
|
902d41b8cd
|
initial working impl of batch operations
Change-Id: Ie970543dec1104a394c7bcfa6eec24c0538278d6
|
2014-10-07 16:52:05 -07:00 |
|
Jonathan Hart
|
e279be893e
|
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
|
2014-10-07 14:43:19 -07:00 |
|
Jonathan Hart
|
d357689384
|
Disabled flaky HostMonitor tests again
|
2014-10-07 14:43:07 -07:00 |
|
Yuta HIGUCHI
|
3215ebd1e1
|
core-dist OSGi related fixes
Change-Id: I4f4690652604efb1a5f4000da71190c68d70d83a
|
2014-10-07 14:39:24 -07:00 |
|
Madan Jampani
|
a5d0d78861
|
Using ClusterService in ClusterCommunicationManager (NPE fix)
|
2014-10-07 14:36:00 -07:00 |
|
Madan Jampani
|
0177b0ef50
|
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
|
2014-10-07 14:16:25 -07:00 |
|
Madan Jampani
|
da1a6b06d2
|
Initialize NettyMessagingService explicitly as it is not a OSGi service yet
|
2014-10-07 14:16:15 -07:00 |
|
alshabib
|
8ca53901fe
|
added hashcode and equals to treatments
UnmodifiableCollection can be bad in a hashCode
Change-Id: I55700541dc7ab46b21e5e9e9cc19c70f0c7f7494
|
2014-10-07 13:11:17 -07:00 |
|
alshabib
|
58747a6a5a
|
fixing flow rule service timeout and notion of identity
Change-Id: I10d0fb8a797c642ef8af65b605f86559e3206976
|
2014-10-07 13:10:52 -07:00 |
|
Madan Jampani
|
53e44e623a
|
Simplified how message payloads get serialized/deserialized
|
2014-10-07 12:42:59 -07:00 |
|
tom
|
1dd08e4949
|
Enhanced flow list command to be more parsable and to use sorted devices list.
Fixed NPE.
|
2014-10-07 11:44:45 -07:00 |
|
tom
|
53945d53f7
|
Working on intent uninstall during recompilation.
|
2014-10-07 11:01:36 -07:00 |
|
Yuta HIGUCHI
|
672488d8cf
|
KryoSerializationService -> Serializer
- no longer a shared OSGi service.
Change-Id: Ie2b2320e92685cd515b30ffc472e3a02149a5bbd
|
2014-10-07 09:32:19 -07:00 |
|
Yuta HIGUCHI
|
53a285d5ee
|
use encode/decode instead of serialize/deserialize
Change-Id: I273bb86d32cb763e1eb8bbbe4efa7a8dab541c51
|
2014-10-07 09:32:19 -07:00 |
|
tom
|
6db1f0a83c
|
Added javadocs.
Renamed intent remove command.
|
2014-10-07 09:12:29 -07:00 |
|
tom
|
4e969043ff
|
Fixed some javadocs and added a listener to the FooComponent to show what intent events are perceptible externally.
|
2014-10-07 00:47:30 -07:00 |
|
tom
|
85258ee4a8
|
Reworked intent states to the new set of states.
Separate intent state from intent event type.
Implemented new state transitions in IntentManager.
Implemented ObjectiveTracker.
Re-route now works.
|
2014-10-07 00:10:02 -07:00 |
|
Yuta HIGUCHI
|
993d7aadd2
|
renamed Serializer -> (onlab.netty-layer) PayloadSerializer
- Added TODO memos to ClusterCommunicationService layer
Change-Id: I4c81a72d03cddd23637f9c6cbf102125ea448c01
|
2014-10-06 23:00:28 -07:00 |
|
Yuta HIGUCHI
|
a546afc37a
|
Try fixing Timer bug
Change-Id: I044c0f5c8eb9874b4508da216a827c86fdd8b436
|
2014-10-06 21:44:48 -07:00 |
|
Madan Jampani
|
af797185a5
|
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
|
2014-10-06 21:04:29 -07:00 |
|
Madan Jampani
|
2206e01e44
|
Added missing javadocs. Created a separate class for message subjects used by distribued device store
|
2014-10-06 21:04:20 -07:00 |
|
tom
|
a2ad1186a8
|
Merge remote-tracking branch 'origin/master'
|
2014-10-06 20:52:17 -07:00 |
|
tom
|
800709a294
|
Experimenting.
|
2014-10-06 20:52:14 -07:00 |
|
Madan Jampani
|
47c93731c4
|
Added support to device store for broadcasting device/port update events to peers
|
2014-10-06 20:46:08 -07:00 |
|
Jonathan Hart
|
e93687ee7e
|
Disabled randomly failing test
|
2014-10-06 19:14:30 -07:00 |
|
Yuta HIGUCHI
|
c057c63974
|
Moving classes around, reflecting discussion with Madan.
Change-Id: I83a08fc3f31003b6a521f3f7fe48c47b5c489bb1
|
2014-10-06 18:38:14 -07:00 |
|
tom
|
1456fe758f
|
Merge remote-tracking branch 'origin/master'
Conflicts:
apps/ifwd/src/main/java/org/onlab/onos/ifwd/IntentReactiveForwarding.java
|
2014-10-06 16:56:06 -07:00 |
|
Yuta HIGUCHI
|
3f4c2b4e91
|
Add TODO memos
Change-Id: I087b3c6ce3b9ad1fc5cab292a58af685f8b76609
|
2014-10-06 16:55:16 -07:00 |
|
Yuta HIGUCHI
|
8a85138a62
|
add hashCode, etc. to MessageSubject
Change-Id: I5c0185ea6bc8ab37fc5bade1c64cc30be6a79f9a
|
2014-10-06 14:56:46 -07:00 |
|
Yuta HIGUCHI
|
c35efaca47
|
DeviceStore update
- Add off-line/remove handling to Gossip~
- Backport lock scope to Simple~
Change-Id: I5b4c8e12738ef78920341fb8699c4b07bde8712a
|
2014-10-06 14:44:38 -07:00 |
|
Yuta HIGUCHI
|
d2266a70f7
|
added toString
Change-Id: I5ea98752b3f753eb398c83616afae11305d84e72
|
2014-10-06 14:44:38 -07:00 |
|
Jonathan Hart
|
b4758a9f58
|
Host monitor test
|
2014-10-06 14:23:52 -07:00 |
|
tom
|
7951b23a7c
|
Fixed NPE when removing flows.
|
2014-10-06 13:35:30 -07:00 |
|
tom
|
a0ed763c88
|
Merge remote-tracking branch 'origin/master'
|
2014-10-06 13:13:45 -07:00 |
|
Yuta HIGUCHI
|
9ee0d5b133
|
Fix unit test issue
Change-Id: Ie0809591652a22379e59cd5f80b7cddb3896459d
|
2014-10-06 10:50:45 -07:00 |
|
Yuta HIGUCHI
|
adcafb6e26
|
Add missing null check
Change-Id: I363765d3e033dbc5e2fa9fa86137ace5f869fa46
|
2014-10-06 10:50:45 -07:00 |
|
Yuta HIGUCHI
|
f9ce497c12
|
Fixed potentially thread unsafe initialization.
Change-Id: I047bcd9358a544723603a069faa234c00ba6b757
|
2014-10-06 10:50:44 -07:00 |
|
tom
|
9b4030df2a
|
Added a summary command.
|
2014-10-06 10:39:03 -07:00 |
|