aboutsummaryrefslogtreecommitdiffstats
path: root/configserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16477 from vespa-engine/hmusum/avoid-possible-concurrent-...Jon Marius Venstad2021-02-113-18/+11
|\
| * Copy listHarald Musum2021-02-111-1/+1
| * Remove unused argumentHarald Musum2021-02-113-17/+7
| * Use a unmodifiable collection to avoid possible concurrent modificationHarald Musum2021-02-101-1/+4
* | Add feature flag for allowed Athenz proxy identitiesBjørn Christian Seime2021-02-111-0/+3
* | Merge pull request #16459 from vespa-engine/hmusum/minor-refactoringJon Marius Venstad2021-02-111-19/+13
|\ \
| * | ReformatHarald Musum2021-02-111-7/+9
| * | There is just one tenant listener, remove listHarald Musum2021-02-101-12/+4
| |/
* / Use feature flag for max heap size for cluster controllerHarald Musum2021-02-101-0/+3
|/
* Merge pull request #16441 from vespa-engine/bjorncs/remove-access-log-feature...Morten Tokle2021-02-091-6/+0
|\
| * Remove access log feature flagsBjørn Christian Seime2021-02-081-6/+0
* | Remove obsolete feature falgJon Marius Venstad2021-02-081-3/+0
|/
* Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-051-1/+1
* Run tests for lb services config on hosted vespa (#16327)Harald Musum2021-02-041-42/+49
* Add feature flag for max dead bytes ratio.Tor Egge2021-02-031-0/+3
* GC unused merge-chunk-size feature flagHenning Baldersheim2021-02-012-4/+0
* Remove reindexing feature flagBjørn Christian Seime2021-02-011-3/+0
* Remove wait-for-resources feature flagValerij Fredriksen2021-01-282-6/+3
* Merge pull request #16251 from vespa-engine/geirst/enable-feed-block-in-distr...Geir Storli2021-01-271-0/+3
|\
| * Add feature flag for enabling blocking of feed in the distributor.Geir Storli2021-01-271-0/+3
* | Update testHenning Baldersheim2021-01-271-1/+1
|/
* Merge pull request #16240 from vespa-engine/hmusum/do-not-synchronize-when-bo...Håkon Hallingstad2021-01-271-24/+39
|\
| * Use per-tenant locks instead of synchronizing on TenantRepository instanceHarald Musum2021-01-261-24/+39
* | Merge pull request #16138 from vespa-engine/balder/gc-unused-bucketdb-feature...Henning Baldersheim2021-01-262-4/+0
|\ \ | |/ |/|
| * bucketdb-stripe-bits flag is no longer needed.Henning Baldersheim2021-01-212-4/+0
* | Revert "Do not synchronize when bootstrapping tenants"Harald Musum2021-01-261-1/+1
* | Do not synchronize when bootstrapping tenantsHarald Musum2021-01-261-1/+1
* | Merge pull request #16216 from vespa-engine/hmusum/load-sessions-in-parallelHarald Musum2021-01-261-10/+41
|\ \
| * | Some fixes to logging after code reviewHarald Musum2021-01-251-16/+15
| * | Load sessions in parallelHarald Musum2021-01-251-13/+45
* | | Make sure to add the session loaded to cache if it really was loadedHarald Musum2021-01-261-7/+9
* | | Revert "Revert "Use synchronized backing for sessions""Harald Musum2021-01-252-27/+33
* | | Merge pull request #16214 from vespa-engine/revert-16208-hmusum/use-synchroni...Harald Musum2021-01-252-33/+27
|\ \ \
| * | | Revert "Use synchronized backing for sessions"Harald Musum2021-01-252-33/+27
| |/ /
* / / Retry when verifying hostsHarald Musum2021-01-251-3/+22
|/ /
* | Use synchronized collections for cached and watchersHarald Musum2021-01-251-25/+28
* | Add some more info to logging when creating tenantHarald Musum2021-01-251-2/+5
* | Make sure to write metadata and add tenant before notifying listenerHarald Musum2021-01-251-2/+2
* | No need to create and write tenant metadata if tenant already existsHarald Musum2021-01-251-5/+1
* | Revert "Try to reduce contention when bootstrapping tenants [run-systemtest]"Harald Musum2021-01-258-25/+26
* | Split out getOrCreateTenant and do not synchronize createTenantHarald Musum2021-01-241-5/+9
* | Throw exception if trying to add a tenant that already existsHarald Musum2021-01-248-21/+16
* | Control which lidspace job implementation to use.Henning Baldersheim2021-01-231-0/+3
* | Revert "Do not synchronize on method used to bootstrap tenants [run-systemtest]"Harald Musum2021-01-221-6/+3
* | Do not synchronize on method used to bootstrap tenantsHarald Musum2021-01-221-3/+6
* | Merge pull request #16152 from vespa-engine/hmusum/reduce-use-of-global-compo...Håkon Hallingstad2021-01-2132-282/+87
|\ \
| * | Remove GlobalComponentRegistry and implementationsHarald Musum2021-01-2132-252/+47
| * | Move ReloadListener out of GlobalComponentRegistryHarald Musum2021-01-2110-41/+51
* | | Merge pull request #16147 from vespa-engine/freva/blocking-prepareValerij Fredriksen2021-01-213-8/+66
|\ \ \ | |/ / |/| |
| * | Create new transaction for each checkValerij Fredriksen2021-01-211-2/+2