summaryrefslogtreecommitdiffstats
path: root/zkfacade
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Copyright header"Jon Bratseth2017-06-1348-50/+48
|
* Copyright headerJon Bratseth2017-06-1348-48/+50
|
* 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
* Add /nodes/v2/maintenanceJon Bratseth2017-04-251-0/+2
|
* Revert "Revert "Revert "Bump Curator version to 2.12.0"""Harald Musum2017-04-0412-91/+51
|
* Revert "Revert "Bump Curator version to 2.12.0""Harald Musum2017-04-0312-51/+91
|
* Catch exception in RemoteSession insteadHarald Musum2017-03-311-12/+1
|
* Handle NoNodeException for notifyInternalHarald Musum2017-03-311-1/+13
| | | | | | | | * This might happen if deploy prepare is returned successfully to client (majority of config servers have done prepare) and then client deletes application. The one config server that did not prepare will try to notify that it is finished but the path to the node it creates has gone when the application was deleted.
* Revert "Bump Curator version to 2.12.0"Harald Musum2017-03-2812-91/+51
|
* Bump Curator version to 2.12.0Harald Musum2017-03-2212-51/+91
|
* Add zkcli for interactive ZooKeeper shellHÃ¥kon Hallingstad2017-03-032-1/+64
|
* Split vespa_zkfacade__restrict on space tooJon Bratseth2017-01-291-3/+6
|
* return as expected but close the socketArne H Juul2016-11-151-10/+23
| | | | | | | | | | | | * rejecting a connection by throwing an exception didn't work in practice, we got gigabytes of NullPointerException warnings and the configserver couldn't respond to requests anymore. * instead, make the requested object normally, but check the SocketChannel and close it for traffic if it's not allowed before returning. This should make the normal handling of closed connections do cleanup for us. * Log any unexpected exceptions (since we're not quite sure where the NullPointerException came from).
* Allow the name of localhostJon Bratseth2016-11-111-2/+2
|
* Allow localhost.localdomainJon Bratseth2016-11-111-10/+16
|
* Revert "Revert "Enable ZK access control by default""Jon Bratseth2016-11-102-22/+27
|
* Revert "Enable ZK access control by default"Henning Baldersheim2016-11-092-27/+22
|
* Enable ZK access control by defaultJon Bratseth2016-11-092-22/+27
|
* Use a static variable to communicateJon Bratseth2016-11-092-8/+26
| | | | | | Some third party code somewhere is calling setProperties, wiping all properties set inside the VM at random times, so communicate through a static variable instead.
* Add more loggingJon Bratseth2016-11-081-2/+2
|
* Revert "Hmusum/bump curator version"Harald Musum2016-11-0312-49/+46
|
* Add back unintentionally removed codeHarald Musum2016-11-021-0/+9
|
* Upgrade to Curator 2.10.0Harald Musum2016-11-0112-51/+45
|
* Add some logging to debug VESPA-5231Harald Musum2016-10-301-0/+5
|
* Make it possible to turn zk acces control on from the envJon Bratseth2016-10-191-3/+7
|
* Deactivate until proxy nodes are addedJon Bratseth2016-09-071-2/+3
|
* Reduce log levelsJon Bratseth2016-09-071-4/+4
|
* Revert "Revert "Revert "Revert "Revert "Revert "Bratseth/lockdown zk""""""Jon Bratseth2016-09-045-8/+78
|
* Revert "Revert "Revert "Revert "Revert "Bratseth/lockdown zk"""""Jon Bratseth2016-09-045-78/+8
|
* Include connection spec hosts correctly in permissible zk clientsJon Bratseth2016-09-012-1/+13
|
* Allow config servers to connect to zkJon Bratseth2016-09-012-7/+10
|
* Whitespace changesJon Bratseth2016-09-011-1/+0
|
* Allow all application hosts to talk to ZooKeeperJon Bratseth2016-08-312-26/+17
|
* Revert "Revert "Revert "Revert "Bratseth/lockdown zk""""Jon Bratseth2016-08-313-2/+67
|
* Revert "Revert "Revert "Bratseth/lockdown zk"""Jon Bratseth2016-08-283-67/+2
|
* Revert "Revert "Bratseth/lockdown zk""Jon Bratseth2016-08-283-2/+67
|
* Revert "Bratseth/lockdown zk"Jon Bratseth2016-08-263-67/+2
|
* Allow localhostbratseth2016-08-261-2/+2
|
* Override factory methodJon Bratseth2016-08-261-4/+7
|
* Use host namebratseth2016-08-261-3/+3
|
* Disallow ZooKeeper connections from the outsideJon Bratseth2016-08-263-2/+64
|
* Revert "Update to newer Curator version"Harald Musum2016-08-0912-78/+72
|
* Update to newer Curator versionHarald Musum2016-08-0912-72/+78
|
* Truly test application deleteJon Bratseth2016-07-082-8/+42
|
* Support recursivetransactional delete in zkJon Bratseth2016-07-084-3/+46
|
* Give up using a type parameter for transaction operations, againJon Bratseth2016-07-071-5/+5
|
* CleanupJon Bratseth2016-07-064-10/+9
|
* Check that delete does not have childrenJon Bratseth2016-07-062-2/+13
|
* Dont support delete if exist in transactionJon Bratseth2016-07-062-22/+26
|