Re: Build failed in Hudson: ZooKeeper-trunk #341

2009-06-09 Thread Henry Robinson
I'm looking into this now... On Tue, Jun 9, 2009 at 11:45 AM, Apache Hudson Server hud...@hudson.zones.apache.org wrote: See http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/341/changes Changes: [breed] forgot to add new files from ZOOKEEPER-336 [breed] ZOOKEEPER-435. allow

[jira] Created: (ZOOKEEPER-441) Zk-336 diff got applied twice to TestClientRetry.cc C test, causing compilation failure

2009-06-09 Thread Henry Robinson (JIRA)
Project: Zookeeper Issue Type: Bug Reporter: Henry Robinson Assignee: Henry Robinson Priority: Blocker The latest version of trunk has a src/c/tests/TestClientRetry.cc file that has the actual file from ZK-336 appended to itself. This causes

[jira] Updated: (ZOOKEEPER-441) Zk-336 diff got applied twice to TestClientRetry.cc C test, causing compilation failure

2009-06-09 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-441: - Attachment: ZOOKEEPER-441.patch Seems like the patch got applied twice - it's

[jira] Updated: (ZOOKEEPER-441) Zk-336 diff got applied twice to TestClientRetry.cc C test, causing compilation failure

2009-06-09 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-441: - Status: Patch Available (was: Open) Zk-336 diff got applied twice

[jira] Updated: (ZOOKEEPER-420) build/test should not require install in zkpython

2009-06-09 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-420: - Attachment: ZOOKEEPER-420.patch build/test should not require install in zkpython

[jira] Updated: (ZOOKEEPER-420) build/test should not require install in zkpython

2009-06-09 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-420: - Attachment: build.jpg build/test should not require install in zkpython

[jira] Commented: (ZOOKEEPER-420) build/test should not require install in zkpython

2009-06-09 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717673#action_12717673 ] Henry Robinson commented on ZOOKEEPER-420: -- Here's a strawman patch (not yet

[jira] Commented: (ZOOKEEPER-423) Add getFirstChild API

2009-06-08 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717265#action_12717265 ] Henry Robinson commented on ZOOKEEPER-423: -- (Sorry for the slow reply - didn't

[jira] Updated: (ZOOKEEPER-434) the java shell should indicate connection status on command prompt

2009-06-06 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-434: - Attachment: ZOOKEEPER-434.patch Prompt now shows host:port(status) Also added

[jira] Updated: (ZOOKEEPER-434) the java shell should indicate connection status on command prompt

2009-06-06 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-434: - Status: Patch Available (was: Open) the java shell should indicate connection

[jira] Created: (ZOOKEEPER-432) Various improvements to zkpython bindings

2009-06-05 Thread Henry Robinson (JIRA)
-bindings Reporter: Henry Robinson Assignee: Henry Robinson What's new, from the README for this new version: -- More test coverage. Better reference counting, fixing at least two serious bugs. Out-of-range zhandles are now checked, fixing

[jira] Updated: (ZOOKEEPER-432) Various improvements to zkpython bindings

2009-06-05 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-432: - Attachment: ZOOKEEPER-432.patch Various improvements to zkpython bindings

[jira] Updated: (ZOOKEEPER-432) Various improvements to zkpython bindings

2009-06-05 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-432: - Attachment: ZOOKEEPER-432.patch Forgot to bump minor version number. Various

[jira] Updated: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-06-03 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-336: - Attachment: ZOOKEEPER-336.patch I've included a C and Java client test in this new

[jira] Updated: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-06-03 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-336: - Status: Patch Available (was: Open) single bad client can cause server to stop

[jira] Commented: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-06-03 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716017#action_12716017 ] Henry Robinson commented on ZOOKEEPER-336: -- I can't reproduce this error here

[jira] Created: (ZOOKEEPER-423) Add getFirstChild API

2009-06-01 Thread Henry Robinson (JIRA)
Reporter: Henry Robinson When building the distributed queue for my tutorial blog post, it was pointed out to me that there's a serious inefficiency here. Informally, the items in the queue are created as sequential nodes. For a 'dequeue' call, all items are retrieved and sorted

[jira] Updated: (ZOOKEEPER-423) Add getFirstChild API

2009-06-01 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-423: - Description: When building the distributed queue for my tutorial blog post

[jira] Updated: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-05-30 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-336: - Attachment: ZOOKEEPER-336.patch Here's another pass at the patch, with a better

[jira] Updated: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-05-30 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-336: - Status: Patch Available (was: Open) single bad client can cause server to stop

[jira] Created: (ZOOKEEPER-422) Java CLI should support ephemeral and sequential node creation

2009-05-30 Thread Henry Robinson (JIRA)
: Improvement Reporter: Henry Robinson Assignee: Henry Robinson Priority: Minor The C client supports creation of ephemeral and sequential nodes. For feature parity, so should the Java CLI. -- This message is automatically generated by JIRA. - You can reply

[jira] Updated: (ZOOKEEPER-421) zkpython run_tests.sh is missing #!

2009-05-30 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-421: - Attachment: ZOOKEEPER-421.patch Added shebangs, plus chmod_tests.sh in src/contrib

[jira] Updated: (ZOOKEEPER-421) zkpython run_tests.sh is missing #!

2009-05-30 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-421: - Attachment: ZOOKEEPER-421.patch Oops, had 'chmod' in script rather than svn propset

[jira] Updated: (ZOOKEEPER-421) zkpython run_tests.sh is missing #!

2009-05-30 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-421: - Status: Patch Available (was: Open) zkpython run_tests.sh is missing

[jira] Commented: (ZOOKEEPER-419) Reference counting bug in Python bindings causes abort errors

2009-05-28 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713979#action_12713979 ] Henry Robinson commented on ZOOKEEPER-419: -- This is hard to test for explicitly

[jira] Commented: (ZOOKEEPER-419) Reference counting bug in Python bindings causes abort errors

2009-05-28 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714062#action_12714062 ] Henry Robinson commented on ZOOKEEPER-419: -- Thanks, those are good pointers. I

[jira] Created: (ZOOKEEPER-419) Reference counting bug in Python bindings causes abort errors

2009-05-27 Thread Henry Robinson (JIRA)
Components: contrib-bindings Reporter: Henry Robinson Assignee: Henry Robinson Priority: Critical Fix For: 3.2.0 Attachments: ZOOKEEPER-419.patch Due to reference counts being incremented incorrectly for stat-based calls, Python's GC

[jira] Updated: (ZOOKEEPER-419) Reference counting bug in Python bindings causes abort errors

2009-05-27 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-419: - Status: Patch Available (was: Open) Reference counting bug in Python bindings

[jira] Commented: (ZOOKEEPER-345) the CLIs should allow addAuth to be invoked

2009-05-19 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12710797#action_12710797 ] Henry Robinson commented on ZOOKEEPER-345: -- Yes, I'll get on it. the CLIs

[jira] Updated: (ZOOKEEPER-404) nightly build failed on hudson.

2009-05-18 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-404: - Attachment: ZOOKEEPER-404.patch The problem was building the package version

[jira] Updated: (ZOOKEEPER-404) nightly build failed on hudson.

2009-05-18 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-404: - Assignee: Henry Robinson Affects Version/s: 3.2.0 Status

[jira] Updated: (ZOOKEEPER-345) the CLIs should allow addAuth to be invoked

2009-05-18 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-345: - Status: Patch Available (was: Open) the CLIs should allow addAuth to be invoked

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-13 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709066#action_12709066 ] Henry Robinson commented on ZOOKEEPER-395: -- Hi Mahadev, Yes, you'll need

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-13 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709121#action_12709121 ] Henry Robinson commented on ZOOKEEPER-395: -- You're right - I think Python

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-13 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709144#action_12709144 ] Henry Robinson commented on ZOOKEEPER-395: -- Still, I'd like to know why

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-13 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709131#action_12709131 ] Henry Robinson commented on ZOOKEEPER-395: -- Yes, it works for me - looks like

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-13 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709188#action_12709188 ] Henry Robinson commented on ZOOKEEPER-395: -- This is my to-do list (not in order

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-13 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: ZOOKEEPER-395.patch Here's a minor fix as a result of testing against 2.6

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-12 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708634#action_12708634 ] Henry Robinson commented on ZOOKEEPER-395: -- Yes they're in hand - I didn't get

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-12 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: ZOOKEEPER-395.patch This version contains tests for create, get, set

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: ZOOKEEPER-395.patch Python bindings

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Release Note: Python bindings for ZooKeeper. See src/contrib/zkpython/README

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: (was: ZOOKEEPER-395.patch) Python bindings

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Status: Open (was: Patch Available) adding license headers Python bindings

[jira] Commented: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12708128#action_12708128 ] Henry Robinson commented on ZOOKEEPER-395: -- Thanks for the info - as you can

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: (was: ZOOKEEPER-395.patch) Python bindings

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Comment: was deleted (was: adding license headers) Python bindings

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: ZOOKEEPER-395.patch License headers. Python bindings

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-11 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Status: Patch Available (was: Open) Added license headers. Python bindings

[jira] Commented: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-05-08 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707532#action_12707532 ] Henry Robinson commented on ZOOKEEPER-336: -- 1a) That makes a lot of sense, I'll

[jira] Created: (ZOOKEEPER-395) Python bindings

2009-05-08 Thread Henry Robinson (JIRA)
Python bindings --- Key: ZOOKEEPER-395 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-395 Project: Zookeeper Issue Type: New Feature Affects Versions: 3.2.0 Reporter: Henry Robinson Assignee

[jira] Updated: (ZOOKEEPER-395) Python bindings

2009-05-08 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-395: - Attachment: ZOOKEEPER-395.patch Here's a patch that adds Python bindings

[jira] Commented: (ZOOKEEPER-386) improve java cli shell

2009-05-07 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707145#action_12707145 ] Henry Robinson commented on ZOOKEEPER-386: -- Looking at the logs it appears

[jira] Commented: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-05-06 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706550#action_12706550 ] Henry Robinson commented on ZOOKEEPER-336: -- Just to update, I'm preparing

[jira] Commented: (ZOOKEEPER-107) Allow dynamic changes to server cluster membership

2009-05-05 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706219#action_12706219 ] Henry Robinson commented on ZOOKEEPER-107: -- I agree with pretty much everything

[jira] Commented: (ZOOKEEPER-386) improve java cli shell

2009-05-05 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706261#action_12706261 ] Henry Robinson commented on ZOOKEEPER-386: -- Formatting comments understood

[jira] Updated: (ZOOKEEPER-336) single bad client can cause server to stop accepting connections

2009-05-04 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-336: - Attachment: ZOOKEEPER-336.patch Attached is a patch which does the following: 1

[jira] Updated: (ZOOKEEPER-386) improve java cli shell

2009-05-01 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-386: - Attachment: ZOOKEEPER-386.patch Weird, I had the same error with the patch. Not sure

[jira] Commented: (ZOOKEEPER-107) Allow dynamic changes to server cluster membership

2009-05-01 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12705192#action_12705192 ] Henry Robinson commented on ZOOKEEPER-107: -- This is something I'd be willing

[jira] Issue Comment Edited: (ZOOKEEPER-386) improve c and java cli shells

2009-04-29 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704239#action_12704239 ] Henry Robinson edited comment on ZOOKEEPER-386 at 4/29/09 11:41 AM

[jira] Commented: (ZOOKEEPER-386) improve c and java cli shells

2009-04-29 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704403#action_12704403 ] Henry Robinson commented on ZOOKEEPER-386: -- Portable readline support with Java

<    1   2   3   4