aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* 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 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-3110-15/+298
|\
| * 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 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
* | 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 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-254-3/+7
|/
* Make sure to close file to avoid leaking file descriptorsHarald Musum2018-01-251-0/+1
* Remove transaction commit in mock provisioner that should never have been thereHarald Musum2018-01-241-2/+0
* 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-217-62/+110
* 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-173-7/+44
* 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
* | | Merge pull request #4665 from vespa-engine/hmusum/purge-old-sessions-as-a-mai...Harald Musum2018-01-163-31/+25
|\ \ \ | |/ / |/| |
| * | SimplifyHarald Musum2018-01-151-5/+0
| * | Purge old session in its own thread instead of every time we add a sessionHarald Musum2018-01-153-26/+25
* | | Merge pull request #4661 from vespa-engine/hmusum/include-configserver-config...Harald Musum2018-01-151-0/+3
|\ \ \ | |/ / |/| |
| * | Make it possible to include config server config in a fileHarald Musum2018-01-151-0/+3
* | | Use vespamallocd to better root out jni memory issues.Henning Baldersheim2018-01-151-0/+2
|/ /
* | Reduce log level when not finding fileHarald Musum2018-01-151-3/+2