risingwave
risingwave copied to clipboard
`risedev psql` quit when Ctrl-C once
Describe the bug
Error message/log
No response
To Reproduce
./risedev psql
Expected behavior
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
Interesting
I guess this is because cargo-make
runs script in a child process, and thus signal handling is not considered.
+1. This is kind of annoying.
Saw that @xxchan opened an issue in the cargo-make repo. Will wait for updates on that. Thanks @xxchan!
https://github.com/sagiegurari/cargo-make/issues/954
Can use this instead https://github.com/risingwavelabs/risingwave/pull/15294 to launch psql
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.
Any updates? -- by Tenny
Didn't have a chance to do https://github.com/sagiegurari/cargo-make/issues/954 yet. 🤪