Skip to content
Snippets Groups Projects
  1. Mar 29, 2023
  2. Dec 23, 2022
  3. Dec 16, 2022
  4. Dec 08, 2022
  5. Dec 05, 2022
  6. Dec 01, 2022
  7. Nov 28, 2022
  8. Nov 22, 2022
  9. Nov 15, 2022
  10. Nov 09, 2022
  11. Oct 31, 2022
  12. Oct 27, 2022
  13. Oct 25, 2022
  14. Oct 17, 2022
  15. Oct 15, 2022
  16. Oct 06, 2022
  17. Sep 14, 2022
  18. Sep 02, 2022
  19. Aug 16, 2022
    • Georgy Moshkin's avatar
      fix: race condition in on_shutdown · 04e17d60
      Georgy Moshkin authored
      Tarantool remote requests are handled in a IProto thread, and
      on_shutdown triggers are handled in the TX thread.
      
      During shutdown we send a request to the leader, which introduces a race
      condition in case we are the leader. If iproto thread shuts down before
      the request is sent, it will never be handled.
      
      The fix is simple: in case we are the leader during shutdown, don't send
      the request, instead handle the request directly in the TX thread.
      04e17d60
    • Georgy Moshkin's avatar
  20. Jul 27, 2022
  21. Jul 08, 2022
  22. Jul 07, 2022
  23. Jul 01, 2022
  24. Jun 30, 2022
  25. Jun 29, 2022
  26. Jun 23, 2022
Loading