summaryrefslogtreecommitdiffstats
path: root/zkfacade/src
Commit message (Collapse)AuthorAgeFilesLines
* update bootstrapArne Juul2018-05-164-8/+20
|
* update bootstrap section of scriptsArne Juul2018-05-144-0/+36
|
* Execute zkcli in subshellMartin Polden2018-04-101-1/+2
|
* Do not redirect zkcli stderr implicitlyMartin Polden2018-04-091-1/+1
|
* Revert "Revert "Only allow Zookeeper access for config servers in hosted Vespa""Harald Musum2018-04-033-27/+28
|
* Improve log messageHarald Musum2018-03-081-4/+6
|
* Revert "Only allow Zookeeper access for config servers in hosted Vespa"Harald Musum2018-03-083-28/+27
|
* Inline methodJon Bratseth2018-03-081-10/+5
|
* Only allow Zookeeper access for config servers in hosted VespaHarald Musum2018-03-073-22/+28
|
* Log when trying to establish ZooKeeper quorumHarald Musum2018-03-051-0/+3
|
* Merge pull request #4762 from ↵Harald Musum2018-01-241-0/+6
|\ | | | | | | | | vespa-engine/hmusum/remove-commit-from-mock-provider Remove transaction commit in mock provisioner that should never have …
| * Remove transaction commit in mock provisioner that should never have been thereHarald Musum2018-01-241-0/+6
| |
* | Change default value of zookeeperLocalhostAffinity to trueHarald Musum2018-01-232-16/+11
|/
* Prefer zookeeper server on localhost for CDHarald Musum2018-01-141-1/+1
|
* Build proper connect string instead of just hostnameHåkon Hallingstad2018-01-122-1/+32
|
* Some Curator clients require ensemble connect stringHåkon Hallingstad2018-01-113-84/+98
|
* Revert "Prefer zookeeper server on localhost for CD"Harald Musum2018-01-111-1/+1
|
* Prefer zookeeper server on localhost for CDHarald Musum2018-01-101-1/+1
|
* Allow localhost zk affinityHåkon Hallingstad2017-12-202-10/+36
| | | | | This allows the config server's Curator component to use a connectSpec that only specifies the localhost zk server.
* Remove superfluous characters in exception messageHarald Musum2017-09-271-1/+1
|
* Revert "Freva/node admin shutdown"Valerij Fredriksen2017-09-221-2/+2
|
* Add locks to ComponentsProviderImplValerij Fredriksen2017-09-221-2/+2
|
* Revert "Upgrade to Curator 2.12.0"Harald Musum2017-09-1812-91/+51
|
* Upgrade to Curator 2.12.0Harald Musum2017-09-1512-51/+91
|
* Pass extra args in zkcli to ZooKeeperMainMartin Polden2017-09-141-1/+1
|
* Add preferred Orchestrator lockHåkon Hallingstad2017-09-062-8/+17
|
* Create a mock lock in Lock when possibleJon Bratseth2017-08-081-1/+9
|
* Make curator locks functional within a runtimeJon Bratseth2017-07-041-10/+33
|
* Optimize importsJon Bratseth2017-07-041-1/+1
|
* Make mock accessibleJon Bratseth2017-07-041-0/+5
|
* Expose methodJon Bratseth2017-07-031-1/+5
|
* Nonfunctional changes onlyJon Bratseth2017-06-291-0/+1
|
* Simpler nameJon Bratseth2017-06-281-2/+2
|
* Move CuratorMutex to make it reusableJon Bratseth2017-06-281-0/+53
|
* Revert "Revert 2856 revert 2842 hmusum/shutdown zookeeper properly"Harald Musum2017-06-231-46/+19
|
* Shutdown correctly when running a zookeeper server standaloneHarald Musum2017-06-221-6/+13
|
* Revert "Revert "Shutdown zookeeper properly""Harald Musum2017-06-221-18/+38
|
* Revert "Shutdown zookeeper properly"Harald Musum2017-06-221-38/+18
|
* Shutdown zookeeper properlyHarald Musum2017-06-201-18/+38
|
* import getDefaultsArne H Juul2017-06-191-5/+5
|
* use underVespaHome()Arne H Juul2017-06-171-3/+3
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-174-8/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1447-45/+47
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1447-47/+45
|
* Update copyright headersJon Bratseth2017-06-1447-45/+47
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1347-49/+47
|
* Copyright headerJon Bratseth2017-06-1347-47/+49
|
* use VESPA_USER env varArne H Juul2017-06-081-1/+4
|
* Make sure to always set data for a node when creating itHarald Musum2017-05-021-2/+2
| | | | | * Curator library by default sets the data for a node to the IP address of the client that creates the node