1. 21 Mar, 2025 3 commits
  2. 20 Mar, 2025 1 commit
  3. 19 Mar, 2025 1 commit
  4. 18 Mar, 2025 1 commit
  5. 17 Mar, 2025 1 commit
  6. 15 Mar, 2025 3 commits
  7. 13 Mar, 2025 2 commits
  8. 12 Mar, 2025 2 commits
  9. 11 Mar, 2025 2 commits
  10. 10 Mar, 2025 2 commits
  11. 08 Mar, 2025 3 commits
  12. 07 Mar, 2025 2 commits
  13. 06 Mar, 2025 2 commits
  14. 05 Mar, 2025 5 commits
  15. 04 Mar, 2025 1 commit
  16. 03 Mar, 2025 4 commits
  17. 27 Feb, 2025 1 commit
  18. 25 Feb, 2025 2 commits
  19. 24 Feb, 2025 1 commit
  20. 23 Feb, 2025 1 commit
    • Nick Hill's avatar
      [V1][BugFix] Fix engine core client shutdown hangs (#13298) · cbae7af5
      Nick Hill authored
      
      
      Even though ZMQ context.destroy() is meant to close open sockets before terminating the context, it appears to be necessary to do this explicitly or else it can hang in the context.term() method.
      
      Close zmq sockets explicitly before terminating context, make shutdown of client resource more robust, shut down engine core process prior to terminating zmq context.
      Signed-off-by: default avatarNick Hill <nhill@redhat.com>
      cbae7af5