aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config
Commit message (Expand)AuthorAgeFilesLines
* disableFiledistributor is not used anymoreHarald Musum2018-02-103-10/+3
* Remove from mock tooHarald Musum2018-02-091-4/+1
* Remove call to reload file distributorHarald Musum2018-02-091-8/+0
* Walk file tree to create hash when file reference is a directoryHarald Musum2018-02-081-1/+17
* Remove calls to legcay code for file distributionHarald Musum2018-02-086-160/+13
* Remove config and support for non-chunked transferHarald Musum2018-02-071-35/+1
* Handle small constantsJon Bratseth2018-02-051-1/+15
* Merge pull request #4854 from vespa-engine/hmusum/remove-templates-dir-from-a...Jon Bratseth2018-02-021-4/+0
|\
| * 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
* 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-315-15/+130
|\
| * Add handler that does prepare and activate in one callHarald Musum2018-01-315-15/+130
* | 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 methodHarald Musum2018-01-311-1/+1
| |/
* | Merge pull request #4830 from vespa-engine/hmusum/download-on-other-config-se...Henning Baldersheim2018-01-311-0/+22
|\ \ | |/ |/|
| * Tell other config servers to download file referenceHarald Musum2018-01-311-0/+22
* | Instant as parameter to prepareHarald Musum2018-01-302-3/+5
|/
* Close target when finishedHarald Musum2018-01-301-0/+1
* Reduce log levelHarald Musum2018-01-301-2/+2
* Merge pull request #4785 from vespa-engine/balder/add-uri-support-to-tensor-c...Harald Musum2018-01-296-0/+101
|\
| * 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
| * Add option to also send an uri.Henning Baldersheim2018-01-254-0/+88
* | Add copyright headersJon Bratseth2018-01-251-0/+1
|/
* Make sure to close file to avoid leaking file descriptorsHarald Musum2018-01-251-0/+1
* Handle missing files properlyJon Bratseth2018-01-231-0/+2
* Purge old sessions every 5 minutes and log when doing soHarald Musum2018-01-221-1/+3
* Refactor prepare handlerHarald Musum2018-01-216-58/+104
* Refer to generated tensors by absolute pathJon Bratseth2018-01-191-2/+1
* Always write tensor binary files when possibleJon Bratseth2018-01-192-2/+4
* Use a constant for error codeHarald Musum2018-01-181-1/+2
* Do not log connection errors (services may not be up, common case)Harald Musum2018-01-181-1/+1
* We might have status unknown for all hosts tooHarald Musum2018-01-171-5/+21
* Merge pull request #4692 from vespa-engine/bratseth/store-converted-expressio...Jon Bratseth2018-01-172-14/+23
|\
| * Persist constant info in ZooKeeperJon Bratseth2018-01-171-2/+2
| * Copy generated files to ZooKeeperJon Bratseth2018-01-171-8/+17
| * Access files through application packageJon Bratseth2018-01-161-6/+6
* | Merge pull request #4672 from vespa-engine/hmusum/ask-config-servers-to-downl...Henning Baldersheim2018-01-163-7/+21
|\ \
| * | Ask other config servers to start downloading filesHarald Musum2018-01-163-7/+21
* | | SimplifyHarald Musum2018-01-151-5/+0
* | | Purge old session in its own thread instead of every time we add a sessionHarald Musum2018-01-151-8/+18
|/ /
* | Reduce log level when not finding fileHarald Musum2018-01-151-3/+2
* | Make sure to cleanup everything when deleting a tenantHarald Musum2018-01-153-28/+18
|/
* Log when before and after creating tenantsHarald Musum2018-01-141-5/+6