1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. 45ce008 Increase leadership election timeout to 2500ms by You Wang · 6 years ago
  3. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  4. e74e629 Ensure mastership elections are cached in flow rule store by Jordan Halterman · 6 years ago
  5. 4a082ec Use standard deviation in Phi calculation to account for GC pauses and network delays by Jordan Halterman · 6 years ago
  6. 46c5eaa Make caching optional for LeaderElector primitive. by Jordan Halterman · 6 years ago
  7. e706253 Implement minimum heartbeat interval in failure detectors by Jordan Halterman · 6 years ago
  8. 1315d3e [ONOS-7381] Reset phi accrual failure detectors when nodes are re-activated by Jordan Halterman · 6 years ago
  9. 19486e3 [ONOS-7068] Upgrade to Atomix 2.0.4 by Jordan Halterman · 7 years ago
  10. 1f2e804 [ONOS-7100] Make leader election timeouts configurable by Jordan Halterman · 7 years ago
  11. 0c47d53 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  12. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  13. 2c83a10 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  14. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  15. eabae96 Prevent duplicate events on null versions in DistributedClusterStore by Jordan Halterman · 7 years ago
  16. f70bf46 [ONOS-6756] Replicate node version information for ISSU by Jordan Halterman · 7 years ago
  17. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  18. 6690f59 Fix for ONOS-6149-Not able to configure heartbeatInterval and by Deepa Vaddireddy · 7 years ago
  19. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  20. 1ca7e9f Fixing cyclic component dependency issue. by Thomas Vachuska · 8 years ago
  21. 9f0af2d Add ComponentConfigService for @Modified by sangyun-han · 8 years ago
  22. 7a8bfc6 [ONOS-4460] Relinquish device role when partitioned away from cluster by Jon Hall · 8 years ago
  23. 66870baa Lower log level for warning message seen when starting larger clusters by Jon Hall · 8 years ago
  24. 78be249 Code clean up: Removed unused code. Fixed comments. Renamed some files. by Madan Jampani · 8 years ago
  25. 630e7ac Migrating to latest Atomix by Madan Jampani · 8 years ago
  26. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  27. 1f13d64 Fix NPE caused by pushing events about nodes no longer in the cluster by Jon Hall · 8 years ago
  28. e337506 Fixes for ONOS-4192 by Madan Jampani · 8 years ago
  29. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  30. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  31. 1ffa46b Using AsyncLeaderElector primitive for Leadership by Madan Jampani · 8 years ago
  32. f98df54 [Goldeneye][ONOS-4038] Support configurable heartbeat on DistributedClusterStore by sangyun-han · 8 years ago
  33. fba7f3d ONOS-4137 Adding a "ready" check-mark glyph to the node instances. by Thomas Vachuska · 8 years ago
  34. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  35. 64d3721 Remove retry logic from NewDistributedLeadershipStore by Madan Jampani · 8 years ago
  36. f1d87ca Use ConsistentMap (and not the local cache) when querying leader for a topic by Madan Jampani · 8 years ago
  37. 0c0cdc6 AsyncLeaderElector APIs in support for mastership balancing by Madan Jampani · 8 years ago
  38. 72282af Fixes some issues that were preventing intent tests from running by Madan Jampani · 8 years ago
  39. 7e55c66 StorageManager with associated new primitive builders by Madan Jampani · 8 years ago
  40. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  41. ad3c526 Using provider pattern for cluster metadata. by Madan Jampani · 8 years ago
  42. 8474fdd Fix how default partitions are created by Madan Jampani · 8 years ago
  43. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  44. d36def0 MessagingService API enchancements by Madan Jampani · 8 years ago
  45. 1979f55 Bug fixes for ONOS-3509 by HIGUCHI Yuta · 8 years ago
  46. 03c1fa9 ONOS-3326 allow more control over heuristics to select an IP address used for clustering by David K. Bainbridge · 9 years ago
  47. 34cc102 ONOS-3325 - enable configuration of local IP via environment variables by David K. Bainbridge · 9 years ago
  48. ec1df02 In preparation for dynamic clustering support: by Madan Jampani · 9 years ago
  49. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  50. 052a6c5 Fix establishing local identity with wrong IP address. by Jonathan Hart · 9 years ago
  51. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  52. ba082b8 Removing hazelcat dependency throughout. by Thomas Vachuska · 9 years ago
  53. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  54. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  55. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  56. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  57. f114126 DistibutedClusterStore: use notifyDelegate to prevent NPE by Jonathan Hart · 9 years ago
  58. fd45d5e Use similar return types for LeadershipService.getCandidates() and LeadershipService.getCandidates(topic) by Madan Jampani · 9 years ago
  59. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  60. 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
  61. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  62. fd26a30 Create local storage for topic candidates mapping. This also includes: by Ayaka Koshibe · 9 years ago
  63. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  64. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  65. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  66. 8dc1a69 Added bootstrap code to auto-generate cluster.json, tablets.json and hazelcast.xml using local site address. by Thomas Vachuska · 9 years ago
  67. 4a4d18f Reduce log level of frequent benign exception by Jonathan Hart · 9 years ago
  68. 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
  69. dd91b84 Refactored ClusterManager as proper fix for Karaf clean issue (Topic phi-fd-on) by Ayaka Koshibe · 9 years ago
  70. 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
  71. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  72. dd6479f Revert "Turning on Phi accrual failure detector based ClusterService implementation" by Madan Jampani · 9 years ago
  73. 248e87b Turning on Phi accrual failure detector based ClusterService implementation by Madan Jampani · 9 years ago
  74. 26647a6 Workaround for ONOS-1198 by HIGUCHI Yuta · 9 years ago
  75. 137b5fc added a default empty contructor to keep the json serializer happy by Madan Jampani · 9 years ago
  76. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  77. 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
  78. a14047d Logging improvements. by Madan Jampani · 9 years ago
  79. bd6845d ClusterService implementation that relies on accrual failure detector for determining node up/down status. by Madan Jampani · 9 years ago
  80. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  81. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  82. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  83. 97cf7c4 Using ClusterCommunicationService instead of ITopic for notifying cluster members of leadership events. by Madan Jampani · 9 years ago
  84. 8f06827 Fix potential race conditions in HazelcastLeadershipService by Yuta HIGUCHI · 9 years ago
  85. 5ec32ba Finished implementation of GossipIntentStore based on new API and semantics. by Jonathan Hart · 9 years ago
  86. 82b9fec Add term information in HazelcastLeadershipService by Jonathan Hart · 9 years ago
  87. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago
  88. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  89. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  90. ab98466 adding license to ALL files by alshabib · 9 years ago
  91. 6593489 Scrubbing store related TODO/FIXMEs by Yuta HIGUCHI · 9 years ago
  92. 4400853 cleaning up some TODOs by Brian O'Connor · 9 years ago
  93. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 10 years ago
  94. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 10 years ago