Skip to content
Snippets Groups Projects
  1. Aug 22, 2018
  2. Aug 17, 2018
  3. Aug 16, 2018
  4. Aug 14, 2018
  5. Aug 10, 2018
  6. Jul 31, 2018
    • Michel Conrado's avatar
      update the wiki · e91578b3
      Michel Conrado authored
      - Changed few notice notes.
      - Add topic "Creating a list with JSON and interacting with"
      - Add topic "JSON Syntax using Raw HTTP or Ratel UI".
      - Add topic "Using JSON operations via cURL"
      e91578b3
  7. Jul 30, 2018
  8. Jul 27, 2018
  9. Jul 26, 2018
  10. Jul 19, 2018
  11. Jul 18, 2018
  12. Jul 14, 2018
    • Manish R Jain's avatar
      Fix up predicate snapshot (#2487) · ea1f5449
      Manish R Jain authored
      Fix up both the way we create a snapshot and the way we stream it. Make the logic robust and add tests to ensure that the calculation of snapshot is right.
      
      Streaming no longer needs to worry about `min_ts`. We no longer send a snapshot upfront. Raft would request it as it desires, and the follower sends the snapshot details it needs from the leader. The leader in turn checks if its snapshot matches with what the follower wants. This is a better logic, but not entirely foolproof (comment in predicate.go explains).
      
      Bring in Badger changes, which add a `DropAll` method, which is called before applying the snapshot.
  13. Jul 12, 2018
  14. Jul 11, 2018
Loading