You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2009/04/16 00:09:14 UTC

[jira] Updated: (ZOOKEEPER-346) remove the kill command fro mthe client port.

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-346:
-----------------------------------

    Attachment: ZOOKEEPER-346.patch

this patch removes the kill command, updates the docs, and also updates the zkServer.sh script to use pids and unix "kill" cli to manage the process.

Note: I removed kill entirely due to it's potential security issues. There was
 consideration to keep it defaulted to off, but in the end if you have local 
access to the server there is no reason not to just use command line kill, 
fuser, JMX, whatever.

I also included a small change to the build.xml to allow either the java or cppunit tests to be run individually.

> remove the kill command fro mthe client port.
> ---------------------------------------------
>
>                 Key: ZOOKEEPER-346
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-346
>             Project: Zookeeper
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 3.0.1, 3.1.0
>            Reporter: Mahadev konar
>            Assignee: Patrick Hunt
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-346.patch
>
>
> we should just remove the kill command from the client port. Its a security risk (though we do not have much security right now) to be able to kill the server from a tcp port without any authentication... 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.