1. 08960a4 ONOS-2068 Refresh leaderboard from source every 2s by Madan Jampani · 9 years ago
  2. 8d37efc ONOS-2015: Randomly choose retry delay to avoid update contention by Madan Jampani · 9 years ago
  3. cd40e5b Refresh candidate board from source on each election round + Disbale east-west synchronization of candidate board by Madan Jampani · 9 years ago
  4. 3650fc4 Eliminate possible redundant update when rearranging candidate order in leadership manager by Madan Jampani · 9 years ago
  5. 7d243db ONOS-2026: Address polling issue in LeaderElection by Madan Jampani · 9 years ago
  6. 346d4f5 Add new methods to ConsistentMap API to improve usability. by Madan Jampani · 9 years ago
  7. eedfe54 Dropping log level to debug on some LeadershipManager messages by Madan Jampani · 9 years ago
  8. 3d1727c Leadership: Rerun purge step when conflicting updates are detected by Madan Jampani · 9 years ago
  9. ce8392b Lower log level to debug for errors that are expected during normal shutdown phase by Madan Jampani · 9 years ago
  10. cc58675 ONOS-1965: Evict inactive nodes from candidates map + Rely on cluster events to trigger stale lock purge by Madan Jampani · 9 years ago
  11. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  12. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  13. d46e18f Couple of fixes: by Madan Jampani · 9 years ago
  14. 9bd1f15 ONOS-1798: More appropriate method name + better pre-condition checks by Madan Jampani · 9 years ago
  15. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  16. 0d886fc Fixes/improvements: by Ayaka Koshibe · 9 years ago
  17. 4a3c239 some fixes to check for stale locks and active members by Ayaka Koshibe · 9 years ago
  18. 93451b4 Do not remove the topic from the CandidateMap even when the list of candidates by Ayaka Koshibe · 9 years ago
  19. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  20. 67cf7de Bug fix for candidates cache for issue of writing the wrong version. by Ayaka Koshibe · 9 years ago
  21. 941f860 ConsistentDeviceMastership on top of LeadershipService, and leaders CLI command by Ayaka Koshibe · 9 years ago
  22. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  23. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  24. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  25. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  26. f1b8e17 Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases by Madan Jampani · 9 years ago
  27. b59ac4e Reduce log level for frequent leadership event log by Jonathan Hart · 9 years ago
  28. e649c75 Remove from leader board immediately on leader election withdraw. by Jonathan Hart · 9 years ago
  29. 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
  30. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  31. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  32. a14047d Logging improvements. by Madan Jampani · 9 years ago
  33. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  34. d14166a Added a distributed leadership manager implementation on top of consistent map. by Madan Jampani · 9 years ago