aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* TypoHenning Baldersheim2020-05-101-2/+2
|
* Control num response threads with flagHenning Baldersheim2020-05-104-19/+72
|
* Preserve compatibility with older config modelsMartin Polden2020-05-061-1/+1
|
* Model cloud features explicitlyMartin Polden2020-05-063-13/+4
|
* Remove dead codeHarald Musum2020-05-065-27/+0
|
* When using multiple threads per search we will never have 100% dutycycle to ↵Henning Baldersheim2020-05-014-2/+36
| | | | | | to the law of Amdahl. To be on the safe side we ensure that we have enough threads to reach full cpu utilization even with a 0% cuty cycle.
* Extend attribute change validator to detect hnsw index property changes.Tor Egge2020-04-302-0/+64
|
* Add feature flag for enabling three phase updatesTor Brede Vekterli2020-04-293-2/+29
|
* Merge pull request #13109 from ↵Tor Brede Vekterli2020-04-293-2/+31
|\ | | | | | | | | vespa-engine/vekterli/add-feature-flag-for-distributor-btree-db Add feature flag for enabling distributor B-tree bucket DB
| * Add feature flag for enabling distributor B-tree bucket DBTor Brede Vekterli2020-04-293-2/+31
| |
* | Revert "Add method to fetch constants as tensors"Lester Solbakken2020-04-291-4/+6
|/ | | | This reverts commit 0d0de85cc0b9f280f91a992a015b323f7c9666da.
* Add method to fetch constants as tensorsLester Solbakken2020-04-291-6/+4
|
* Temporarily disable proxy-protocol for port 4443 in jdiscBjørn Christian Seime2020-04-283-11/+51
|
* Merge branch 'master' into hmusum/use-docker-image-instead-of-string-3Harald Musum2020-04-2726-105/+260
|\
| * Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
| |
| * Merge pull request #13067 from ↵Jon Bratseth2020-04-268-54/+98
| |\ | | | | | | | | | | | | vespa-engine/lesters/bert-searchlib-and-config-model Lesters/bert searchlib and config model
| | * Remove unused importLester Solbakken2020-04-261-1/+0
| | |
| | * Fix unit testsLester Solbakken2020-04-265-36/+43
| | |
| | * Add functions used by firstphase, secondphase and summary firstLester Solbakken2020-04-262-14/+26
| | |
| | * Avoid re-resolving types of diamond-shaped dependenciesLester Solbakken2020-04-261-4/+30
| | |
| * | Let size of thread pool and Q follow number of cores on the machine where it ↵Henning Baldersheim2020-04-255-2/+119
| | | | | | | | | | | | | | | | | | | | | is running. If auto detected num worker threads will use number of #cores * 4, quesize will use #numWorkers * 4. No changes of the default value in this commit.
| * | Use java.util.logging.Level in static imports.gjoranv2020-04-251-3/+3
| | |
| * | LogLevel -> Level for isLoggable()gjoranv2020-04-251-3/+3
| | |
| * | LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-255-7/+7
| | |
| * | LogLevel.INFO -> Level.INFOgjoranv2020-04-254-4/+4
| | |
| * | LogLevel.SPAM -> Level.FINESTgjoranv2020-04-252-3/+3
| | |
| * | LogLevel.DEBUG -> Level.FINEgjoranv2020-04-257-12/+12
| | |
| * | Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2511-11/+11
| |/
* / Use DockerImage instead of StringHarald Musum2020-04-224-15/+15
|/
* SystemInfo only in application containersJon Bratseth2020-04-222-2/+1
|
* Add componentJon Bratseth2020-04-221-0/+1
|
* Fix order of arguments in joins after fix thereLester Solbakken2020-04-213-6/+6
|
* Remove feature flag for JDisc proxy protocolBjørn Christian Seime2020-04-212-33/+14
|
* Merge pull request #11943 from ↵Håkon Hallingstad2020-04-201-10/+4
|\ | | | | | | | | vespa-engine/hakonhall/remove-use-bucket-space-metric-feature-flag Remove use-bucket-space-metric feature flag
| * Merge branch 'master' into hakonhall/remove-use-bucket-space-metric-feature-flagHåkon Hallingstad2020-04-20308-2149/+5969
| |\
| * | Remove use-bucket-space-metric feature flagHåkon Hallingstad2020-01-261-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flag controlled config read by the Cluster Controller. Therefore, I have left the ModelContextImpl.Properties method and implementation (now always returning true), but the model has stopped using that method internally, and the config is no longer used in the CC. The field in the fleetcontroller.def is left unchanged and documented as deprecated.
* | | Use DockerImage instead of String, part 2Harald Musum2020-04-172-6/+7
| |/ |/|
* | Add flag control over softstart seconds.Henning Baldersheim2020-04-167-5/+53
| |
* | Introduce top-k-probability and use it to fetch correct proper amount of ↵Henning Baldersheim2020-04-158-3/+53
| | | | | | | | hits from each partition
* | Merge pull request #12910 from ↵Jon Bratseth2020-04-142-0/+4
|\ \ | | | | | | | | | | | | vespa-engine/bjorncs/query-predicate-field-validation Bjorncs/query predicate field validation
| * | Expect predicate commandJon Bratseth2020-04-141-0/+2
| | |
| * | Add 'predicate' as index command to all predicate fieldsBjørn Christian Seime2020-04-141-0/+2
| | |
* | | Merge pull request #12891 from ↵Harald Musum2020-04-148-59/+55
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/do-not-send-hint-about-files-to-distribute-when-on-hosted Do not send hint about files to download when on hosted
| * | Do not request download of files for tenant hosts when on hostedHarald Musum2020-04-147-15/+25
| | | | | | | | | | | | | | | | | | | | | | | | The request for download of files for tenant hosts will work, but the download itself will not, since the application will need to be activated before rpc request for a new file is authorized (authorizer only knows about files for an active application and this happens in when preparing an application)
| * | Clean up and simplify FileDistributorHarald Musum2020-04-147-54/+40
| | | | | | | | | | | | No functional changes
* | | Report expired client certificate as a separate metricBjørn Christian Seime2020-04-081-0/+1
|/ /
* | Validate resource changes by the lower limitJon Bratseth2020-04-0810-59/+109
| |
* | Merge pull request #12846 from vespa-engine/mpolden/remove-old-allocation-logicHarald Musum2020-04-072-22/+2
|\ \ | | | | | | Remove unused allocation logic for unspecified nodes
| * | Remove unused allocation logic for unspecified nodesMartin Polden2020-04-062-22/+2
| | |
* | | Merge pull request #12820 from vespa-engine/gjoranv/remove-unused-methodBjørn Christian Seime2020-04-061-9/+0
|\ \ \ | |/ / |/| | Remove unused method