wsalmonct commented on issue #2157:
URL: https://github.com/apache/buildstream/issues/2157#issuecomment-5090028107

   This is todo with how buildstream and buildbox-casd interact.
   
   When you hit ctl-c buildstream tries to gracefully stop, eg its stops 
creating new jobs and waits for the old ones to finish.
   
   The idea being that if something is mostly finished you might as well let it 
finish.
   
   The issue is that some actions that we ask of casd are not trivial, eg 
pulling a large artefact over a slow network or doing a fetch from a remote 
server that is throttling us.
   
   A tip is to kill casd, so `pkill -9 buildbox-casd` if everything is really 
stuck.
   
   Im not sure how this is actually supposed to work, maybe @gtristan @juergbi 
can say, is it that a second ctl-c should trigger buildstream to ask 
buildbox-casd to stop more quickly or is it that buildbox-casd stopped 
listening to buildstream?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to