1. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  2. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  3. 5756c35 Trivial logging change by Madan Jampani · 9 years ago
  4. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  5. 59f0229 Remove all the mastership roles when a Node leaves the cluster by HIGUCHI Yuta · 9 years ago
  6. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  7. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  8. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/dist/src/main/java/org/onlab/onos/store/mastership/impl/DistributedMastershipStore.java]
  9. d36a58e Hazelcast based Stores: configure async backup on it's own by Yuta HIGUCHI · 9 years ago
  10. d1a63e9 Hz: remove listeners on deactivate by Yuta HIGUCHI · 9 years ago
  11. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  12. b0daa15 DistributedMastershipStore: remove dead code + cosmetics by Yuta HIGUCHI · 9 years ago
  13. 0c6e184 Trigger MastershipEvent on no more master case by Yuta HIGUCHI · 9 years ago
  14. 15f4d60 small fix to Mastership event EntryListener for inverted condition check by Ayaka Koshibe · 10 years ago
  15. 780b138 minor bug fix by Yuta HIGUCHI · 10 years ago
  16. 98bd12f modificiations to emit BACKUP_CHANGED Mastership events by Ayaka Koshibe · 10 years ago
  17. dfe6e3b allow null Master in MastershipTerm by Yuta HIGUCHI · 10 years ago
  18. b5b71b3 DistributedMastershipStore by Yuta HIGUCHI · 10 years ago
  19. f1d159a remove term lock by Yuta HIGUCHI · 10 years ago
  20. eb5a0b9 minor Device - Mastership fixes by Yuta HIGUCHI · 10 years ago
  21. e60d452 avoid transient changes to MastershipStore from being posted as events by Ayaka Koshibe · 10 years ago
  22. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  23. 41f2ec0 moved Hazelcast based Mastership+Cluster store to onos-code-dist bundle by Yuta HIGUCHI · 10 years ago[Renamed (98%) from core/store/hz/cluster/src/main/java/org/onlab/onos/store/mastership/impl/DistributedMastershipStore.java]
  24. 3195f55 Fix Hazelcast event suppression. by Yuta HIGUCHI · 10 years ago
  25. 9def047 DistributedFlowRuleStore: remote batch support by Yuta HIGUCHI · 10 years ago
  26. a7384a8 fixes related to getRole() assumptions by Ayaka Koshibe · 10 years ago
  27. fc981cf MastershipEvent carries RoleInfo as a subject by Ayaka Koshibe · 10 years ago
  28. abedb09 MasteshipService, store, and CLI commands use RoleInfo by Ayaka Koshibe · 10 years ago
  29. 67af1f4 add roleInfo structure and backup_changed mastership event by Ayaka Koshibe · 10 years ago
  30. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  31. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  32. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 10 years ago
  33. f9b02fc refactored MastershipStore to not use ILock by Ayaka Koshibe · 10 years ago
  34. 45503ce list mastership roles CLI command by Ayaka Koshibe · 10 years ago
  35. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago[Renamed (96%) from core/store/hz/cluster/src/main/java/org/onlab/onos/store/cluster/impl/DistributedMastershipStore.java]
  36. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  37. 25fd23a handle devices agreed to be inactive during master re-election by Ayaka Koshibe · 10 years ago
  38. 5c0f237 notification for mastership changes by Ayaka Koshibe · 10 years ago
  39. 8583ff3 tests for DistributedMastershipStore by Ayaka Koshibe · 10 years ago
  40. 78d16a4 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  41. ad4c218 Slice out SerializationService from StoreService by Yuta HIGUCHI · 10 years ago
  42. 65efaef Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  43. fec9e19 hazelcast event related fixes by Yuta HIGUCHI · 10 years ago
  44. b5df76d split onos-core-hz into by Yuta HIGUCHI · 10 years ago[Renamed (96%) from core/store/hz/src/main/java/org/onlab/onos/store/cluster/impl/DistributedMastershipStore.java]
  45. 2e96389 moving around Madan's pieces by Yuta HIGUCHI · 10 years ago
  46. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago[Renamed from core/store/src/main/java/org/onlab/onos/store/cluster/impl/DistributedMastershipStore.java]
  47. 339a3d9 added onos-start-network and fake distributed stores and fixed mastership bugs/omissions by alshabib · 10 years ago
  48. b70d34b base for mastership term implementation by Ayaka Koshibe · 10 years ago
  49. c8e19d4 DistributedMastershipStore: pupulate cache on startup by Yuta HIGUCHI · 10 years ago
  50. 1fd5bb7 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  51. 406d010 MastershipManagerTest plus tweaks to MastershipStore by Ayaka Koshibe · 10 years ago
  52. 0755a36 Added notion of a general Store abstraction and wired it up in ClusterStore. by tom · 10 years ago
  53. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago