PDavid commented on PR #2357: URL: https://github.com/apache/zookeeper/pull/2357#issuecomment-4011846721
### Testing Built the project with `mvn clean install -DskipTests` Set up config: `cp conf/zoo_sample.cfg conf/zoo.cfg` Started ZooKeeper server: `bin/zkServer.sh start` Started the ZK CLI: `bin/zkCli.sh -server 127.0.0.1:2181` After this fix pressing a Ctrl-D (or Ctrl-C) one time should exit the ZK shell (and should not print "JLine support is disabled" and drop you into prompltess shell where you have to Ctrl-D / Ctrl-C again). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
