1. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  2. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  3. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  4. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  5. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  6. f114126 DistibutedClusterStore: use notifyDelegate to prevent NPE by Jonathan Hart · 9 years ago
  7. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  8. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  9. 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
  10. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  11. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  12. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  13. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  14. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  15. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  16. 8dc1a69 Added bootstrap code to auto-generate cluster.json, tablets.json and hazelcast.xml using local site address. by Thomas Vachuska · 9 years ago
  17. 4a4d18f Reduce log level of frequent benign exception by Jonathan Hart · 9 years ago
  18. 7d2fab2 ONOS-1326: Added support for observing when node liveness status was last updated. Useful for detecting/debugging stability issues. by Madan Jampani · 9 years ago
  19. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  20. ba47223 Bypass netty stack for messages that are sent to self by Madan Jampani · 9 years ago
  21. dd91b84 Refactored ClusterManager as proper fix for Karaf clean issue (Topic phi-fd-on) by Ayaka Koshibe · 9 years ago
  22. 30a57f8 Added creationTime to Versioned object. This enables supporting a electedTime in leadership, which in turn helps us track how stable leadership terms are. by Madan Jampani · 9 years ago
  23. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  24. dd6479f Revert "Turning on Phi accrual failure detector based ClusterService implementation" by Madan Jampani · 9 years ago
  25. 248e87b Turning on Phi accrual failure detector based ClusterService implementation by Madan Jampani · 9 years ago
  26. 26647a6 Workaround for ONOS-1198 by HIGUCHI Yuta · 9 years ago
  27. 137b5fc added a default empty contructor to keep the json serializer happy by Madan Jampani · 9 years ago
  28. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  29. 0cb0067 Added support for firing up multiple raft partitions + Workaround for an issue where db calls timeout when a raft cluster node is down. by Madan Jampani · 9 years ago
  30. a14047d Logging improvements. by Madan Jampani · 9 years ago
  31. bd6845d ClusterService implementation that relies on accrual failure detector for determining node up/down status. by Madan Jampani · 9 years ago
  32. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  33. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  34. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  35. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  36. 97cf7c4 Using ClusterCommunicationService instead of ITopic for notifying cluster members of leadership events. by Madan Jampani · 9 years ago
  37. 9b7a32d ClusterCommunicationManager: only serialize once for broadcast by Brian O'Connor · 9 years ago
  38. 8f06827 Fix potential race conditions in HazelcastLeadershipService by Yuta HIGUCHI · 9 years ago
  39. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  40. 82b9fec Add term information in HazelcastLeadershipService by Jonathan Hart · 9 years ago
  41. 0a0b9e4 Log more info when inter-Node messaging fails. by Yuta HIGUCHI · 9 years ago
  42. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago
  43. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  44. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  45. ab98466 adding license to ALL files by alshabib · 9 years ago
  46. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  47. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  48. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  49. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago