Tagging 2.2.1
  1. 2ef1cf7 Support DNS storage discovery via cluster metadata by Jordan Halterman · 5 years ago
  2. f632826 Remove deprecated Node APIs by Ray Milkey · 5 years ago
  3. 9ee53ef Don't check features that aren't supplied by ONOS by Ray Milkey · 5 years ago
  4. 86fdd28 Backoff costly component state checks to once per minute once node is fully started by Jordan Halterman · 5 years ago
  5. af3461c Use separate thread for ComponentsMonitor component checks by Jordan Halterman · 5 years ago
  6. dfc4855 Update components monitor to check enabled component states by Jordan Halterman · 6 years ago
  7. f566fa2 Removing commented out @Property annotations from the core. by Thomas Vachuska · 6 years ago
  8. d17309c Merge branch 'master' into merge by Ray Milkey · 6 years ago
  9. 2d7bca1 Move type specifiers from property name constants to the corresponding component annotations by Ray Milkey · 6 years ago
  10. d04e227 Constants for core/net OSGI properties by Ray Milkey · 6 years ago
  11. 31e16f5 Secure LLDP-based Topology Detection by Samuel Jero · 6 years ago
  12. 584f54b Fix race condition between AtomixManager and metadata providers startup by Ray Milkey · 6 years ago
  13. 86ad7bb [WIP] apps CLI changes for karaf upgrade by Ray Milkey · 6 years ago
  14. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  15. e458f00 Support hostname resolution for cluster configuration by Jordan Halterman · 6 years ago
  16. 3bceb01 Remove deprecated getLeaderBoard() API from LeadershipService by Ray Milkey · 6 years ago
  17. 19c123a [ONOS-7757] Support onos-local and embedded cluster configurations by Jordan Halterman · 6 years ago
  18. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  19. d04e344 Implement service for mastership-based remote Java proxies by Jordan Halterman · 6 years ago
  20. b8cace7 Implement service for registering, managing, and operating on remote Java proxies over the cluster communication service by Jordan Halterman · 6 years ago
  21. 0a2bd45 Add atomic mastership/term/backups method to MastershipService by Jordan Halterman · 6 years ago
  22. 3065ba3 Validate that cluster configuration intersects with existing nodes when forming cluster by Jordan Halterman · 6 years ago
  23. 6a51cb9 Remove calls to deprecated Throwables.propagate() method by Ray Milkey · 6 years ago
  24. 5c7d488 SONAR suggestion - proper handling of InterruptedException by Ray Milkey · 6 years ago
  25. 961b19f SONAR suggestions - eliminate lossy arithmetic by Ray Milkey · 6 years ago
  26. 3717e60 SONAR suggestions - prevent truncation of arithmetic expressions by Ray Milkey · 6 years ago
  27. 8320088 Unit tests for Cluster Metadata Manager by Ray Milkey · 6 years ago
  28. 21a74da [ONOS-7213] Add serializer for cluster metadata Partitions. by Jordan Halterman · 6 years ago
  29. ba1bbaf [ONOS-7214] Delete partition data after cluster reconfiguration. by Jordan Halterman · 6 years ago
  30. e3708c7 ONOS-7219 - don't crash if there is no metadata file by Ray Milkey · 6 years ago
  31. f2e09cb Adding ability to handle orphaned devices when balancing mastership. by Thomas Vachuska · 7 years ago
  32. 0676c97 Use default value for automatically rebalancing masters on upgrade by Jordan Halterman · 7 years ago
  33. 07f052b [ONOS-7088] Distribute storage partitions evenly during upgrades by Jordan Halterman · 7 years ago
  34. 61aeb35 Add upgrade event listener to UpgradeService on initialization of MastershipManager by Jordan Halterman · 7 years ago
  35. c4e87da Membership Service fix on getMembers function by slowr · 7 years ago
  36. 9ada34a Catch exception when attempting to fetch metadata at startup by Jordan Halterman · 7 years ago
  37. 49add80 ONOS-6937 Cluster metadata file is not read even after correcting invalid data by dvaddire · 7 years ago
  38. 0c47d53 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  39. 28183ee Replace Unified* services with MembershipService for subgroup membership by Jordan Halterman · 7 years ago
  40. 713830d [ONOS-7098] Rebalance masters on upgrade completion event by Jordan Halterman · 7 years ago
  41. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  42. da26837 Catch, log, and retry on IOException for HTTP cluster metadata URLs by Jordan Halterman · 7 years ago
  43. 46c7690 Allow HTTP metadata URLs to return 404 until available by Jordan Halterman · 7 years ago
  44. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  45. f70bf46 [ONOS-6756] Replicate node version information for ISSU by Jordan Halterman · 7 years ago
  46. dbfff06 [WIP] Block ConfigFileBasedClusterMetadataProvider until valid configuration is found. by Jordan Halterman · 7 years ago
  47. 60e4000 modify the bug of https://jira.onosproject.org/browse/ONOS-6286 by zhiyong ke · 7 years ago
  48. 36cbc71 Fix problem with cluter not forming by Ray Milkey · 7 years ago
  49. a3fcf67 Fix Sonar issue: by Jon Hall · 7 years ago
  50. 617c284 Remove log message about default cluster metadata provider. by Jonathan Hart · 8 years ago
  51. f2b9d03 MastershipManager: make "useRegionForBalanceRoles" a property by Victor Silva · 8 years ago
  52. 7a174cf [ONOS-5184] Allow configuring cluster partition size by Thiago Santos · 8 years ago
  53. f13feb8 Recover from NPE that can sometimes be thrown by Felix by Ray Milkey · 8 years ago
  54. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  55. db2cf75 Fix for reading remote cluster metadata file by Jon Hall · 8 years ago
  56. 7c8e3b6 Fix formCluster to remove raft log files associated with stand-alone cluster configuration by Madan Jampani · 8 years ago
  57. 597282a Clean up references to the deprecated p0 storage partition by Madan Jampani · 8 years ago
  58. 4ad9df0 Cosmetic fixes for DefaultClusterMetadataProvider by HIGUCHI Yuta · 8 years ago
  59. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  60. 1ffa46b Using AsyncLeaderElector primitive for Leadership by Madan Jampani · 8 years ago
  61. 67023a2 Minor javadoc fixes. by HIGUCHI Yuta · 8 years ago
  62. 6ebb36e fix mastership by Michele Santuari · 8 years ago
  63. dce0815 [Goldeneye] ONOS-4017: Mastership service considers Region information when determining mastership. by Claudine Chiu · 8 years ago
  64. 7a8de84 Added ability to track whether or not node has all components running fully. by Thomas Vachuska · 8 years ago
  65. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  66. f172d40 Cluster scaling enchancements by Madan Jampani · 8 years ago
  67. 1807057 ClusterManager support for reacting to cluster metadata changes by Madan Jampani · 8 years ago
  68. 898fcca Support for watching changes to static cluster metadata file by Madan Jampani · 8 years ago
  69. 620f70d LeadershipStore updates: by Madan Jampani · 8 years ago
  70. ad3c526 Using provider pattern for cluster metadata. by Madan Jampani · 8 years ago
  71. 8474fdd Fix how default partitions are created by Madan Jampani · 8 years ago
  72. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  73. ec1df02 In preparation for dynamic clustering support: by Madan Jampani · 9 years ago
  74. b856b81 ONOS-1767 SM-ONOS implementation by Changhoon Yoon · 9 years ago
  75. 42e8cce Adding some base-classes to eliminate event and listener boiler-plate code throughout a number of subsystems. by Thomas Vachuska · 9 years ago
  76. 74bcd92 Added STC shutdown scenario. by Thomas Vachuska · 9 years ago
  77. c6e574f MastershipService.relinquishRole returns CompletableFuture + Block deviceDiconnected until role relinquish is complete by Madan Jampani · 9 years ago
  78. 541ef71 ONOS-1993 Implement API-level permission checking + security util code location replacement by Changhoon Yoon · 9 years ago
  79. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  80. de003d9 LeadershipService and MastershipService/Store APIs return CompletableFutures so that callers can (optionally) chain together dependent operations by Madan Jampani · 9 years ago
  81. ff66374 Renamed AbstractListenerRegistry to ListenerRegistry (since it is not abstract). by Simon Hunt · 9 years ago
  82. f7536ab ONOS-1883: Fix for lost flow rules on CLI directed mastership changes. by Madan Jampani · 9 years ago
  83. 1af8e13 Fix balance-masters functionality in the new LeadershipService based device mastership store by Madan Jampani · 9 years ago
  84. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  85. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  86. 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
  87. dd6479f Revert "Turning on Phi accrual failure detector based ClusterService implementation" by Madan Jampani · 9 years ago
  88. 248e87b Turning on Phi accrual failure detector based ClusterService implementation by Madan Jampani · 9 years ago
  89. 59f0229 Remove all the mastership roles when a Node leaves the cluster by HIGUCHI Yuta · 9 years ago
  90. 4785eec removing some TODOs by alshabib · 9 years ago
  91. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  92. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago