summaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-182-5/+2
|
* Drop the now unnecessary 'file:' prefix for disk bundles.gjoranv2020-07-171-7/+2
| | | | | | | - It was originally used to separate between disk bundles and bundles retrieved with file distribution. - Keep conversion code until the last model producing 'file:' has rolled out of hosted.
* Use utililty to simplify adding bundlesgjoranv2020-07-171-7/+10
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-173-15/+13
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-173-13/+15
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-163-3/+3
|
* Reapply "Load platform bundles separately"gjoranv2020-07-163-15/+13
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-163-13/+15
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-163-3/+3
|
* Reapply "Load platform bundles separately"gjoranv2020-07-163-15/+13
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-163-13/+15
|
* 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-143-0/+23
| | | | - 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-147-20/+15
|
* 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-133-1/+21
|\ \ | |/ |/| 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-133-1/+21
| |
* | 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-101-6/+7
|
* Add feature flags for rolling out skipping of feed threads.Henning Baldersheim2020-07-095-19/+31
|
* Merge pull request #13854 from ↵Henning Baldersheim2020-07-091-1/+1
|\ | | | | | | | | 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-091-1/+1
| | | | | | | | | | 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-091-1/+31
|/
* Avoid that desire for low latency and high feed throughput selects the ↵Henning Baldersheim2020-07-081-1/+7
| | | | conservative solution.
* Merge pull request #13810 from ↵Geir Storli2020-07-062-3/+3
|\ | | | | | | | | 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-062-3/+3
| |
* | Add feature flag control of response sequencer.Henning Baldersheim2020-07-063-11/+35
|/
* Merge pull request #13799 from ↵Henning Baldersheim2020-07-032-0/+15
|\ | | | | | | | | vespa-engine/balder/only-use-encode-help-on-distributor Only the distributor need help encoding. Proton has enough workers.
| * Only the distributor need help encoding. Proton has enough workers.Henning Baldersheim2020-07-032-0/+15
| |
* | Merge pull request #13791 from ↵Henning Baldersheim2020-07-034-19/+21
|\ \ | | | | | | | | | | | | 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-024-19/+21
| |/ | | | | | | Also remove feature flag for distributor B-tree DB
* | Merge pull request #13785 from ↵Geir Storli2020-07-021-1/+1
|\ \ | |/ |/| | | | | 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-021-1/+1
| |
* | Test that we feed-sequencer-flag is reflected in proton.indexing.optimize ↵Henning Baldersheim2020-07-011-1/+9
| | | | | | | | | | | | 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 #13752 from ↵Lester Solbakken2020-06-301-151/+0
|\ \ | |/ |/| | | | | 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-301-141/+0
| |
* | Merge pull request #13680 from vespa-engine/mortent/install-testrunner-bundlesBjørn Christian Seime2020-06-301-1/+7
|\ \ | |/ |/| install testrunner bundles