1. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  2. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  3. 0a2bd45 Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  4. f2e09cb Adding ability to handle orphaned devices when balancing mastership. by Thomas Vachuska · 6 years ago
  5. 0676c97 Use default value for automatically rebalancing masters on upgrade by Jordan Halterman · 7 years ago
  6. 61aeb35 Add upgrade event listener to UpgradeService on initialization of MastershipManager by Jordan Halterman · 7 years ago
  7. 713830d [ONOS-7098] Rebalance masters on upgrade completion event by Jordan Halterman · 7 years ago
  8. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  9. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  10. f2b9d03 MastershipManager: make "useRegionForBalanceRoles" a property by Victor Silva · 8 years ago
  11. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  12. 6ebb36e fix mastership by Michele Santuari · 8 years ago
  13. dce0815 [Goldeneye] ONOS-4017: Mastership service considers Region information when determining mastership. by Claudine Chiu · 8 years ago
  14. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  15. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  16. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  17. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  18. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  19. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  20. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  21. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  22. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  23. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  24. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  25. 59f0229 Remove all the mastership roles when a Node leaves the cluster by HIGUCHI Yuta · 9 years ago
  26. 4785eec removing some TODOs by alshabib · 9 years ago
  27. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  28. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/net/src/main/java/org/onlab/onos/cluster/impl/MastershipManager.java]
  29. 12dfdc3 Added web-socket fail-over and fixed a defect in mastership balancing. by Thomas Vachuska · 9 years ago
  30. 1e68bdd Added ability to force mastership re-balancing between instances from the GUI. by Thomas Vachuska · 9 years ago
  31. a22f69f Slice out MetricsHelper/Util by Yuta HIGUCHI · 9 years ago
  32. 6a46283 metrics command to dump all the Metric in the system. by Yuta HIGUCHI · 9 years ago
  33. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  34. 9e11ac0 MastershipManager: lower log level by Yuta HIGUCHI · 9 years ago
  35. eb5a0b9 minor Device - Mastership fixes by Yuta HIGUCHI · 10 years ago
  36. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  37. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  38. a7384a8 fixes related to getRole() assumptions by Ayaka Koshibe · 10 years ago
  39. abedb09 MasteshipService, store, and CLI commands use RoleInfo by Ayaka Koshibe · 10 years ago
  40. 67af1f4 add roleInfo structure and backup_changed mastership event by Ayaka Koshibe · 10 years ago
  41. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  42. 45503ce list mastership roles CLI command by Ayaka Koshibe · 10 years ago
  43. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  44. ea5b4ce fixes in mastership reelection for single-node failure by Ayaka Koshibe · 10 years ago
  45. 1c292d7 minor role relinquishment fix by Ayaka Koshibe · 10 years ago
  46. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  47. 971a38a relinquishes mastership when device disconnects by Ayaka Koshibe · 10 years ago
  48. 65efaef Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  49. d9f693e Relinquish mastership, tests, and few modifications to trivial MastershipStore by Ayaka Koshibe · 10 years ago
  50. 339a3d9 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions by alshabib · 10 years ago
  51. 3de43ca mastership manager listens to cluster events by Ayaka Koshibe · 10 years ago
  52. b70d34b base for mastership term implementation by Ayaka Koshibe · 10 years ago
  53. 406d010 MastershipManagerTest plus tweaks to MastershipStore by Ayaka Koshibe · 10 years ago
  54. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago
  55. 4a5d171 Fixed MastershipManager to autostart and to have proper dependency on the ClusterService not ClusterManager. by tom · 10 years ago
  56. a7f044e DeviceManager queries MastershipService by Ayaka Koshibe · 10 years ago
  57. 3eed2b0 Added providerService for mastership by Ayaka Koshibe · 10 years ago
  58. 1660969 began implementing MastershipManager by Ayaka Koshibe · 10 years ago