1. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  2. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  3. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  4. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  5. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  6. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  7. 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
  8. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  9. 26647a6 Workaround for ONOS-1198 by HIGUCHI Yuta · 9 years ago
  10. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  11. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  12. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  13. 97cf7c4 Using ClusterCommunicationService instead of ITopic for notifying cluster members of leadership events. by Madan Jampani · 9 years ago
  14. 8f06827 Fix potential race conditions in HazelcastLeadershipService by Yuta HIGUCHI · 9 years ago
  15. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  16. 82b9fec Add term information in HazelcastLeadershipService by Jonathan Hart · 9 years ago
  17. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  18. 4400853 cleaning up some TODOs by Brian O'Connor · 10 years ago
  19. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 10 years ago
  20. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 10 years ago[Renamed from core/store/dist/src/main/java/org/onlab/onos/store/cluster/impl/HazelcastLeadershipService.java]
  21. bcb454c Updated the HazelcastLeadershipService implemenation: by Pavlin Radoslavov · 10 years ago
  22. 187dff6 Add missing implementation of HazelcastLeadershipService.getLeaderBoard() by Pavlin Radoslavov · 10 years ago
  23. 8d21c79 LeadershipService API change: Using NodeId in place of ControllerNode. by Madan Jampani · 10 years ago
  24. 2e57b3b Removed leftover "SDN-IP" from the log messages. by Pavlin Radoslavov · 10 years ago
  25. 949c284 Added a trivial implementation of the LeadershipService. by Jonathan Hart · 10 years ago[Renamed (92%) from apps/sdnip/src/main/java/org/onlab/onos/sdnip/SdnIpLeadershipService.java]
  26. c2bf3d8 IntentManager: use IntentStore batch APIs by Yuta HIGUCHI · 10 years ago
  27. c91eebe Added Hazelcast-based Leadership implementation that is needed/used by SDN-IP. by Pavlin Radoslavov · 10 years ago