1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. e76f0c8 Fix NPE in ClusterCommunicationManager exception handling by Jordan Halterman · 6 years ago
  3. 6a51cb9 Remove calls to deprecated Throwables.propagate() method by Ray Milkey · 6 years ago
  4. 28183ee Replace Unified* services with MembershipService for subgroup membership by Jordan Halterman · 7 years ago
  5. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  6. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  7. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  8. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  9. e241189 Fix for multiple metrics issues by Aaron Kruglikov · 8 years ago
  10. 1110b2c Setting up monitoring of cluster communcation service by Aaron Kruglikov · 8 years ago
  11. d36def0 MessagingService API enchancements by Madan Jampani · 8 years ago
  12. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  13. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  14. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  15. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  16. c26eede Added a messaging service implementation on top of IOLoop. Added ability to easily switch between netty and io loop (default is netty) by Madan Jampani · 9 years ago
  17. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  18. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  19. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  20. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  21. ba47223 Bypass netty stack for messages that are sent to self by Madan Jampani · 9 years ago
  22. a14047d Logging improvements. by Madan Jampani · 9 years ago
  23. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  24. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  25. 9b7a32d ClusterCommunicationManager: only serialize once for broadcast by Brian O'Connor · 9 years ago
  26. 0a0b9e4 Log more info when inter-Node messaging fails. by Yuta HIGUCHI · 9 years ago
  27. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  28. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  29. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/impl/ClusterCommunicationManager.java]
  30. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  31. 4e729af ClusterMessagingService broadcast and broadcastIncludeSelf should use unicastUnchecked for sending point to point messages. by Madan Jampani · 9 years ago
  32. f5d263b Bugfixes for DistributedLockManager functionality by Madan Jampani · 9 years ago
  33. 60a190b Fix split-package issue in onos-dist by Yuta HIGUCHI · 9 years ago
  34. 76b54bf ClusterMessagingProtocolServer: start listening at correct timing by Yuta HIGUCHI · 9 years ago
  35. 39ae550 log related fixes by Yuta HIGUCHI · 10 years ago
  36. 1f8cd5f additional log by Yuta HIGUCHI · 10 years ago
  37. 6c6fb9c deactivate NettyMessagingService by Yuta HIGUCHI · 10 years ago
  38. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  39. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  40. 98c1760 Broadcast shouldn't give up before attempting to unicast to every memeber by Madan Jampani · 10 years ago
  41. 02eacfe ClusterMessageResponse to provide Future interface by Yuta HIGUCHI · 10 years ago
  42. 8710093 Added NettyMessagingService constructor that accepts both ip and port by Madan Jampani · 10 years ago
  43. e0ec329 Fixed imports by Madan Jampani · 10 years ago
  44. 5e83f33 Netty native transport (epoll) support by Madan Jampani · 10 years ago
  45. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  46. 8a89509 Added support for responding directly via a cluster message received from a peer by Madan Jampani · 10 years ago
  47. 4a9cb6d Added sendAndReceive API to ClusterCommunicationService by Madan Jampani · 10 years ago
  48. a58451f lowering log level at ClusterCommunicationManager by Yuta HIGUCHI · 10 years ago
  49. bbfc96a removed ClusterCommunicationAdminService and SerializationService by Yuta HIGUCHI · 10 years ago
  50. 9cff53b Throwing IOException to match Service definition by Yuta HIGUCHI · 10 years ago
  51. 053b7d7 remove debug trace logs by Yuta HIGUCHI · 10 years ago
  52. 68d9047 checkstyle fix by Yuta HIGUCHI · 10 years ago
  53. 3e0b651 ClusterCommunicationManager related serializer fixes. by Yuta HIGUCHI · 10 years ago
  54. 38bd145 Bunch of printf debugging code we probably want to remove later by Yuta HIGUCHI · 10 years ago
  55. 7a8d4aa ClusterCommunicationManager bugfixes by Yuta HIGUCHI · 10 years ago
  56. a5d0d78 Using ClusterService in ClusterCommunicationManager (NPE fix) by Madan Jampani · 10 years ago
  57. da1a6b0 Initialize NettyMessagingService explicitly as it is not a OSGi service yet by Madan Jampani · 10 years ago
  58. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  59. 993d7aa renamed Serializer -> (onlab.netty-layer) PayloadSerializer by Yuta HIGUCHI · 10 years ago
  60. c057c63 Moving classes around, reflecting discussion with Madan. by Yuta HIGUCHI · 10 years ago
  61. 3f4c2b4 Add TODO memos by Yuta HIGUCHI · 10 years ago
  62. 3b0dfd5 Javadoc improvements by Madan Jampani · 10 years ago[Renamed (99%) from core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/impl/OnosClusterCommunicationManager.java]
  63. c9ed9be Moved Netty messaging out of onos-core-dist to under onos-utils by Madan Jampani · 10 years ago
  64. 890bc35 Added Netty based messaging. Updated cluster management to use Netty based messaging by Madan Jampani · 10 years ago