apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
84 stars 42 forks source link

kvctl-client causes stty to be set to -echo, which prevents the terminal from echoing properly #99

Closed bbqccx closed 1 year ago

bbqccx commented 1 year ago

os: debian11 kvrocks_controller:0.1.0 and 0.2.0 The code in tty_unix.go of go-tty may lead to such a situation: termios.Lflag &^= unix.ECHO | unix.ICANON /| unix.ISIG/