1. 0881581 Refactor multimap streams to avoid blocking iteration on initialization by Jordan Halterman · 6 years ago
  2. 4c05f5b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  3. a9bee37 Tagging 1.12.1-rc7 by ONOS Jenkins User · 6 years ago 1.12.1-rc7
  4. d73dc58 Ensure cached document tree listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  5. ceafdc0 Ensure cache map listeners are run after cache has been updated to prevent stale reads from the cache by Jordan Halterman · 6 years ago
  6. 837be00 Ensure multimap event listeners are executed after cache update to avoid stale reads from the cache. by Jordan Halterman · 6 years ago
  7. 4171a6f Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  8. c17c7ca Change DefaultRouteTable primitive to cached multimap. by Jordan Halterman · 6 years ago
  9. f52858b Implement event-based streaming iterator for ConsistentMultimap primitive by Jordan Halterman · 6 years ago
  10. 4616cb3 Upgrade to Atomix 2.0.22 by Jordan Halterman · 6 years ago
  11. de18048 Implement partitioned multimap by Jordan Halterman · 6 years ago
  12. 7b1a66b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  13. 6252ca3 Tagging 1.12.1-rc6 by ONOS Jenkins User · 6 years ago 1.12.1-rc6
  14. 27e3d61 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  15. f338236 Tagging 1.12.1-rc5 by ONOS Jenkins User · 6 years ago 1.12.1-rc5
  16. 7583e70 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  17. e84aa93 Tagging 1.12.1-rc4 by ONOS Jenkins User · 6 years ago 1.12.1-rc4
  18. a8a329c [ONOS-7586] ONOS leadership change does not occurs sometimes. by jaegonkim · 6 years ago
  19. 8a4de91 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  20. d26fbf5 Tagging 1.12.1-rc3 by ONOS Jenkins User · 6 years ago 1.12.1-rc3
  21. ff7c20c Make various Raft server/client/storage options configurable by Jordan Halterman · 6 years ago
  22. 38d2ff6 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 7 years ago
  23. 2800d97 Tagging 1.12.1-rc2 by ONOS Jenkins User · 7 years ago 1.12.1-rc2
  24. 90148cb Upgrade to Atomix 2.0.19 by Jordan Halterman · 7 years ago
  25. 9bf9c5d Implement multiton support for primitives accessed via primitive getters by Jordan Halterman · 7 years ago
  26. 1a92000 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 7 years ago
  27. ec860e8 Starting snapshot 1.12.0-SNAPSHOT by ONOS Jenkins User · 7 years ago
  28. 9734fce Tagging 1.12.1-rc1 by ONOS Jenkins User · 7 years ago 1.12.1-rc1
  29. b1ea62e Ensure client events are handled in the correct thread in consistent primitive tests. by Jordan Halterman · 7 years ago
  30. bd54744 Upgrade to Atomix 2.0.18 by Jordan Halterman · 7 years ago
  31. bd3aa92 Upgrade to Atomix 2.0.16 by Jordan Halterman · 7 years ago
  32. a97819c Make caching optional for LeaderElector primitive. by Jordan Halterman · 7 years ago
  33. 4204cd4 Upgrade to Atomix 2.0.15 by Jordan Halterman · 7 years ago
  34. a7a8a41 Add client-side timer for blocking on DistributedLock#tryLock(Duration) while partition is unavailable by Jordan Halterman · 7 years ago
  35. c2e2ae6 Add distributed lock primitive by Jordan Halterman · 7 years ago
  36. 0315509 Various small fixes by Yuta HIGUCHI · 7 years ago
  37. 2172f23 Upgrade to Atomix 2.0.14 by Jordan Halterman · 7 years ago
  38. 5ba89517 Upgrade to Atomix 2.0.13 by Jordan Halterman · 7 years ago
  39. ce44f78 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 7 years ago
  40. da4da76 Tagging 1.12.1-b1 by ONOS Jenkins User · 7 years ago 1.12.1-b1
  41. b62be50 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 7 years ago
  42. 32b7f0a Tagging 1.12.0 by Ray Milkey · 7 years ago 1.12.0
  43. 3648094 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 7 years ago
  44. b4e0612 Upgrade to Atomix 2.0.12 by Jordan Halterman · 7 years ago
  45. 1980d50 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  46. 9a775f9 Tagging 1.12.0-rc3 by Ray Milkey · 7 years ago 1.12.0-rc3
  47. 7476d64 Upgrade to Atomix 2.0.10 by Jordan Halterman · 7 years ago
  48. 5828743 Temporarily disable making leadership elections fair by Ray Milkey · 7 years ago
  49. eb6813b Upgrade to Atomix 2.0.9 by Jordan Halterman · 7 years ago
  50. a7b346a Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  51. 15d2018 Tagging 1.12.0-rc2 by Ray Milkey · 7 years ago 1.12.0-rc2
  52. f563104 Upgrade Atomix to 2.0.8 and simplify consistent primitive operation/event IDs by Jordan Halterman · 7 years ago
  53. 04fecb5 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  54. fc67a20 Tagging 1.12.0-rc1 by Ray Milkey · 7 years ago 1.12.0-rc1
  55. f9f04f6 Fix NPE in empty leader elections. by Jordan Halterman · 7 years ago
  56. 2135e03 Automatically balance leaders on failover in LeaderElector state machine. by Jordan Halterman · 7 years ago
  57. cc6ec60 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  58. 9f9a752 Tagging 1.12.0-b2 by Ray Milkey · 7 years ago 1.12.0-b2
  59. 9e956a5 fix the bug of ClusterMetadata can not be changed by jiangrui · 7 years ago
  60. b5835a3 Bump Atomix dependency version to 2.0.6 for ISSU by Jordan Halterman · 7 years ago
  61. 6b2ec28 improve DocumentTree related doc & log by Yuta HIGUCHI · 7 years ago
  62. 796a78d Avoid conversion of DocumentPath to String by Yuta HIGUCHI · 7 years ago
  63. 32e7f6d Upgrade to Atomix 2.0.5 by Jordan Halterman · 7 years ago
  64. 309d345 Use StorageNamespaces for serialization in Atomix tests by Jordan Halterman · 7 years ago
  65. 07f052b [ONOS-7088] Distribute storage partitions evenly during upgrades by Jordan Halterman · 7 years ago
  66. 19486e3 [ONOS-7068] Upgrade to Atomix 2.0.4 by Jordan Halterman · 7 years ago
  67. 878625f [ONOS-7081] Modify EventuallyConsistentMap to bootstrap from old nodes during upgrade by slowr · 7 years ago
  68. 58bf491 Adding utilities for offline backup/restore. by Thomas Vachuska · 7 years ago
  69. 28183ee Replace Unified* services with MembershipService for subgroup membership by Jordan Halterman · 7 years ago
  70. 7b7644f [ONOS-7117] Support configuring LeaderElector primitive session timeouts for faster leader elections by Jordan Halterman · 7 years ago
  71. 4fda700 Bugfix: DocumentTreeBuilder was not preserving ordering by Yuta HIGUCHI · 7 years ago
  72. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  73. dc48fb2 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  74. eb3f6ef Tagging 1.12.0-b1 by Ray Milkey · 7 years ago 1.12.0-b1
  75. 5fba41c Remove maximum entry limitation on Raft log segments by Jordan Halterman · 7 years ago
  76. ff9af3e ONOS-7007 fix parent test using wrong path by Yuta HIGUCHI · 7 years ago
  77. 30161e7 null tolerant DocumentPath hasher by Yuta HIGUCHI · 7 years ago
  78. 1920123 Upgrade Atomix dependency version to 2.0.2 by Jordan Halterman · 7 years ago
  79. 1b80726 Bump Atomix dependency version to 2.0.0 by Jordan Halterman · 7 years ago
  80. 9b3a7ce Store flows rules asynchronously via master in DistributedFlowRuleStore by Jordan Halterman · 7 years ago
  81. 8d8da59 Support caching in AsyncDocumentTree primitive by Jordan Halterman · 7 years ago
  82. cb1e02c Partitioned DocumentTree primitive by Jordan Halterman · 7 years ago
  83. 6807c8f Upgrade Atomix to Raft final version by Jordan Halterman · 7 years ago
  84. d8ab096 Fixs some misspellings by Frank Wang · 7 years ago
  85. f755409 [ONOS-6870] Refactor DistributedFlowRuleStore to use DocumentTree for persistence by Jordan Halterman · 7 years ago
  86. 2c83a10 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  87. 61a8025 ONOS-6381 Transactional event listeners by Sithara Punnassery · 7 years ago
  88. d99bd79 Remove unused test class in AtomixConsistentTreeMapTest by Jordan Halterman · 7 years ago
  89. 446f446 Refactor buck external dependencies by Ray Milkey · 7 years ago
  90. aa279c0 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  91. 4922a06 [ONOS-6874] Implement nullable ConsistentMap by Jordan Halterman · 7 years ago
  92. a94259f PartitionedAsyncConsistentMap test by Sbhat35 · 7 years ago
  93. ffe0234 -Onos store refactoring by Sbhat35 · 7 years ago
  94. d4ac0ed Starting snapshot 1.11.0-SNAPSHOT by Ray Milkey · 7 years ago
  95. 6ecde1f Tagging 1.11.0-b4 by Ray Milkey · 7 years ago 1.11.0-b4
  96. d0d8035 Support alternative ordering specifications for DocumentTree primitive by Jordan Halterman · 7 years ago
  97. e853d03 Ensure DocumentTree exceptions are properly returned to clients on getChildren calls by Jordan Halterman · 7 years ago
  98. 93fd012 Use consistent hashing for map keys by Jordan Halterman · 7 years ago
  99. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  100. 70df767 Throw ConcurrentModification exception when ConsistentMap compute call conflicts with concurrent operation(s) by Jordan Halterman · 7 years ago