Skip to content
Snippets Groups Projects
  1. Jan 10, 2025
  2. Dec 27, 2024
  3. Dec 25, 2024
  4. Nov 30, 2024
  5. Nov 26, 2024
  6. Nov 14, 2024
  7. Nov 13, 2024
  8. Oct 28, 2024
  9. Oct 25, 2024
  10. Oct 22, 2024
  11. Oct 16, 2024
  12. Oct 14, 2024
  13. Oct 03, 2024
  14. Oct 02, 2024
  15. Sep 24, 2024
    • Yaroslav Dynnikov's avatar
      feat: make uuids truly unique · 23cddcd0
      Yaroslav Dynnikov authored
      Up to this patch `instance_uuid` and `replicaset_uuid` were generated
      using name-based UUID v3. So all instances named `i1` in all clusters
      had the same UUID.
      
      With this patch UUIDs become random v4. Particular UUID values are
      generated in two locations:
      
      1. `start_boot` (src/lib.rs)
      2. `handle_join_request_and_wait` -> `build_instance` (src/rpc/join.rs)
      
      Function `Instance::new()` is removed in favor of explicit struct
      construction.
      23cddcd0
  16. Sep 20, 2024
  17. Sep 18, 2024
  18. Sep 16, 2024
  19. Sep 13, 2024
  20. Sep 12, 2024
  21. Sep 11, 2024
  22. Sep 06, 2024
  23. Aug 30, 2024
Loading