-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS/Windows bug with Daemon/Coordinator on 0.3.5rc0 #575
Comments
on windows I have this error in
|
I'm unable to reproduce. I get the following behaviour: 2024-07-03.08-35-07.mp4Are you saying that the dynamic node is not stopping? Or that the dataflow is not stopping? P.S: Sorry the screen recording only recorded half of the screen. |
Hi, it's the dataflow that is not stopping. Even if I don't run the dynamic node, i'm unable to stop the dataflow. Here is a record: Enregistrement.de.l.ecran.2024-07-03.a.08.48.19.mov |
So I think that you might need to start the dynamic node first before stopping the dataflow. I think not starting the dataflow is going to make it impossible to stop a not started dataflow. I think we should fix this but this might be your error. |
Describe the bug
When I launch a dataflow where a node is dynamic, I can't stop it; no crash of coordinator or daemon (CTRL+C if attached, dora stop if detached).
To Reproduce
Steps to reproduce the behavior:
dora up
dora start dataflow.yaml
(optional: --detach)dora stop
/CTRL+C
At this step it blocks until I do:
dora destroy
On windows, i can only tell that when i want to do
dora stop
it blocks. Because CTRL+C in attached mode always make the coordinator crashEnvironments (please complete the following information):
The text was updated successfully, but these errors were encountered: