1. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  2. c19b8b8 DistributedLeadershipManager tracks topic election candidates in addition to by Ayaka Koshibe · 9 years ago
  3. b5d72d5 Support for a distributed counter by Madan Jampani · 9 years ago
  4. bff6d8f Added distributed transaction support through a two phase commit protocol by Madan Jampani · 9 years ago
  5. 1a4eca0 Use a low raft leader election timeout when cluster size is one by Madan Jampani · 9 years ago
  6. 08706ce Added support for a distributed set implementation that is backed by Consistent Map by Madan Jampani · 9 years ago
  7. a89f8f9 Added support for "maps" cli command that displays meta information for various consistent maps in the system by Madan Jampani · 9 years ago
  8. de563cf Added ability to form a cluster via REST API. by Thomas Vachuska · 9 years ago
  9. 8dc1a69 Added bootstrap code to auto-generate cluster.json, tablets.json and hazelcast.xml using local site address. by Thomas Vachuska · 9 years ago
  10. 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
  11. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  12. b59ac4e Reduce log level for frequent leadership event log by Jonathan Hart · 9 years ago
  13. 7c52100 ONOS-1362: Support async version of ConsistentMap that lets efficient chaining of operations by Madan Jampani · 9 years ago
  14. fe3a9a7 ONOS-1310: less verbose partitions cli command by Madan Jampani · 9 years ago
  15. e649c75 Remove from leader board immediately on leader election withdraw. by Jonathan Hart · 9 years ago
  16. 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
  17. 7f72c3f Enabled leadership service implementation based on consistent map + added precondition checks to partitioned database. by Madan Jampani · 9 years ago
  18. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  19. 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
  20. a14047d Logging improvements. by Madan Jampani · 9 years ago
  21. 5961051 Added couple of methods to LeadershipService. by Madan Jampani · 9 years ago
  22. d14166a Added a distributed leadership manager implementation on top of consistent map. by Madan Jampani · 9 years ago
  23. 054da97 Implement command to view Raft partitions by Jonathan Hart · 9 years ago
  24. 8dc8208 Fix some compiler warnings about unchecked types by Ray Milkey · 9 years ago
  25. 0249b53 Enhancing intent-perf logging by Thomas Vachuska · 9 years ago
  26. 6468955 WIP: Revamped transaction API. Introduces a transaction context for running blocks of code that can be committed by Madan Jampani · 9 years ago
  27. 2546111 Added copy right headers. by Madan Jampani · 9 years ago
  28. 393e0f0 1. Refactored ConsistentMap and StorageServive (renamed from DatabaseService) to api bundle. by Madan Jampani · 9 years ago
  29. 7b3981b Fix Javadoc warnings by Ray Milkey · 9 years ago
  30. 0934270 WIP: Consistent map implementation. by Madan Jampani · 9 years ago
  31. 4a51e57 Adding and fixing javados. by Thomas Vachuska · 9 years ago
  32. 94c2353 WIP: Partitioned Database based on Raft. by Madan Jampani · 9 years ago