1. 777b0ae ONOS-3567 Protecting against NPE in MapValue isNewerThan by Brian O'Connor · 8 years ago
  2. 66cf0b9 Modifying eventually consistent map and tests to make use of the persistence service. by Aaron Kruglikov · 9 years ago
  3. 92511f2 Creating persistence service. by Aaron Kruglikov · 9 years ago
  4. 9a426f8 Generalize IntentSynchronizer and separate reactive routing code by Jonathan Hart · 9 years ago
  5. 4a29c59 Suppress log message about IntentData without origin set. by Jonathan Hart · 9 years ago
  6. 3c48de0 Ensure UpdateEntry comprison works well with ECMaps that have tombstones disabled by Madan Jampani · 9 years ago
  7. 483d0a2 Support null timestamps during EC Map remove by Madan Jampani · 9 years ago
  8. 92c64eb More Unit tests by Madan Jampani · 9 years ago
  9. cab114c Misc improvements. Primarily Javadoc. by Madan Jampani · 9 years ago
  10. 4727a11 Added a compute method to ECMap to simplify map interactions following a read-modify-write template. by Madan Jampani · 9 years ago
  11. 4f1f4cd Misc fixes/improvments to ECMapImpl. Most notably: by Madan Jampani · 9 years ago
  12. dbe6703 ONOS-2330: Fixes bug in MapValue.isNewerThan by Madan Jampani · 9 years ago
  13. 6325dad Reducing log level for peer update in IntentStore map by Brian O'Connor · 9 years ago
  14. 43f3795 Added a utility method to MapValue for creating tombstone instances by Madan Jampani · 9 years ago
  15. a0ac487 ECMap: notify peers only for remove operations initiated locally by Madan Jampani · 9 years ago
  16. 5300bb8 ONOS-2292: Use the passed in value to generate timestamp in ECMap's remove(key, value) method by Madan Jampani · 9 years ago
  17. d13f3b8 ONOS-2280: Fix NPE in hosts EC map by Madan Jampani · 9 years ago
  18. db5d06a Kryo: set next registration id for local types registered in ECMapImpl by Madan Jampani · 9 years ago
  19. 3d76c94 Simplified ECMap implmentation by merging items and tombstones maps by Madan Jampani · 9 years ago
  20. 43e9c9c Updated ECMap remove call to return the value that was removed by Madan Jampani · 9 years ago
  21. bcf1a48 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
  22. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  23. 63939a3 Moved generic Timestamp/ClockManager classes to onos-api by Jonathan Hart · 9 years ago
  24. 9b6b97d Classes that override compareTo() should also override equals() by Ray Milkey · 9 years ago
  25. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  26. ca335e9 Add persistence option to ECMap by Jonathan Hart · 9 years ago
  27. 3e033bd Added a LogicalClockService for ordering arbitrary events in the cluster. Updated couple of areas that are currently vulnerable to clock skew by Madan Jampani · 9 years ago
  28. 00121ed Javadocs cleanup. by Thomas Vachuska · 9 years ago
  29. 152f9fd Shutdown cleanup; hunt for exceptions continues by Thomas Vachuska · 9 years ago
  30. 6ec029a Implemented a Builder pattern for EventuallyConsistentMaps. by Jonathan Hart · 9 years ago
  31. 7648d66 Prototyping GUI & CLI for the intent performance test fixture. by Thomas Vachuska · 9 years ago
  32. 8c6d00e [Blackbird] Fixing Intent purge case (ONOS-1207) by Ray Milkey · 9 years ago
  33. e135628 Configuration options for disabling tombstones in ECMap + disabling backups in Dist flow rule store by Madan Jampani · 9 years ago
  34. 54d3499 Moving Dist flow rule store backup mechanism to use EC Map by Madan Jampani · 9 years ago
  35. eeaea2c adding sender-side accumulator to ecmap by Brian O'Connor · 9 years ago
  36. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  37. 233a18a Don't run anti-entropy when under high load by Jonathan Hart · 9 years ago
  38. c6713a8 Adding BoundedThreadPool and BlockingBoolean by Brian O'Connor · 9 years ago
  39. f893be8 Add a configuration option to vary how heavyweight anti-entropy is. by Jonathan Hart · 9 years ago
  40. 00c3f57 Concurrently update EventuallyConsistentMap by HIGUCHI Yuta · 9 years ago
  41. 34f1e38 Add intents -p commmand to have some visibility into the pending map by Jonathan Hart · 9 years ago
  42. 403ea93 Simplify anti-entropy code by Jonathan Hart · 9 years ago
  43. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  44. a132e3a Made intent perf app multi-threaded; doesn't seem to help. by Thomas Vachuska · 9 years ago
  45. b289422 EventuallyConsistentMapImpl: pushing serialization and sending to caller thread by Brian O'Connor · 9 years ago
  46. 8fc739a Disabling anti-entropy messages to stabilize performance of intent store by Brian O'Connor · 9 years ago
  47. 2952e3b updates to EventuallyConsistenMapImpl to improve parallelism by Brian O'Connor · 9 years ago
  48. 7e6cfe3 ECMap: synchronization free removeInternal by Madan Jampani · 9 years ago
  49. 3469e60 Move sending advertisement outside synchronized block by Jonathan Hart · 9 years ago
  50. 337bb44 ECMap: Moving message serialization to the background by Madan Jampani · 9 years ago
  51. b28e4ad Fix EventuallyConsistentMapImpl unit tests. by Madan Jampani · 9 years ago
  52. 2872628 EventuallyConsistentMap: move broadcasting to a separate backgroup thread. by Madan Jampani · 9 years ago
  53. 718d399 Fixing javadoc configuration and adding some package documentation. by Thomas Vachuska · 9 years ago
  54. 4b2ba5f EventuallyConsistentMap: changing to groupedThreads by Brian O'Connor · 9 years ago
  55. 77bdd26 Moved EventuallyConsistentMap classes into their own package. by Jonathan Hart · 9 years ago