aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8866 from vespa-engine/gjoranv/remove-indexgjoranv2019-03-223-9/+4
|\ | | | | Use 'index' from super class. (MERGEOK)
| * Use 'index' from super class.gjoranv2019-03-213-9/+4
| |
* | Merge pull request #8862 from vespa-engine/gjoranv/null-checkgjoranv2019-03-221-1/+1
|\ \ | | | | | | Check for null 'http' (MERGEOK)
| * | Check for null 'http'gjoranv2019-03-211-1/+1
| |/
* | Merge pull request #8805 from vespa-engine/ollivir/java-dispatch-metricsOlli Virtanen2019-03-221-0/+2
|\ \ | | | | | | dispatch_internal and dispatch_fdispatch metrics
| * | dispatch_internal and dispatch_fdispatch metricsOlli Virtanen2019-03-151-0/+2
| | |
* | | Merge pull request #8849 from vespa-engine/ollivir/searchprotocol-protobufOlli Virtanen2019-03-221-10/+12
|\ \ \ | |_|/ |/| | Search protocol over jrt + protobuf (take 2)
| * | Search over protobuf + jrtOlli Virtanen2019-03-191-10/+12
| | |
* | | Remove logserver cli arguments that are no longer in useBjørn Christian Seime2019-03-201-4/+0
| | |
* | | Remove replicator plugin from logserverBjørn Christian Seime2019-03-202-39/+0
|/ /
* / Remove unnecessary use of 'isHostedVespa' in Containers.gjoranv2019-03-194-23/+27
|/
* Merge pull request #8734 from vespa-engine/arnej/less-spammy-loggingHenning Baldersheim2019-03-141-3/+1
|\ | | | | drop logging level now that we have verified correct behavior
| * drop logging level now that we have verified correct behaviorArne Juul2019-03-111-3/+1
| |
* | stop modeling autostart / autorestartArne Juul2019-03-147-70/+8
| | | | | | | | * these flags are always true, so no need to configure them
* | Use single binding with '*' as scheme.gjoranv2019-03-131-1/+1
| |
* | Rename myPrepare -> doPreparegjoranv2019-03-134-5/+6
| |
* | Rename Container(Cluster)Impl -> ApplicationContainer(Cluster)gjoranv2019-03-1326-182/+159
| |
* | Simplify setup of default handlers.gjoranv2019-03-138-36/+24
| |
* | Add class for LogserverContainerClustergjoranv2019-03-133-4/+25
| |
* | Use explicit type for implicit indexing cluster.gjoranv2019-03-131-5/+5
| |
* | Set up components depending on cluster type.gjoranv2019-03-1310-184/+17
| | | | | | | | | | - Remove ClusterVerifier, it's no longer needed. - Remove tests that are no longer relevant.
* | Separate between ContainerCluster types.gjoranv2019-03-1334-304/+402
| | | | | | | | | | | | - Add type parameter for ContainerCluster - Add concrete type for app clusters (CCImpl) and clustercontroller clusters (ClusterControllerCC)
* | Make ContainerCluster abstract.gjoranv2019-03-139-36/+65
| |
* | Add feature flag for using a separate service type ('logserver-container') ↵Harald Musum2019-03-125-11/+51
| | | | | | | | for logserver containers
* | Merge pull request #8742 from vespa-engine/balder/gc-yapachelogHenning Baldersheim2019-03-123-15/+6
|\ \ | | | | | | GC unused yapache log and derivatives.
| * | Expect vespa access logHenning Baldersheim2019-03-121-2/+2
| | |
| * | GC unused yapache log and derivatives.Henning Baldersheim2019-03-113-13/+4
| |/
* | Merge pull request #8677 from vespa-engine/lesters/add-relevance-tracking-2Lester Solbakken2019-03-121-0/+7
|\ \ | | | | | | Lesters/add relevance tracking 2
| * | Revert "Revert "Add relevance @k metric tracking""Lester Solbakken2019-03-041-0/+7
| | | | | | | | | | | | This reverts commit 88a5fa4716da6eff95ac941ef50232a81fa25372.
* | | Emit warning when using deprecated 'filedistribution' elementHarald Musum2019-03-111-0/+4
| |/ |/|
* | Merge pull request #8720 from vespa-engine/jvenstad/configurable-tester-flavoursJon Bratseth2019-03-111-1/+4
|\ \ | | | | | | Jvenstad/configurable tester flavours
| * | Make tester flavours configurable in deployment.xmlJon Marius Venstad2019-03-081-1/+4
| | |
* | | Merge pull request #8666 from vespa-engine/arnej/avoid-double-crossingArne H Juul2019-03-104-9/+26
|\ \ \ | | | | | | | | simplify dynamic container setup
| * | | more info in log messageArne Juul2019-03-052-3/+5
| | | |
| * | | only consider port free it was unused in saved allocations tooArne Juul2019-03-042-2/+10
| | | |
| * | | simplify dynamic container setupArne Juul2019-03-043-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * instead of explictly finding the next available dynamic port, and then forcing the dynamic container to use that one, just make that container instance relax its requirements. This should end up allocating the same port as before in the normal case, but works better when reusing previous port allocations.
* | | | Revert "Flavor interface"Valerij Fredriksen2019-03-106-54/+44
| | | |
* | | | Reimplement how to find all configs produced by a ConfigProducer.gjoranv2019-03-093-40/+61
| |/ / |/| | | | | | | | | | | | | | - Search also super classes, not only implemented interfaces. This is necessary to get the correct set of configs for Container implementations and future ContainerCluster implementations.
* | | Merge pull request #8706 from ↵Harald Musum2019-03-083-3/+4
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-log-handler-to-list-of-unprotected-handlers Add log handler to list of unprotected handlers
| * | | Use class object instead of string for LogHandler classHarald Musum2019-03-081-2/+1
| | | |
| * | | Add log handler to list of unprotected handlersHarald Musum2019-03-083-2/+4
| | | |
* | | | Follow API changeValerij Fredriksen2019-03-086-44/+54
|/ / /
* | | Merge pull request #8670 from vespa-engine/gjoranv/use-container-service-type_2gjoranv2019-03-056-27/+7
|\ \ \ | | | | | | | | Gjoranv/use container service type 2
| * | | Use ContainerServiceType in configserver.gjoranv2019-03-041-1/+2
| | | |
| * | | Rename name field to avoid confusion with Enum's 'name()'gjoranv2019-03-041-1/+1
| | | |
| * | | Move ContainerServiceType to config-model-apigjoranv2019-03-045-25/+4
| | |/ | |/| | | | | | | .. to make it accessible without depending on config-model.
* | | Merge pull request #8662 from ↵Harald Musum2019-03-051-4/+0
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/stop-using-name-parameter-when-creating-session Stop using 'name' request parameter, undocumented and not needed
| * | Stop using 'name' request parameter, undocumented and not neededHarald Musum2019-03-041-4/+0
| | |
* | | Revert "Gjoranv/use container service type"gjoranv2019-03-046-7/+27
| | |
* | | Revert "Add relevance @k metric tracking"Lester Solbakken2019-03-041-7/+0
| |/ |/|