[
https://issues.apache.org/jira/browse/ZOOKEEPER-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348542#comment-14348542
]
Arshad Mohammad commented on ZOOKEEPER-2129:
--------------------------------------------
Thanks [~michim] for you comment.
As you pointed out that rouk command deviation is purposefully. we can leave as
it is. I am closing this issue
> ruok command is not consistent with other four letter commands
> --------------------------------------------------------------
>
> Key: ZOOKEEPER-2129
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2129
> Project: ZooKeeper
> Issue Type: Bug
> Reporter: Arshad Mohammad
> Priority: Trivial
> Fix For: 3.6.0
>
>
> ruok commands prints the output in the same line unlike the other four letter
> commands which print output in next line. Even though output is correct it is
> difficult to notice the output specially for a first time user. Its output
> should contain new line character as other four letter command's output
> ruok command output:
> {code}
> HOST1:/home # echo ruok | netcat 10.x.x.x 2181
> imokHOST1:/home #
> {code}
> conf Command output:
> {code}
> HOST1:/home # echo conf | netcat 10.x.x.x 2181
> clientPort=2181
> dataDir=/tmp/zookeeper/data/version-2
> dataLogDir=/tmp/zookeeper/data/version-2
> tickTime=2000
> .......
> HOST1:/home #
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)