risingwave icon indicating copy to clipboard operation
risingwave copied to clipboard

`risedev psql` quit when Ctrl-C once

Open TennyZhuang opened this issue 1 year ago • 5 comments

Describe the bug

image

Error message/log

No response

To Reproduce

./risedev psql

Expected behavior

image

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

TennyZhuang avatar Sep 27 '23 05:09 TennyZhuang

Interesting

xxchan avatar Sep 28 '23 08:09 xxchan

I guess this is because cargo-make runs script in a child process, and thus signal handling is not considered.

xxchan avatar Sep 28 '23 08:09 xxchan

+1. This is kind of annoying.

BugenZhao avatar Oct 07 '23 06:10 BugenZhao

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

kwannoel avatar Oct 07 '23 21:10 kwannoel

Can use this instead https://github.com/risingwavelabs/risingwave/pull/15294 to launch psql

kwannoel avatar Feb 27 '24 09:02 kwannoel

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.

github-actions[bot] avatar Jun 12 '24 09:06 github-actions[bot]

Any updates? -- by Tenny

wangrunji0408 avatar Jul 25 '24 09:07 wangrunji0408

Didn't have a chance to do https://github.com/sagiegurari/cargo-make/issues/954 yet. 🤪

xxchan avatar Jul 25 '24 09:07 xxchan