summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Default feed concurrency of 0.5, up from 0.4.Henning Baldersheim2019-01-292-5/+7
| | |
| * | Less eager on the memory until we know a reasonable upper limit.Henning Baldersheim2019-01-292-3/+3
| | |
| * | Add a simple xml schema verification of environment-variablesHenning Baldersheim2019-01-281-0/+3
| | |
| * | Correct the xml schema by moving the environment-variables outside the ↵Henning Baldersheim2019-01-281-5/+3
| |/ | | | | | | obscure else construct.
* / Remove traces of global grow.Henning Baldersheim2019-01-284-5/+0
|/
* Merge pull request #8259 from vespa-engine/ollivir/java-dispatch-feature-flagOlli Virtanen2019-01-285-71/+13
|\ | | | | Java dispatch/fdispatch default feature flag
| * Use TestProperties to avoid code duplication; synchronize feature flag nameOlli Virtanen2019-01-281-71/+2
| |
| * Indentation correctionOlli Virtanen2019-01-281-1/+1
| |
| * Java dispatch feature flagOlli Virtanen2019-01-285-4/+15
| |
* | Merge pull request #8241 from ↵Henning Baldersheim2019-01-289-19/+219
|\ \ | |/ |/| | | | | vespa-engine/balder/add-control-over-concurrency-and-allocation-per-documentdb Balder/add control over concurrency and allocation per documentdb.
| * Use DocType instead of Pair<>Henning Baldersheim2019-01-282-21/+21
| |
| * Make test description more accurate.Henning Baldersheim2019-01-281-1/+1
| |
| * Explain a bit the magic of dividing by 2Henning Baldersheim2019-01-281-0/+2
| |
| * Verify that documentdb[].allocation.initialnumdocs and documentdb[].mode is ↵Henning Baldersheim2019-01-256-18/+102
| | | | | | | | populated according to spec.
| * Expect half for gloabl concurrencyHenning Baldersheim2019-01-251-1/+1
| |
| * Test that initial document count is propagated correctly to deprecated and ↵Henning Baldersheim2019-01-251-11/+39
| | | | | | | | new method.
| * Reflect concurrency all the way to the documedbs.Henning Baldersheim2019-01-253-6/+92
| |
* | Merge pull request #8225 from vespa-engine/bratseth/nonfunctional-changes-onlyJon Bratseth2019-01-251-1/+0
|\ \ | | | | | | Nonfunctional changes only
| * | Nonfunctional changes onlyJon Bratseth2019-01-241-1/+0
| |/
* / Make ModelContext.Properties more accessible in config modelHåkon Hallingstad2019-01-2523-312/+203
|/ | | | | | | | | | | | | | | This commit makes it easier to get the ModelContext.Properties instance in the config model. Before, one would typically have to change a bunch of code to wire through a new property (builder methods and fields, DeployProperties constructor, fields, and getters, mock classes, ...). It is made accessible through: - ModelContext.properties(), - DeployState.getProperties(), and - ConfigModelContext.properties() The Properties implementation is in the configserver module, making it easy to back properties with flags.
* Merge pull request #8213 from ↵Harald Musum2019-01-241-33/+51
|\ | | | | | | | | vespa-engine/hmusum/error-context-for-schema-validation-failures Output context when schema validation fails
| * Output context when schema validation failsHarald Musum2019-01-241-33/+51
| |
* | Merge pull request #8187 from vespa-engine/bjorncs/jrt-transport-metricsBjørn Christian Seime2019-01-241-2/+0
|\ \ | | | | | | bjorncs/jrt transport metrics
| * | Revert "Add DefaultJrtFactory as component to container clusters"Bjørn Christian Seime2019-01-221-2/+0
| | | | | | | | | | | | This reverts commit 8aeee26b882c6aa1e12383502cfa37bb18082b53.
* | | Merge pull request #8181 from ↵Håkon Hallingstad2019-01-241-5/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/define-enable-logserver-flag Define enable logserver flag.
| * | | Merge branch 'master' into hakonhall/define-enable-logserver-flagHåkon Hallingstad2019-01-22157-2969/+975
| |\| |
| * | | Get useDedicatedNodeForLogserver from flagHåkon Hallingstad2019-01-177-44/+6
| | | |
| * | | Define enable logserver flagHåkon Hallingstad2019-01-177-9/+43
| | | |
* | | | Merge pull request #8184 from vespa-engine/balder/control-environment-varJon Bratseth2019-01-234-1/+46
|\ \ \ \ | |_|_|/ |/| | | Balder/control environment var MERGEOK
| * | | jdisc -> containerHenning Baldersheim2019-01-181-4/+3
| | | |
| * | | Rename and reduce visibility of ENVIRONMENT_VARIABLES_ELEMENTHenning Baldersheim2019-01-182-3/+2
| | | |
| * | | Use xml element syntax to add environment variables.Henning Baldersheim2019-01-184-5/+23
| | | |
| * | | Add control of extra environment variables.Henning Baldersheim2019-01-175-0/+29
| | | |
* | | | Don't expect docprocservice as service typeJon Bratseth2019-01-221-1/+1
| | | |
* | | | No more docprocservice.Henning Baldersheim2019-01-221-4/+0
| |_|/ |/| |
* | | Remove values that are removed in config def file on Vespa 7.Geir Storli2019-01-211-2/+0
| | |
* | | Remove values that are removed in config def file on Vespa 7.Geir Storli2019-01-211-14/+0
| | |
* | | Makefile is committed - do not ignoreBjørn Christian Seime2019-01-211-0/+1
| | |
* | | Ignore .rng and .xsd files to reduce git noiseBjørn Christian Seime2019-01-211-0/+2
| | |
* | | disallow old top-level "cluster", hope nobody uses itArne Juul2019-01-212-4/+9
| | | | | | | | | | | | update todo for old top-level tag "config", used by several unit tests.
* | | remove unused codeArne Juul2019-01-212-38/+0
| | |
* | | Remove remains of RISE.Geir Storli2019-01-215-53/+1
| | |
* | | G1GC is default on 7gjoranv2019-01-211-1/+1
| | |
* | | Generate html5 javadocgjoranv2019-01-212-3/+3
| | |
* | | update test now that "default" is always "from-disk"Arne Juul2019-01-211-2/+8
| | |
* | | we expect the "default" summary to fetch fields from diskArne Juul2019-01-211-0/+1
| | |
* | | Remove metric-defaults.defgjoranv2019-01-213-3/+0
| | | | | | | | | | | | - Contained only one enum with one value.
* | | GC dead codeArne Juul2019-01-211-12/+0
| | |
* | | just ignore header/body keywordsArne Juul2019-01-214-280/+276
| | |
* | | Partial cleanup of metric-defaults config.gjoranv2019-01-213-38/+0
| | |