aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Revert "Jvenstad/fix config model inconsitency"""Jon Marius Venstad2019-03-0128-363/+276
* Revert "Revert "Jvenstad/fix config model inconsitency""Jon Marius Venstad2019-03-0128-276/+363
* Revert "Jvenstad/fix config model inconsitency"Harald Musum2019-03-0128-363/+276
* Merge pull request #8645 from vespa-engine/jvenstad/fix-config-model-inconsit...Jon Marius Venstad2019-03-0128-276/+363
|\
| * Avoid exception in getDeployTimeJon Marius Venstad2019-03-012-3/+6
| * Create applications only during deployment, and abort activation of non-exist...Jon Marius Venstad2019-03-013-1/+4
| * Synchronise access to session status of an application, and eliminate some racesJon Marius Venstad2019-03-019-79/+140
| * Synchronise accesses to applicationSet in RemoteSession to avoid concurrent l...Jon Marius Venstad2019-03-011-3/+3
| * Let TenantRequestHandler own a TenantApplicationsJon Marius Venstad2019-02-283-9/+17
| * Optimise importsJon Marius Venstad2019-02-283-33/+48
| * Various cleanup, non-functionalJon Marius Venstad2019-02-289-31/+13
| * Register applications in TenantApplications before activating their sessionsJon Marius Venstad2019-02-289-29/+44
| * Minor refactoring, and some renamingJon Marius Venstad2019-02-2814-68/+74
| * Minor cleanupJon Marius Venstad2019-02-285-51/+45
* | Don't do request parsing on jrt transport threadBjørn Christian Seime2019-02-282-3/+5
|/
* Revert "Revert "Reduce heterogeneity by inlining TenantApplications, and some...Harald Musum2019-02-2719-381/+204
* Revert "Reduce heterogeneity by inlining TenantApplications, and some small f...Bjørn Christian Seime2019-02-2719-204/+381
* Merge pull request #8620 from vespa-engine/jvenstad/fix-config-model-inconsit...Jon Marius Venstad2019-02-2719-381/+204
|\
| * Clean up importsJon Marius Venstad2019-02-262-4/+0
| * Reduce heterogeneity by inlining TenantApplications, and some small fixesJon Marius Venstad2019-02-2620-379/+206
* | Merge pull request #8609 from vespa-engine/jvenstad/fix-config-model-inconsit...Jon Marius Venstad2019-02-2613-108/+54
|\|
| * Make some things thread-safeJon Marius Venstad2019-02-261-2/+4
| * Print info about error (think I saw some ConcurrentModEx)Jon Marius Venstad2019-02-261-1/+1
| * Fix imports and lintingJon Marius Venstad2019-02-262-4/+14
| * Remove unused parameterJon Marius Venstad2019-02-267-31/+16
| * Replace CuratorLock with LockJon Marius Venstad2019-02-263-70/+19
* | Set healt status to down when we decide to go out of rotationJon Bratseth2019-02-252-14/+17
* | Remove initiallyInRotation=false option: Not usedJon Bratseth2019-02-221-10/+5
|/
* unit test network ports storageArne Juul2019-02-201-1/+13
* add list of network port allocationsArne Juul2019-02-201-0/+1
* Revert "Revert "Use VIP status file for config server (and controller) in hos...Harald Musum2019-02-143-26/+70
* Revert "Use VIP status file for config server (and controller) in hosted"Harald Musum2019-02-143-70/+26
* Merge pull request #8480 from vespa-engine/hmusum/use-vip-status-file-for-con...Harald Musum2019-02-143-26/+70
|\
| * Fixes after code reviewHarald Musum2019-02-131-1/+1
| * Use VIP status file for config server (and controller) in hostedHarald Musum2019-02-133-27/+71
* | Move one test, remove a redundant oneHarald Musum2019-02-132-54/+27
|/
* Make sure to deconstruct component at end of testHarald Musum2019-02-121-0/+1
* Merge pull request #8449 from vespa-engine/jvenstad/cache-orchestrator-host-s...Jon Marius Venstad2019-02-111-0/+7
|\
| * Expose host status cache, and use it for all bulk operationsJon Marius Venstad2019-02-081-0/+7
* | Merge pull request #8445 from vespa-engine/hmusum/minimum-number-of-threads-i...Harald Musum2019-02-112-3/+5
|\ \
| * | Make sure we have anough threads no matter how many processors the JVM saysHarald Musum2019-02-082-3/+5
* | | Log which applications failed redeployment before trying againHarald Musum2019-02-111-0/+2
|/ /
* / Use a synchronized tenant mapHarald Musum2019-02-071-1/+1
|/
* Stabilize test: Give it some more time to redeploy appsHarald Musum2019-02-061-1/+1
* Go back to using default thread pool sizeHarald Musum2019-02-051-4/+0
* Merge pull request #8364 from vespa-engine/mpolden/rotations-elementMorten Tokle2019-02-042-4/+29
|\
| * Add rotations to cluster specMartin Polden2019-02-041-2/+23
| * Add support for rotations elementMartin Polden2019-02-041-2/+6
* | Merge pull request #8320 from vespa-engine/balder/control-default-dispatch-po...Henning Baldersheim2019-02-011-0/+5
|\ \
| * | Control by application.Henning Baldersheim2019-02-011-2/+2