[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2019-05-20 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844453#comment-16844453
 ] 

Hudson commented on ZOOKEEPER-1425:
---

SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #365 (See 
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/365/])
ZOOKEEPER-1425: add version command to the zookeeper client shell (eolivelli: 
rev af59be25c564d34c6620cd931cd84ef5200aa1b3)
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/ZooKeeperMain.java
* (add) 
zookeeper-server/src/main/java/org/apache/zookeeper/cli/VersionCommand.java


> add version command to the zookeeper client shell
> -
>
> Key: ZOOKEEPER-1425
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
> Project: ZooKeeper
>  Issue Type: Improvement
>  Components: java client, scripts
>Reporter: Patrick Hunt
>Assignee: maoling
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.6.0
>
> Attachments: ZOOKEEPER-1425.patch
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> the client shell is missing a version command. Should return the version e.g. 
> "3.5.0"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2019-05-20 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16844391#comment-16844391
 ] 

Hudson commented on ZOOKEEPER-1425:
---

SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #530 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/530/])
ZOOKEEPER-1425: add version command to the zookeeper client shell (eolivelli: 
rev af59be25c564d34c6620cd931cd84ef5200aa1b3)
* (add) 
zookeeper-server/src/main/java/org/apache/zookeeper/cli/VersionCommand.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/ZooKeeperMain.java


> add version command to the zookeeper client shell
> -
>
> Key: ZOOKEEPER-1425
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
> Project: ZooKeeper
>  Issue Type: Improvement
>  Components: java client, scripts
>Reporter: Patrick Hunt
>Assignee: maoling
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.6.0
>
> Attachments: ZOOKEEPER-1425.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> the client shell is missing a version command. Should return the version e.g. 
> "3.5.0"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-02 Thread Bartek Przybylski (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427417#comment-13427417
 ] 

Bartek Przybylski commented on ZOOKEEPER-1425:
--

Now i have basic version working (displaying version of client) i also wanted 
to add listing server version, but i have one question about approach.
Should client send request to server about its version or it should be 
exchanged on hello message (or zookeeper equivalent, if exists)

 add version command to the zookeeper client shell
 -

 Key: ZOOKEEPER-1425
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
 Project: ZooKeeper
  Issue Type: Improvement
  Components: java client, scripts
Reporter: Patrick Hunt
  Labels: newbie

 the client shell is missing a version command. Should return the version e.g. 
 3.5.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-02 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427622#comment-13427622
 ] 

Patrick Hunt commented on ZOOKEEPER-1425:
-

There is a separate jira related to adding a version command for the server, 
see: ZOOKEEPER-1426

 add version command to the zookeeper client shell
 -

 Key: ZOOKEEPER-1425
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
 Project: ZooKeeper
  Issue Type: Improvement
  Components: java client, scripts
Reporter: Patrick Hunt
  Labels: newbie

 the client shell is missing a version command. Should return the version e.g. 
 3.5.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-01 Thread Bartek Przybylski (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426694#comment-13426694
 ] 

Bartek Przybylski commented on ZOOKEEPER-1425:
--

I would like to implement that as my first zookeeper adventure, any objections ?

 add version command to the zookeeper client shell
 -

 Key: ZOOKEEPER-1425
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
 Project: ZooKeeper
  Issue Type: Improvement
  Components: java client, scripts
Reporter: Patrick Hunt
  Labels: newbie

 the client shell is missing a version command. Should return the version e.g. 
 3.5.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-01 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426710#comment-13426710
 ] 

Patrick Hunt commented on ZOOKEEPER-1425:
-

Sounds reasonable. FYI, there has been some discussion on adding a server 
version API call, however I believe the original intent of this jira was to 
print the client version. Regardless we should be clear what is being printed, 
ie Client version 3.5.0 or somesuch.

 add version command to the zookeeper client shell
 -

 Key: ZOOKEEPER-1425
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
 Project: ZooKeeper
  Issue Type: Improvement
  Components: java client, scripts
Reporter: Patrick Hunt
  Labels: newbie

 the client shell is missing a version command. Should return the version e.g. 
 3.5.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (ZOOKEEPER-1425) add version command to the zookeeper client shell

2012-08-01 Thread Bartek Przybylski (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13426716#comment-13426716
 ] 

Bartek Przybylski commented on ZOOKEEPER-1425:
--

This is my first touch with zookeeper development, so at first ill make it to 
print client verions.

 add version command to the zookeeper client shell
 -

 Key: ZOOKEEPER-1425
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1425
 Project: ZooKeeper
  Issue Type: Improvement
  Components: java client, scripts
Reporter: Patrick Hunt
  Labels: newbie

 the client shell is missing a version command. Should return the version e.g. 
 3.5.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira