summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Reapply "Load platform bundles separately"gjoranv2020-07-166-35/+24
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-166-24/+35
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-165-5/+5
|
* Reapply "Load platform bundles separately"gjoranv2020-07-166-35/+24
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-166-24/+35
|
* Add comment about platform bundles.gjoranv2020-07-151-0/+1
|
* Remove all usage of BundleConfig and bundles.cfg test files.gjoranv2020-07-153-26/+0
| | | | | | - The latter were not even used by the tests. - The bundles.def file itself will be removed when the last model using it has rolled out of hosted Vespa.
* Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-146-20/+34
| | | | - The new configs are only generated, but not used.
* Use verbose gc logging for logserver-containerHarald Musum2020-07-141-1/+2
|
* Use Set.ofgjoranv2020-07-141-77/+74
|
* Rename BundleMapper -> PlatformBundlesgjoranv2020-07-148-21/+16
|
* Simplify, and rename methods and fields to reflect that the onlygjoranv2020-07-142-85/+86
| | | | .. bundle we have special handling for is search-and-docproc
* Use absoluteBundlePath everywhere platform bundles are installed.gjoranv2020-07-141-4/+5
|
* Make absoluteBundlePath method simpler to usegjoranv2020-07-142-5/+4
|
* Remove defective methods to add platform bundles based on componentsgjoranv2020-07-142-22/+1
| | | | + Update TODO comment
* Revert "Increase JVM heap for logserver-container"Harald Musum2020-07-131-1/+1
|
* Merge pull request #13872 from ↵Tor Brede Vekterli2020-07-131-0/+3
|\ | | | | | | | | vespa-engine/vekterli/expose-metrics-for-concurrent-mutation-failures Expose distributor metrics for concurrent mutation failures
| * Expose distributor metrics for concurrent mutation failuresTor Brede Vekterli2020-07-131-0/+3
| | | | | | | | | | | | Incremented by the distributor whenever a modifying operation arrives for a document ID that is being concurrently modified by another. High contention may cause clients to be throttled down.
* | Merge pull request #13875 from vespa-engine/geirst/inherited-reference-fieldsGeir Storli2020-07-1311-1/+281
|\ \ | |/ |/| Ensure that reference fields can be inherited from super document types.
| * Ensure that reference fields can be inherited from super document types.Geir Storli2020-07-1311-1/+281
| |
* | Increase JVM heap for logserver-containerHarald Musum2020-07-131-1/+1
|/
* Support matched-elements-only for array and wset fields in streaming search.Geir Storli2020-07-102-8/+9
|
* Add feature flags for rolling out skipping of feed threads.Henning Baldersheim2020-07-097-19/+37
|
* Merge pull request #13854 from ↵Henning Baldersheim2020-07-092-2/+3
|\ | | | | | | | | vespa-engine/vekterli/remove-part-of-sum-metrics-from-statereporter-metric-consumer Remove "partofsum" metrics from statereporter consumer
| * Remove "partofsum" metrics from statereporter consumerTor Brede Vekterli2020-07-092-2/+3
| | | | | | | | | | Transitively removes per-thread and per-stripe metrics that add a lot of overhead and aren't used by this consumer.
* | Add support for matched-elements-only for array and weighted set attributes.Geir Storli2020-07-095-5/+83
|/
* Avoid that desire for low latency and high feed throughput selects the ↵Henning Baldersheim2020-07-082-4/+18
| | | | conservative solution.
* Merge pull request #13810 from ↵Geir Storli2020-07-0625-261/+261
|\ | | | | | | | | vespa-engine/geirst/multi-threaded-hnsw-indexing-as-default Make indexing to hnsw index multi-threaded as default.
| * Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-0625-261/+261
| |
* | Merge pull request #13805 from vespa-engine/arnej/terminology-prototypeArne H Juul2020-07-062-2/+2
|\ \ | | | | | | Arnej/terminology prototype
| * | use more descriptive namesArne Juul2020-07-062-2/+2
| |/
* / Add feature flag control of response sequencer.Henning Baldersheim2020-07-064-11/+64
|/
* Use 2 threads.Henning Baldersheim2020-07-051-2/+2
|
* Merge pull request #13799 from ↵Henning Baldersheim2020-07-034-28/+70
|\ | | | | | | | | vespa-engine/balder/only-use-encode-help-on-distributor Only the distributor need help encoding. Proton has enough workers.
| * Separate testting of communicationmanager configHenning Baldersheim2020-07-032-25/+41
| |
| * Only the distributor need help encoding. Proton has enough workers.Henning Baldersheim2020-07-034-20/+46
| |
* | Merge pull request #13791 from ↵Henning Baldersheim2020-07-035-27/+29
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/add-feature-flag-for-content-node-btree-db Add feature flag for content node B-tree bucket DB (and remove distributor B-tree flag)
| * | Add feature flag for content node B-tree bucket DBTor Brede Vekterli2020-07-025-27/+29
| |/ | | | | | | Also remove feature flag for distributor B-tree DB
* | Merge pull request #13785 from ↵Geir Storli2020-07-022-3/+4
|\ \ | |/ |/| | | | | vespa-engine/toregge/require-restart-if-distance-metric-is-changed-without-hnsw-index-enabled Require restart if distance metric is changed when hnsw index is not enabled.
| * Require restart if distance metric is changed when hnsw index is not enabled.Tor Egge2020-07-022-3/+4
| |
* | Test that we feed-sequencer-flag is reflected in proton.indexing.optimize ↵Henning Baldersheim2020-07-012-1/+41
| | | | | | | | | | | | config. Also handle incorrectly spelled enums by falling back to default.
* | Add flag for rolling out feed sequencer change.Henning Baldersheim2020-07-012-4/+15
|/
* Merge pull request #13754 from vespa-engine/add-bindings-for-prometheusgjoranv2020-06-302-5/+16
|\ | | | | Add bindings for prometheus handler in application containers.
| * Add bindings for prometheus handler in application containers.gjoranv2020-06-302-5/+16
| | | | | | | | | | + Simplify by using common path for json and prometheus in the internal applicationmetrics api.
* | Merge pull request #13743 from vespa-engine/separate-documentapi-artifacts_2gjoranv2020-06-301-1/+1
|\ \ | | | | | | Separate documentapi artifacts 2
| * | Use container-documentapi in internal container related poms.gjoranv2020-06-301-1/+1
| | |
* | | Merge pull request #13752 from ↵Lester Solbakken2020-06-304-169/+9
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/lesters/remove-batch-dimension-removal Lesters/remove batch dimension removal
| * | Remove unused importsLester Solbakken2020-06-301-10/+0
| | |
| * | Remove code for batch dimension removalLester Solbakken2020-06-304-159/+9
| |/
* | Merge pull request #13680 from vespa-engine/mortent/install-testrunner-bundlesBjørn Christian Seime2020-06-302-1/+51
|\ \ | |/ |/| install testrunner bundles