cockroach quit doesn't work on windows #40925
Labels
A-kv
Anything in KV that doesn't belong in a more specific category.
B-os-windows
Issues specific to the Windows OS.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-2
Medium-high impact: many users impacted, risks of availability and difficult-to-fix data errors
Describe the problem
Shutting down a node with
cockroach quit
doesn't work when the server is running on Windows. The server stops responding but doesn't exist and the only way to terminate it is with Task Manager.To Reproduce
cockroach.exe start-single-node --insecure
2 Run
cockroach.exe quit --insecure
and confirm that you get OK3 Verify that the node didn't terminate and that you can't connect to it anymore.
Another way to try to terminate the process is to press Ctrl-C in a terminal window. This has the same result. The node doesn't terminate and stops responding. The only way to terminate it is with Task Manager.
Expected behavior
I expect the node process to terminate.
Additional data / screenshots
Environment:
Additional context
The text was updated successfully, but these errors were encountered: