summaryrefslogtreecommitdiff
path: root/bin/zkServer.sh
Commit message (Expand)AuthorAgeFilesLines
* ZOOKEEPER-4636: Fix zkServer.sh for AIXhenk.wiedig@t-systems.com2023-02-251-0/+3
* ZOOKEEPER-4427: Migrate to LogbackAndor Molnar2022-01-271-4/+4
* ZOOKEEPER-3887: In SSL-only server zkServer.sh status command should use secu...Mohammad Arshad2021-03-271-0/+5
* ZOOKEEPER-4190: Allow log file name to be changedtritrimax2021-01-241-1/+1
* ZOOKEEPER-3876: zkServer.sh status command fails when IPV6 is configuredMohammad Arshad2020-07-291-1/+6
* ZOOKEEPER-3818: client SSL support for zkServer.sh status commandMate Szalay-Beko2020-05-121-32/+51
* ZOOKEEPER-3606: add JMXHOSTNAME to zkServer.sh to enable user to chan…Chia-Ping Tsai2019-12-171-1/+7
* ZOOKEEPER-3510: Make 'zkServer.sh stop' more reliableDamien Diederen2019-08-231-0/+1
* ZOOKEEPER-1426: add version command to the zookeeper serverszepet2019-05-311-1/+5
* ZOOKEEPER-2735: fix typos in shell scriptswoojin.joe2017-03-231-1/+1
* ZOOKEEPER-2536: When provide path for 'dataDir' with trailing space, it is ta...Patrick D. Hunt2016-09-081-0/+1
* ZOOKEEPER-1991 zkServer.sh returns with a zero exit status when a ZooKeeper p...Patrick D. Hunt2016-03-021-1/+1
* ZOOKEEPER-2340: JMX is disabled even if JMXDISABLE is falseRaúl Gutiérrez Segalés2015-12-101-1/+1
* ZOOKEEPER-2256: Zookeeper is not using specified JMX port in zkEnv.sh(Arshad ...Rakesh Radhakrishnan2015-08-271-11/+12
* ZOOKEEPER-1927: zkServer.sh fails to read dataDir (and others)Raúl Gutiérrez Segalés2015-08-251-10/+26
* ZOOKEEPER-2185: Run server with -XX:+HeapDumpOnOutOfMemoryError andRaúl Gutiérrez Segalés2015-06-181-5/+10
* ZOOKEEPER-2173. ZK startup failure should be handled with proper error messag...Camille Fournier2015-04-271-1/+7
* ZOOKEEPER-2157 Upgrade option should be removed from zkServer.sh usageHongchao Deng2015-04-071-1/+1
* ZOOKEEPER-1952 Default log directory and file name can be changed(nijel, Hari...Rakesh Radhakrishnan2015-03-011-5/+6
* ZOOKEEPER-2079 Stop daemon with "kill" rather than "kill -9" (Guillaume ALAUX...Michi Mutsuzaki2014-11-171-1/+1
* ZOOKEEPER-1948 Enable JMX remote monitoring (Biju Nair via rakeshr)Rakesh Radhakrishnan2014-09-291-1/+22
* ZOOKEEPER-2006. Standalone mode won't take client port from dynamic config. (...Alexander Shraer2014-08-191-6/+21
* ZOOKEEPER-1744. clientPortAddress breaks "zkServer.sh status" (Nick Ohanian v...Patrick D. Hunt2013-10-241-3/+8
* ZOOKEEPER-1663. scripts don't work when path contains spaces (Amichai Rothman...Camille Fournier2013-05-191-15/+15
* ZOOKEEPER-1625. zkServer.sh is looking for clientPort in config file, but it mayMichi Mutsuzaki2013-01-231-1/+15
* ZOOKEEPER-1335. Add support for --config to zkEnv.sh to specify a config dire...Mahadev Konar2012-12-171-1/+1
* ZOOKEEPER-1538. Improve space handling in zkServer.sh and zkEnv.sh. (Andrew F...Mahadev Konar2012-09-071-2/+2
* ZOOKEEPER-1490. If the configured log directory does not exist zookeeper will...Patrick D. Hunt2012-06-301-0/+4
* ZOOKEEPER-1161. Provide an option for disabling auto-creation of the data dir...Henry Robinson2012-03-061-6/+25
* ZOOKEEPER-1389. it would be nice if start-foreground used exec in order to g...Patrick D. Hunt2012-02-151-1/+5
* ZOOKEEPER-1089. zkServer.sh status does not work due to invalid option of nc ...Patrick D. Hunt2011-12-281-1/+4
* ZOOKEEPER-1193. Remove upgrade code (Thomas Koch via phunt)Patrick D. Hunt2011-10-201-7/+0
* ZOOKEEPER-1212. zkServer.sh stop action is not conformat with LSB para 20.2 ...Patrick D. Hunt2011-10-051-3/+2
* ZOOKEEPER-999. Create an package integration projectPatrick D. Hunt2011-08-291-9/+9
* Reverted ZOOKEEPER-999, small build issue on jenkinsPatrick D. Hunt2011-08-111-9/+9
* ZOOKEEPER-999. Create an package integration project (Eric Yang via phunt)Patrick D. Hunt2011-08-111-9/+9
* ZOOKEEPER-1119. zkServer stop command incorrectly reading comment lines in zo...Mahadev Konar2011-07-251-2/+2
* ZOOKEEPER-1074. zkServer.sh is missing nohup/sleep, which are necessary for r...Mahadev Konar2011-06-271-1/+2
* ZOOKEEPER-1061. Zookeeper stop fails if start called twice. (Ted Dunning via ...Mahadev Konar2011-05-161-9/+29
* ZOOKEEPER-1012. support distinct JVMFLAGS for zookeeper server in zkServer.sh...Benjamin Reed2011-03-161-0/+5
* ZOOKEEPER-1013 zkServer.sh usage message should mention all startup options (...Mahadev Konar2011-03-151-1/+1
* ZOOKEEPER-976. ZooKeeper startup script doesn't use JAVA_HOME (phunt)Patrick D. Hunt2011-02-271-4/+4
* ZOOKEEPER-983. running zkServer.sh start remotely using ssh hangs (phunt)Patrick D. Hunt2011-02-271-5/+14
* ZOOKEEPER-905. enhance zkServer.sh for easier zookeeper automation-izing (Nic...Mahadev Konar2010-12-071-5/+18
* ZOOKEEPER-796. zkServer.sh should support an external PIDFILE variablePatrick D. Hunt2010-07-061-1/+3
* ZOOKEEPER-722. zkServer.sh uses sh's builtin echo on BSD, behaves incorrectly.Patrick D. Hunt2010-04-121-1/+1
* ZOOKEEPER-606. bin scripts don't work with cygwin (phunt via breed)Benjamin Reed2009-12-171-18/+28
* ZOOKEEPER-447. zkServer.sh doesn't allow different config files to be specifi...Patrick D. Hunt2009-08-041-0/+6
* ZOOKEEPER-346. remove the kill command fro mthe client port. (phunt via mahadev)Mahadev Konar2009-04-171-3/+14
* ZOOKEEPER-303. Bin scripts dont work on a Mac. (tom white via mahadev)Mahadev Konar2009-02-101-1/+7