aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Instant as parameter to prepareHarald Musum2018-01-302-3/+5
| |
* | Use application repo to avoid dealing with low-level codeHarald Musum2018-01-301-10/+5
|/
* Close target when finishedHarald Musum2018-01-301-0/+1
|
* Reduce log levelHarald Musum2018-01-301-2/+2
|
* Merge pull request #4785 from ↵Harald Musum2018-01-296-0/+101
|\ | | | | | | | | vespa-engine/balder/add-uri-support-to-tensor-constants-3 Balder/add uri support to tensor constants 3
| * Move it back where it came from.Henning Baldersheim2018-01-251-2/+17
| |
| * Do not pregenerate uri yet.Henning Baldersheim2018-01-251-16/+2
| |
| * Legacy does not support addUriHenning Baldersheim2018-01-251-2/+2
| |
| * Add logging to get stack trace.Henning Baldersheim2018-01-251-0/+1
| |
| * Add a not implemented implementation.Henning Baldersheim2018-01-251-0/+11
| |