summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Changes to allow unprivileged vespa.Tor Egge2018-03-121-2/+6
|
* Revert "Only allow Zookeeper access for config servers in hosted Vespa"Harald Musum2018-03-081-1/+1
|
* Merge pull request #5006 from ↵Jon Bratseth2018-03-089-116/+167
|\ | | | | | | | | vespa-engine/hmusum/support-POST-for-prepare-and-activate Hmusum/support post for prepare and activate
| * AddHarald Musum2018-02-051-0/+96
| |
| * Support POST with app for prepareandactivateHarald Musum2018-02-058-116/+71
| | | | | | | | Start move to ApplicationApiHandler
* | Merge pull request #5244 from ↵Jon Bratseth2018-03-081-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/musum/only-allow-zk-access-from-config-servers-in-hosted-vespa Only allow Zookeeper access for config servers in hosted Vespa
| * | Only allow Zookeeper access for config servers in hosted VespaHarald Musum2018-03-071-1/+1
| | |
* | | Filedisitributor is gone, don't try to stop itHarald Musum2018-03-081-2/+0
|/ /
* | Set user agent for client used in service viewMartin Polden2018-03-061-3/+15
| |
* | CleanupMartin Polden2018-03-063-68/+61
| |
* | Merge with masterJon Bratseth2018-02-276-6/+6
| |
* | Refer to HealthMonitorManager in services.xmlHåkon Hallingstad2018-02-261-0/+1
| |
* | Remove unused fieldsHarald Musum2018-02-261-32/+4
| |
* | Include file configsercer-components.xmlMorten Tokle2018-02-221-0/+2
| |
* | Reduce log level and create less garbageHarald Musum2018-02-191-2/+2
| |
* | Avoid creating ConfigCurator when we already have oneHarald Musum2018-02-155-16/+11
| |
* | Add TODOHarald Musum2018-02-141-0/+2
| |
* | Lower log levelHarald Musum2018-02-141-2/+2
| |
* | Merge pull request #5028 from vespa-engine/hmusum/name-executor-servicesHenning Baldersheim2018-02-132-4/+5
|\ \ | | | | | | Give name to a few executor services
| * | Give name to a few executor servicesHarald Musum2018-02-132-4/+5
| | |
* | | Remove dead codeHarald Musum2018-02-132-203/+0
|/ /
* | Use one thread for removing unused applicationsHarald Musum2018-02-135-15/+34
| | | | | | | | Use one thread instead of same number of threads as tenants
* | Lower log level to reduce noise, nodes might not be up yetHarald Musum2018-02-121-1/+1
| |
* | No point in replying if connection back to client is goneHarald Musum2018-02-121-4/+12
| |
* | RenameHarald Musum2018-02-121-2/+2
| |
* | Use available processors for number of RPC threads by defaultHarald Musum2018-02-122-2/+7
| |
* | FixHarald Musum2018-02-101-2/+1
| |
* | disableFiledistributor is not used anymoreHarald Musum2018-02-103-10/+3
| |
* | Remove from mock tooHarald Musum2018-02-092-7/+1
| |
* | Remove call to reload file distributorHarald Musum2018-02-091-8/+0
| |
* | Merge pull request #4980 from ↵Henning Baldersheim2018-02-082-10/+40
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/walk-file-tree-to-create-hash-when-filereference-is-a-directory Walk file tree to create hash when file reference is a directory
| * | Walk file tree to create hash when file reference is a directoryHarald Musum2018-02-082-10/+40
| | | | | | | | | | | | Legacy code did this before, now we need to do it ourselves
* | | Remove unused start-filedistribution scriptHarald Musum2018-02-083-82/+0
|/ /
* | Remove FileDistributionManager.Henning Baldersheim2018-02-081-5/+0
| |
* | Remove calls to legcay code for file distributionHarald Musum2018-02-088-174/+15
| |
* | Remove config and support for non-chunked transferHarald Musum2018-02-071-35/+1
| |
* | Handle small constantsJon Bratseth2018-02-051-1/+15
|/
* Update commons-compress to a newer versionHarald Musum2018-02-051-1/+0
|
* Merge pull request #4854 from ↵Jon Bratseth2018-02-021-4/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-templates-dir-from-app-package Remove templates dir, not supported in Vespa 6
| * Remove templates dir, not supported in Vespa 6Harald Musum2018-01-311-4/+0
| |
* | Only try to release lock when it is heldHarald Musum2018-02-011-5/+8
|/
* Remove synchronization, it leads to deadlocksHarald Musum2018-01-311-2/+2
| | | | | | | | | Example: Thread A gets the lock in acquire(), does not hold the monitor anymore.. Thread B calls acquire() and waits for the lock (while holding the monitor) Thead A wants to call release(), but cannot do that because thread B is holding the monitor. Deadlock until timeout for thread A, at which time thread B holds the monitor again and continues
* Log when activate times out (low-level timeout in jdisc)Harald Musum2018-01-311-0/+10
|
* Merge pull request #4831 from vespa-engine/hmusum/prepare-and-activate-handlerJon Bratseth2018-01-3110-15/+298
|\ | | | | Add handler that does prepare and activate in one call
| * Add handler that does prepare and activate in one callHarald Musum2018-01-3110-15/+298
| |
* | Remove unused methodHarald Musum2018-01-313-13/+0
| |
* | Merge pull request #4832 from vespa-engine/hmusum/avoid-using-deprecated-methodValerij Fredriksen2018-01-311-1/+1
|\ \ | | | | | | Avoid using deprecated method
| * | Avoid using deprecated methodHarald Musum2018-01-311-1/+1
| |/
* | Merge pull request #4830 from ↵Henning Baldersheim2018-01-311-0/+22
|\ \ | |/ |/| | | | | vespa-engine/hmusum/download-on-other-config-servers Tell other config servers to download file reference
| * Tell other config servers to download file referenceHarald Musum2018-01-311-0/+22
| |