summaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Collapse)AuthorAgeFilesLines
* Check for sessions changed after reconnectingHarald Musum2017-09-261-2/+4
|
* Remove unnecessary sleepHarald Musum2017-09-211-2/+0
|
* Add proper test of prugin of old inactive sessionsHarald Musum2017-09-2116-110/+183
| | | | | | * Add support for injecting a clock to make it possible to test time-related scenarios * Add test
* Merge pull request #3473 from vespa-engine/hmusum/non-functional-changesHarald Musum2017-09-218-78/+72
|\ | | | | Document and rename to make code easier to understand
| * Add missing slashHarald Musum2017-09-211-1/+1
| |
| * Document and rename to make code easier to understandHarald Musum2017-09-208-78/+72
| |
* | Merge pull request #3466 from ↵hakonhall2017-09-206-69/+39
|\ \ | |/ |/| | | | | vespa-engine/hakon/move-supermodel-api-to-config-model-api Move SuperModel API to config-model-api
| * Move SuperModel API to config-model-apiHåkon Hallingstad2017-09-206-69/+39
| |
* | Clarify test intentHarald Musum2017-09-201-0/+5
|/
* Remove unused directory used only in previous versionsHarald Musum2017-09-181-2/+0
|
* Merge branch 'master' into hmusum/only-create-hosted-vespa-tenant-on-hostedHarald Musum2017-09-1743-148/+273
|\
| * Merge pull request #3382 from vespa-engine/bratseth/support-error-removalArne H Juul2017-09-136-13/+11
| |\ | | | | | | Bratseth/support error removal
| | * Nonfunctional changes onlyJon Bratseth2017-09-116-13/+11
| | |
| * | Merge pull request #3389 from ↵hakonhall2017-09-1215-98/+209
| |\ \ | | |/ | |/| | | | | | | vespa-engine/hakon/add-component-managing-the-supermodel Add component managing the SuperModel
| | * Add component managing the SuperModelHåkon Hallingstad2017-09-1115-98/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is the prerequisite step for having the Orchestrator depend on the SuperModel component, getting notified via SuperModelListener about newly activated or removed applications. The Orchestrator will then register for Slobrok as necessary, and also update its data structures of the model.
| * | Throw exception when not getting activate lock within timeoutHarald Musum2017-09-111-1/+1
| |/
| * Fix deployment spec cast in container cluster modelMartin Polden2017-09-082-2/+2
| |
| * Avoid creating strings unless necessaryHarald Musum2017-09-071-2/+2
| |
| * Add request to log lineHarald Musum2017-09-071-2/+2
| |
| * Add debug log line for config generation for supermodel configsHarald Musum2017-09-071-1/+4
| |
| * Use a more specific error codeHarald Musum2017-09-072-3/+3
| |
| * Merge pull request #3327 from ↵Harald Musum2017-09-065-15/+44
| |\ | | | | | | | | | | | | vespa-engine/revert-3308-revert-2934-hmusum/use-409-response-code-for-failing-activation Revert "Revert "Return 409 if there is a conflict when activating""
| | * Revert "Revert "Return 409 if there is a conflict when activating""Harald Musum2017-09-055-15/+44
| | |
| * | Merge pull request #3287 from ↵gjoranv2017-09-0515-16/+0
| |\ \ | | |/ | |/| | | | | | | vespa-engine/revert-3275-revert-3260-hmusum/remove-version-from-def-files Revert 3275 revert 3260 hmusum/remove version from def files
| | * Merge branch 'master' into ↵Harald Musum2017-08-311-4/+2
| | |\ | | | | | | | | | | | | revert-3275-revert-3260-hmusum/remove-version-from-def-files
| | * | Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3015-16/+0
| | | |
| * | | Catch ThrowableHarald Musum2017-09-041-1/+1
| | | |
| * | | Catch Error and log at a place where thread will otherwise die silentlyHarald Musum2017-09-041-1/+1
| | | |
* | | | Only create hosted-vespa tenant on hosted installationsHarald Musum2017-09-042-10/+11
|/ / /
* | | Revert "Return 409 if there is a conflict when activating"gjoranv2017-09-015-44/+15
| | |
* | | Merge pull request #2934 from ↵Jon Bratseth2017-08-315-15/+44
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-409-response-code-for-failing-activation Return 409 if there is a conflict when activating
| * | | Rename exceptionHarald Musum2017-08-313-7/+7
| | | |
| * | | Return 409 if there is a conflict when activatingHarald Musum2017-07-105-15/+44
| | | |
* | | | Merge pull request #3251 from vespa-engine/bjorncs/reduce-mem-usage-configserverBjørn Christian Seime2017-08-311-0/+4
|\ \ \ \ | |_|_|/ |/| | | Reduce number of config server worker threads from default (500)
| * | | Reduce number of worker threads from default (500)Bjørn Christian Seime2017-08-291-0/+4
| | | | | | | | | | | | | | | | | | | | Reduce the number of worker threads will have a positive impact on the memory consumption.
* | | | Nonfunctional changesJon Bratseth2017-08-301-4/+2
| |_|/ |/| |
* | | Revert "version in def files are deprecated"Harald Musum2017-08-3015-0/+16
| | |
* | | version in def files are deprecatedHarald Musum2017-08-3015-16/+0
| | |
* | | Remove warningJon Bratseth2017-08-291-1/+1
| | |
* | | Merge with masterJon Bratseth2017-08-282-4/+3
|\| |
| * | Add application id to logHarald Musum2017-08-243-6/+3
| | |
* | | ProvisionInfo -> AllocatedHostsJon Bratseth2017-08-287-102/+103
| | |
* | | Add one wimphy testJon Bratseth2017-08-289-29/+46
| | |
* | | Allow model evolution which removes clustersJon Bratseth2017-08-286-28/+73
| | |
* | | Explicitly pass the correct allocated hostsJon Bratseth2017-08-285-40/+27
| | |
* | | Track API changes, remove warningsJon Bratseth2017-08-283-3/+3
| | |
* | | ProvisionInfo -> AllocatedHostsJon Bratseth2017-08-2821-104/+98
| | |
* | | Allocation consistency between model versionsJon Bratseth2017-08-2817-73/+118
| | |
* | | Allocation consistency between model versionsJon Bratseth2017-08-2816-92/+129
| | |
* | | Nonfunctional changes onlyJon Bratseth2017-08-234-4/+0
|/ /