1. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  2. 4732c1b ONOS-1981: Move partition manager rebalance activity off of the event loop thread by Madan Jampani · 9 years ago
  3. 36002e6 Made time limit for event processing configurable; cleaned-up duplicate code. by Thomas Vachuska · 9 years ago
  4. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  5. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  6. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  7. 6d01d3d Inline static factory methods in BandwidthResource by Sho SHIMIZU · 9 years ago
  8. 63feca7 Rename Bandwidth to BandwidthResource by Sho SHIMIZU · 9 years ago
  9. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  10. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  11. 94b7ff4 Rename Lambda in org.onosproject.net.resource to LambdaResource by Sho SHIMIZU · 9 years ago
  12. 86940d9 New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries. by Madan Jampani · 9 years ago
  13. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  14. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  15. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  16. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  17. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  18. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  19. 7061acd Unit tests for PartitionManager by Jonathan Hart · 9 years ago
  20. 0811bdd Disable some brittle tests that are causing problems with Jenkins by Ray Milkey · 9 years ago
  21. eeaea2c adding sender-side accumulator to ecmap by Brian O'Connor · 9 years ago
  22. 1736749 Adding assertAfter to intermittent DistributedMastershipStoreTest by Brian O'Connor · 9 years ago
  23. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  24. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  25. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  26. cc53abd Favor adapter classes over service interfaces in unit tests by Ray Milkey · 9 years ago
  27. b28e4ad Fix EventuallyConsistentMapImpl unit tests. by Madan Jampani · 9 years ago
  28. 04f4615 Disabling all tests in EventuallyConsistentMapImplTest temporarily. by Madan Jampani · 9 years ago
  29. 2872628 EventuallyConsistentMap: move broadcasting to a separate backgroup thread. by Madan Jampani · 9 years ago
  30. b473b9d Injecting topology through JSON ConfigProvider works for multi-instance (ONOS-490). by Marc De Leenheer · 9 years ago
  31. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago
  32. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  33. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago
  34. 151cad8 Use TestHazelcastFactory by Yuta HIGUCHI · 9 years ago
  35. f910823 Pulled internal event classes out of EventuallyConsistentMap class for clarity. by Jonathan Hart · 9 years ago
  36. 584d2f3 Unit tests for EventuallyConsistentMapImpl. by Jonathan Hart · 9 years ago
  37. 0ce220a ONOS-426 - make the unit of Bandwidth clear by Sho SHIMIZU · 9 years ago
  38. d0f13eb Patch job on transient test failure by Brian O'Connor · 9 years ago
  39. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  40. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  41. ab98466 adding license to ALL files by alshabib · 9 years ago
  42. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  43. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  44. 3cc4d9b HazelcastLinkResourceStore by Yuta HIGUCHI · 9 years ago
  45. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  46. 8ba3ac0 MapDBLogTest: use Temp file by Yuta HIGUCHI · 9 years ago
  47. 60a190b Fix split-package issue in onos-dist by Yuta HIGUCHI · 10 years ago
  48. 2ee2000 Simpler way to construct MapDBLog by Madan Jampani · 10 years ago
  49. 7d199b0 Cleaning up after mapdb unit test by Madan Jampani · 10 years ago
  50. 778f7ad MapDB backed Copycat log implementation by Madan Jampani · 10 years ago
  51. 34a01f2 LinkFragmentIdTest by Yuta HIGUCHI · 10 years ago
  52. 3e5d11a Add GossipLinkStoreTest by Yuta HIGUCHI · 10 years ago
  53. 98bd12f modificiations to emit BACKUP_CHANGED Mastership events by Ayaka Koshibe · 10 years ago
  54. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  55. b5b71b3 DistributedMastershipStore by Yuta HIGUCHI · 10 years ago
  56. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  57. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  58. 41f2ec0 moved Hazelcast based Mastership+Cluster store to onos-code-dist bundle by Yuta HIGUCHI · 10 years ago
  59. e8252bb removeDevice on non-master node to silently ignore the request by Yuta HIGUCHI · 10 years ago
  60. fc981cf MastershipEvent carries RoleInfo as a subject by Ayaka Koshibe · 10 years ago
  61. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  62. 4d18795 basic test for ReplicaInfoManager by Yuta HIGUCHI · 10 years ago
  63. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  64. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  65. 9bd86a0 Remove redundant imports from TimestampedTest by Toshio Koide · 10 years ago
  66. eecee55 moved Timestamped to appropriate package by Yuta HIGUCHI · 10 years ago
  67. bbfc96a removed ClusterCommunicationAdminService and SerializationService by Yuta HIGUCHI · 10 years ago
  68. fd26ffb Added a WallClockTimestamp and associated interface/implementation for generating it. This will be used by the initial implementation of distributed host store by Madan Jampani · 10 years ago
  69. 5ec89f9 remove peermsg package by Yuta HIGUCHI · 10 years ago
  70. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  71. 0ad9eff Moved ClusterCommunicationManagerTest to correct package by Yuta HIGUCHI · 10 years ago
  72. 8ce0873 Moved MastershipBasedTimestamp by Yuta HIGUCHI · 10 years ago
  73. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  74. 47c4088 Adding some tests for GossipDeviceStore + bugfix by Yuta HIGUCHI · 10 years ago
  75. 60e4abf FragmentId tests by Yuta HIGUCHI · 10 years ago
  76. fa891c9 Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles." by Yuta HIGUCHI · 10 years ago
  77. d40483d Revert "Refactored code in an attempt to break dependency cycles" by Yuta HIGUCHI · 10 years ago
  78. 195af6e Refactored code in an attempt to break dependency cycles by Madan Jampani · 10 years ago
  79. 58819b4 Refactoring to move code to right locations. Attempt at breaking dependency cycles. by Madan Jampani · 10 years ago
  80. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  81. 47c9373 Added support to device store for broadcasting device/port update events to peers by Madan Jampani · 10 years ago
  82. c057c63 Moving classes around, reflecting discussion with Madan. by Yuta HIGUCHI · 10 years ago
  83. 0d6a5e6 Fixed remove behavior for Device and Link Store by Yuta HIGUCHI · 10 years ago
  84. 273dcc8 renamed OnosTimestamp -> MastershipBasedTimestamp by Yuta HIGUCHI · 10 years ago
  85. 67a527f implemented GossipDeviceStore with multi-provider, annotation support by Yuta HIGUCHI · 10 years ago
  86. 3b0dfd5 Javadoc improvements by Madan Jampani · 10 years ago
  87. c9ed9be Moved Netty messaging out of onos-core-dist to under onos-utils by Madan Jampani · 10 years ago
  88. 890bc35 Added Netty based messaging. Updated cluster management to use Netty based messaging by Madan Jampani · 10 years ago
  89. 8e49379 Experimenting multi Provider support on SimpelDeviceStore. by Yuta HIGUCHI · 10 years ago
  90. e440a63 Adding unit tests for the comm manager. by tom · 10 years ago
  91. 5346a95 Adding unit tests for the comm manager. by tom · 10 years ago