aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Jonmv/reapply application name validation""Jon Marius Venstad2022-04-041-1/+1
|
* Revert "Jonmv/reapply application name validation"Jon Marius Venstad2022-04-041-1/+1
|
* Revert "Merge pull request #21961 from vespa-engine/revert-21918-jonmv/misc-6"Jon Marius Venstad2022-04-041-1/+1
| | | | | This reverts commit a0b02d8bd00bf8d7f3410cbf47ae432770546883, reversing changes made to 64d0102f9931a01d31976e85b585b9e63894f08e.
* Revert "Jonmv/misc 6"Jon Marius Venstad2022-04-041-1/+1
|
* Merge pull request #21949 from ↵Håkon Hallingstad2022-04-041-3/+1
|\ | | | | | | | | vespa-engine/hmusum/make-zk-command-line-client-depend-on-snappy Move dependency management to parent, depend on snappy-java for cmd line
| * Move dependency management to parent, depend on snappy-java for cmd lineHarald Musum2022-04-021-3/+1
| |
* | Fix testsJon Marius Venstad2022-03-311-1/+1
| |
* | Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-313-6/+6
| |
* | Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-313-6/+6
|/
* Give the Curator 10s to shut downJon Marius Venstad2022-03-101-1/+18
|
* Close Curator instancesJon Marius Venstad2022-03-091-2/+7
|
* Make setting jute max buffer testable and add testHarald Musum2022-02-172-10/+38
|
* Fail writing data if number of bytes exceeds juteMaxBufferHarald Musum2022-02-171-2/+5
|
* Remove unused methodsHarald Musum2022-02-171-20/+0
| | | | This is not a public API anymore, can be removed
* Update abi spec after revoking c.y.vespa.curator package.gjoranv2022-01-261-115/+0
|
* Revoke package c.y.vespa.curator from PublicApigjoranv2022-01-261-2/+0
| | | | - Probably just used internally.
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-143-3/+3
|
* fix some raw types and unchecked conversionsArne H Juul2022-01-101-10/+10
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Upgrade to Curator 5.2.0Harald Musum2021-10-1412-11/+22
|
* Update Verizon Media copyright notices.gjoranv2021-10-0725-25/+25
|
* Update 2017 copyright notices.gjoranv2021-10-0734-34/+34
|
* Add transaction info to exceptionHarald Musum2021-10-061-2/+2
|
* Improve completion waiter debug loggingHåkon Hallingstad2021-08-111-1/+7
|
* Log creating the prepare/active barrierHåkon Hallingstad2021-08-031-0/+1
|
* Actually only need to demote logging in loopHåkon Hallingstad2021-08-021-5/+2
|
* Add more debug logging in CuratorCompletionWaiterHåkon Hallingstad2021-08-021-7/+11
|
* Merge pull request #18584 from vespa-engine/musum/cleanup-ConfigCurator-1Harald Musum2021-07-122-9/+10
|\ | | | | Cleanup Curator and ConfigCurator usage [run-systemtest]
| * Merge branch 'master' into musum/cleanup-ConfigCurator-1Harald Musum2021-07-091-10/+30
| |\
| * | Use Curator instead of ConfigCurator, part 4Harald Musum2021-07-092-9/+10
| | |
* | | Set tickTime for server and adjust client session timeout to a legal valueHarald Musum2021-07-101-1/+4
| | |
* | | Increase session timeout to 180 secondsHarald Musum2021-07-101-1/+1
| | |
* | | Increase session timeoutHarald Musum2021-07-101-2/+2
| |/ |/| | | | | | | 30 seconds seem to be too little with heavily loaded servers and/or slow disks
* | Remove duplicate embedding of log librariesBjørn Christian Seime2021-07-051-10/+30
|/ | | | Embedding log libraries in bundles results in various warnings being printed to stderr.
* More lazy debug log message generationJon Marius Venstad2021-04-281-6/+8
|
* Upgrade slf4j dependencies to 1.7.30Bjørn Christian Seime2021-03-241-1/+1
| | | | | Upgrade jcl-over-slf4j to a version that exports common-logging 1.1.3 or newer (1.2 for 1.7.30). Previous version exported 1.1.1 which is older than the version visible through container-dev Maven dependency tree.
* Remove duplicate headersJon Bratseth2021-03-181-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-1/+2
|
* Merge pull request #16917 from vespa-engine/jonmv/remove-redundant-loggingJon Marius Venstad2021-03-121-2/+4
|\ | | | | Remove redundant logging (and log text generation)
| * Remove redundant logging (and log text generation)Jon Marius Venstad2021-03-121-2/+4
| |
* | Export org.apache.zookeeper.server.quorum from zkfacadeBjørn Christian Seime2021-03-111-0/+10
| |
* | Export org.apache.zookeeper.common from zkfacadeBjørn Christian Seime2021-03-111-0/+10
| |
* | Export org.apache.zookeeper.client from zkfacadeBjørn Christian Seime2021-03-111-0/+10
| |
* | Construct ZKClientConfig from ZkClientConfigBuilderBjørn Christian Seime2021-03-111-6/+5
| | | | | | | | Use ZKClientConfig builder from Curator and ZooKeeperDatabase
* | Add shared ZK client config generator for zkfacade and vespa-zkcliBjørn Christian Seime2021-03-112-15/+9
|/
* Revert "Revert "Specify TLS configuration when enabling secure ZK client""Bjørn Christian Seime2021-03-101-2/+9
|
* Revert "Specify TLS configuration when enabling secure ZK client"Harald Musum2021-03-101-9/+2
|
* Specify TLS configuration when enabling secure ZK clientBjørn Christian Seime2021-03-101-2/+9
| | | | | Implement and use ssl context supplier class. Move helpers methods for determining enabled ciphers/protocols to supplier class.
* Add snappy and metrics-core as compile time dependencies to zkfacadeBjørn Christian Seime2021-03-091-0/+15
| | | | | Zookeeper artifact requires them (both for runtime and to ensure import-package is not generated for packages from those artifacts).
* Upgrade Curator framework to 5.1.0Bjørn Christian Seime2021-03-0812-12/+16
|