1. cadd70b Refactor transaction support in preparation for migration to latest APIs by Madan Jampani · 8 years ago
  2. 1beb60c Refactor set and value builders to remove reference to DatabaseManager by Madan Jampani · 8 years ago
  3. f4c8850 Refactor change: Moved all distributed primitive implementation classes into onos-core-primitives bundle by Madan Jampani · 8 years ago[Renamed (98%) from core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DatabaseManager.java]
  4. ab7e7cd First round of ClusterMetadata improvements: by Madan Jampani · 8 years ago
  5. 66cf0b9 Modifying eventually consistent map and tests to make use of the persistence service. by Aaron Kruglikov · 9 years ago
  6. ec1df02 In preparation for dynamic clustering support: by Madan Jampani · 9 years ago
  7. 99b7b34 Fix synchronization issue by HIGUCHI Yuta · 9 years ago
  8. e81f1cf Avoid concurrent modification exception by iterating over a immutable collection by Madan Jampani · 9 years ago
  9. a6d787b ONOS-2440: Simplify DistributedQueue implementation by leveraging state change notification support by Madan Jampani · 9 years ago
  10. 15687d1 Use thread-safe multimaps by Madan Jampani · 9 years ago
  11. 8566863 Removed deprecated map change notification support by Madan Jampani · 9 years ago
  12. 762246d Added a AtomicValue distributed primitive. by Madan Jampani · 9 years ago
  13. 7804c99 Refactored code to consolidate functionality in Database* classes. by Madan Jampani · 9 years ago
  14. 40537ca Moving to Copycat version 0.5.0.onos12-SNAPSHOT to pick up latest fixes by Madan Jampani · 9 years ago
  15. e9b781a Revert commit-ids 458fb89 && f840886 by Madan Jampani · 9 years ago
  16. f840886 ONOS-2318: Use DEFAULT consistency mode for Raft queries. by Madan Jampani · 9 years ago
  17. 94cc01b Fix for uninitialized TransactionManager in PartitionedDatabase by Ayaka Koshibe · 9 years ago
  18. e8af1cc ONOS-2133: Support for purging associated stores (ConsistentMap/DistributedSet) when the application is uninstalled by Madan Jampani · 9 years ago
  19. 24cf656 Allowing component to reattached to previously created map in DatabaseManager by Brian O'Connor · 9 years ago
  20. 63c659f Support for a distributed queue primitive. by Madan Jampani · 9 years ago
  21. 50589ac Notification support for Consistent datastructures (ConsitentMap and DistributedSet) by Madan Jampani · 9 years ago
  22. 06f44e1 Doh! Eliminated use of deprecated port number. by Thomas Vachuska · 9 years ago
  23. c332876 Removed dead code + Dropped log level down to debug to reduce verbosity by Madan Jampani · 9 years ago
  24. d8b565a Fixed bug ONOS-1676. by Kaouther Abrougui · 9 years ago
  25. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  26. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  27. 3a32156 Added a builder for TransactionContexts by Ayaka Koshibe · 9 years ago
  28. 0d03d60 ONOS-1673: Fail fast when DatabaseManager does not start up cleanly by Madan Jampani · 9 years ago
  29. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  30. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  31. 1a4eca0 Use a low raft leader election timeout when cluster size is one by Madan Jampani · 9 years ago
  32. 08706ce Added support for a distributed set implementation that is backed by Consistent Map by Madan Jampani · 9 years ago
  33. a89f8f9 Added support for "maps" cli command that displays meta information for various consistent maps in the system by Madan Jampani · 9 years ago
  34. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  35. 8dc1a69 Added bootstrap code to auto-generate cluster.json, tablets.json and hazelcast.xml using local site address. by Thomas Vachuska · 9 years ago
  36. f1b8e17 Support a inmemory p0 partition encompassing all nodes in the cluster. This will be used by leadership manager and other usecases by Madan Jampani · 9 years ago
  37. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  38. 7c52100 ONOS-1362: Support async version of ConsistentMap that lets efficient chaining of operations by Madan Jampani · 9 years ago
  39. fe3a9a7 ONOS-1310: less verbose partitions cli command by Madan Jampani · 9 years ago
  40. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  41. 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
  42. d14166a Added a distributed leadership manager implementation on top of consistent map. by Madan Jampani · 9 years ago
  43. 054da97 Implement command to view Raft partitions by Jonathan Hart · 9 years ago
  44. 0249b53 Enhancing intent-perf logging by Thomas Vachuska · 9 years ago
  45. 6468955 WIP: Revamped transaction API. Introduces a transaction context for running blocks of code that can be committed by Madan Jampani · 9 years ago
  46. 2546111 Added copy right headers. by Madan Jampani · 9 years ago
  47. 393e0f0 1. Refactored ConsistentMap and StorageServive (renamed from DatabaseService) to api bundle. by Madan Jampani · 9 years ago
  48. 0934270 WIP: Consistent map implementation. by Madan Jampani · 9 years ago