1. d1a63e9 Hz: remove listeners on deactivate by Yuta HIGUCHI · 9 years ago
  2. bcb454c Updated the HazelcastLeadershipService implemenation: by Pavlin Radoslavov · 9 years ago
  3. 187dff6 Add missing implementation of HazelcastLeadershipService.getLeaderBoard() by Pavlin Radoslavov · 9 years ago
  4. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 9 years ago
  5. 2e57b3b Removed leftover "SDN-IP" from the log messages. by Pavlin Radoslavov · 9 years ago
  6. 949c284 Added a trivial implementation of the LeadershipService. by Jonathan Hart · 9 years ago
  7. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 9 years ago
  8. 47b2f55 lower log levels by Yuta HIGUCHI · 9 years ago
  9. d1a467f Make leadership election more robust to failures. by Madan Jampani · 9 years ago
  10. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  11. ddaffd0 1. Lock.lockAsync does not throw DatabaseException. by Madan Jampani · 9 years ago
  12. 1ee9178 LeadershipService: Support for a leaderBoard. by Madan Jampani · 9 years ago
  13. 1d3494e Initial cut at Leadership Manager by Madan Jampani · 9 years ago
  14. 4e729af ClusterMessagingService broadcast and broadcastIncludeSelf should use unicastUnchecked for sending point to point messages. by Madan Jampani · 9 years ago
  15. f5d263b Bugfixes for DistributedLockManager functionality by Madan Jampani · 9 years ago
  16. 60a190b Fix split-package issue in onos-dist by Yuta HIGUCHI · 10 years ago
  17. 76b54bf ClusterMessagingProtocolServer: start listening at correct timing by Yuta HIGUCHI · 10 years ago
  18. 39ae550 log related fixes by Yuta HIGUCHI · 10 years ago
  19. 1f8cd5f additional log by Yuta HIGUCHI · 10 years ago
  20. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  21. 6c6fb9c deactivate NettyMessagingService by Yuta HIGUCHI · 10 years ago
  22. af5ff79 Added new method IpAddress.valueOf(InetAddress inetAddress) by Pavlin Radoslavov · 10 years ago
  23. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  24. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  25. 444b519 Replaced the usage of IpPrefix with IpAddress in the context of by Pavlin Radoslavov · 10 years ago
  26. 41f2ec0 moved Hazelcast based Mastership+Cluster store to onos-code-dist bundle by Yuta HIGUCHI · 10 years ago
  27. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  28. 98c1760 Broadcast shouldn't give up before attempting to unicast to every memeber by Madan Jampani · 10 years ago
  29. 02eacfe ClusterMessageResponse to provide Future interface by Yuta HIGUCHI · 10 years ago
  30. 8710093 Added NettyMessagingService constructor that accepts both ip and port by Madan Jampani · 10 years ago
  31. e0ec329 Fixed imports by Madan Jampani · 10 years ago
  32. 5e83f33 Netty native transport (epoll) support by Madan Jampani · 10 years ago
  33. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  34. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  35. 8a89509 Added support for responding directly via a cluster message received from a peer by Madan Jampani · 10 years ago
  36. 4a9cb6d Added sendAndReceive API to ClusterCommunicationService by Madan Jampani · 10 years ago
  37. a58451f lowering log level at ClusterCommunicationManager by Yuta HIGUCHI · 10 years ago
  38. bfca040 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  39. 45503ce list mastership roles CLI command by Ayaka Koshibe · 10 years ago
  40. bbfc96a removed ClusterCommunicationAdminService and SerializationService by Yuta HIGUCHI · 10 years ago
  41. 9cff53b Throwing IOException to match Service definition by Yuta HIGUCHI · 10 years ago
  42. 6e50173 cosmetics by Yuta HIGUCHI · 10 years ago
  43. 5ec89f9 remove peermsg package by Yuta HIGUCHI · 10 years ago
  44. a10f388 Moved ClusterCommunicationService related to api bundle by Yuta HIGUCHI · 10 years ago
  45. 971addc Renamed store.serialize.{Serializer => StoreSerializer}1 by Yuta HIGUCHI · 10 years ago
  46. 053b7d7 remove debug trace logs by Yuta HIGUCHI · 10 years ago
  47. 68d9047 checkstyle fix by Yuta HIGUCHI · 10 years ago
  48. 3e0b651 ClusterCommunicationManager related serializer fixes. by Yuta HIGUCHI · 10 years ago
  49. 38bd145 Bunch of printf debugging code we probably want to remove later by Yuta HIGUCHI · 10 years ago
  50. 7a8d4aa ClusterCommunicationManager bugfixes by Yuta HIGUCHI · 10 years ago
  51. 3cc1907 Fix to make things serializable by Yuta HIGUCHI · 10 years ago
  52. 3215ebd core-dist OSGi related fixes by Yuta HIGUCHI · 10 years ago
  53. a5d0d78 Using ClusterService in ClusterCommunicationManager (NPE fix) by Madan Jampani · 10 years ago
  54. da1a6b0 Initialize NettyMessagingService explicitly as it is not a OSGi service yet by Madan Jampani · 10 years ago
  55. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  56. 53a285d use encode/decode instead of serialize/deserialize by Yuta HIGUCHI · 10 years ago
  57. 993d7aa renamed Serializer -> (onlab.netty-layer) PayloadSerializer by Yuta HIGUCHI · 10 years ago
  58. c057c63 Moving classes around, reflecting discussion with Madan. by Yuta HIGUCHI · 10 years ago
  59. 3f4c2b4 Add TODO memos by Yuta HIGUCHI · 10 years ago
  60. 8a85138 add hashCode, etc. to MessageSubject by Yuta HIGUCHI · 10 years ago
  61. 03fec1f minor Kryo related cleanup by Yuta HIGUCHI · 10 years ago
  62. a1d16b6 Corrected some javadocs. by tom · 10 years ago
  63. c99a8d3 Add TODO memo + cosmetics by Yuta HIGUCHI · 10 years ago
  64. 3b0dfd5 Javadoc improvements by Madan Jampani · 10 years ago
  65. c9ed9be Moved Netty messaging out of onos-core-dist to under onos-utils by Madan Jampani · 10 years ago
  66. 890bc35 Added Netty based messaging. Updated cluster management to use Netty based messaging by Madan Jampani · 10 years ago
  67. d76830b initial Device Anti-Entropy by Yuta HIGUCHI · 10 years ago
  68. eeb75a0 cosmetics by Yuta HIGUCHI · 10 years ago
  69. 533ec32 AntiEntropy sketch + required Serializer work by Yuta HIGUCHI · 10 years ago
  70. 28e1fa2 Starting to add membership management messages. by tom · 10 years ago
  71. d33e640 Integrated Kryo serializers with the communications manager and IO loop stuff. by tom · 10 years ago
  72. 43e836a Further simplified the store & connection manager relationship. by tom · 10 years ago
  73. 8158314 Further simplified the store & connection manager relationship. by tom · 10 years ago
  74. 1d416c5 Working on the cluster i/o by tom · 10 years ago
  75. 5a8779c Added ability to properly register/deregister new connections and have the node status properly reflected. by tom · 10 years ago
  76. 7309483 Initial check-in for new p2p cluster messaging; to be refactored. by tom · 10 years ago