summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/src
Commit message (Collapse)AuthorAgeFilesLines
* * apply new common bootstrapArne Juul2022-10-246-6/+24
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Avoid logging error when client exitsHarald Musum2022-04-251-1/+2
| | | | | | Need to change compiler warnings to avoid issue with edu.umd.cs.findbugs.annotations.SuppressFBWarnings that leads to compiler warning
* Remove useless option handling, as only help option is supportedHarald Musum2022-01-171-15/+0
|
* Disable info logging also for FourLetterWordMaingjoranv2021-12-201-0/+5
|
* Set default log level to WARN, to avoid excessive INFO log from ZKgjoranv2021-12-201-0/+6
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
|
* Add 'vespa-zkflw' wrapping ZK's four-letter-word utilityBjørn Christian Seime2021-03-182-0/+112
|
* Do not use sudo when running vespa-zk* commandsHarald Musum2021-03-161-7/+3
| | | | | Try to remove it, causes issues when using environment variables. Can't see why it should be needed by default either
* Add shared ZK client config generator for zkfacade and vespa-zkcliBjørn Christian Seime2021-03-112-1/+20
|
* Specify JVM heap sizesHarald Musum2020-10-142-1/+2
|
* Use /usr/bin/sudo instead of searching $PATH to avoid brokenTor Egge2020-01-281-1/+1
| | | | sudo wrapper script.
* Add script for inspection ZooKeeper transaction logHarald Musum2019-10-021-0/+78
|
* FixHarald Musum2019-09-291-5/+5
|
* Depend on slf4j (needed when using ZooKeeper 3.5) and some log settingsHarald Musum2019-09-291-1/+2
|
* Add proper log4j config file that only prints warnings and aboveHarald Musum2019-09-232-1/+7
|
* Update to use new jar fileHarald Musum2019-09-231-1/+1
|
* Move scriptsHarald Musum2019-09-234-0/+330