summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #19037 from ↵Harald Musum2021-09-092-4/+3
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/distribute-large-rank-expressions-by-default Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to true
| * | Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to trueHarald Musum2021-09-092-4/+3
| |/
* / Write blobs (large rank expression files) for model evaluator testerLester Solbakken2021-09-093-11/+330
|/
* Log as application warningHenning Baldersheim2021-09-081-1/+1
|
* Allow inheriting any rankprofile until enforcing is enabled explicit.Henning Baldersheim2021-09-085-9/+40
|
* GC dry-run-onnx-on-setup flagHenning Baldersheim2021-09-083-22/+10
|
* If you seemingly inherit yourself, just assume that you try to inherit the ↵Henning Baldersheim2021-09-075-120/+162
| | | | same named rankprofile in the base document type.
* Merge branch 'balder/only-allow-legal-inheritance' of github.com:yahoo/vespa ↵Henning Baldersheim2021-09-078-31/+46
|\ | | | | | | into balder/only-allow-legal-inheritance
| * Merge branch 'master' into balder/only-allow-legal-inheritanceHenning Baldersheim2021-09-078-31/+46
| |\
| | * Merge pull request #18999 from vespa-engine/arnej/add-slobrok-feature-flagHenning Baldersheim2021-09-075-24/+32
| | |\ | | | | | | | | Arnej/add slobrok feature flag
| | | * expand tabsArne H Juul2021-09-071-5/+5
| | | |
| | | * rewire to set slobrok "-N" option from feature flagArne H Juul2021-09-075-24/+32
| | | |
| | * | Merge pull request #19000 from ↵Geir Storli2021-09-072-7/+12
| | |\ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/num-distributor-stripes-safeguard Add safeguards for num distributor stripes being set to -1.
| | | * | Add safeguards for num distributor stripes being set to -1.Geir Storli2021-09-072-7/+12
| | | |/
| | * | Merge pull request #19001 from ↵Tor Brede Vekterli2021-09-071-0/+2
| | |\ \ | | | |/ | | |/| | | | | | | | | vespa-engine/vekterli/additional-merge-throttler-metrics Add metrics for chained merge failures (total and node busy)
| | | * Add metrics for chained merge failures (total and node busy)Tor Brede Vekterli2021-09-071-0/+2
| | | | | | | | | | | | | | | | | | | | Improves visibility into how many merges chains are unwound due to hitting queue limits in nodes further down the chain.
* | | | Use fully qualified rank-profile namesHenning Baldersheim2021-09-072-5/+10
| | | |
* | | | It is too early to check inheritance during parsing. We must wait until all ↵Henning Baldersheim2021-09-072-10/+1
|/ / / | | | | | | | | | serach and rank-profiles are properly parsed,
* | | Detect cyclic inheritance.Henning Baldersheim2021-09-072-4/+38
| | | | | | | | | | | | This can not be hidden, as it will cause StackOverflowException.
* | | Verify that you can not inherit yourself.Henning Baldersheim2021-09-072-0/+26
| | |
* | | Enable feature flag control over rank-profile inheritance verification.Henning Baldersheim2021-09-072-2/+11
| | |
* | | GC unintended inheritance.Henning Baldersheim2021-09-071-1/+1
| | |
* | | Add test for sideways inheritance, and do not test inhertitance from self ↵Henning Baldersheim2021-09-073-1/+51
| | | | | | | | | | | | accidentally.
* | | Verify that rank profile inheritance is correct and sound. The rank profile ↵Henning Baldersheim2021-09-077-28/+122
|/ / | | | | | | must exist and be visible in the inheritance tree of the searchdefinition.
* | Revert "Revert "Wire in executor in deploystate that can be use to speed up ↵Harald Musum2021-09-0716-59/+71
| | | | | | | | deploymen…""
* | Revert "Wire in executor in deploystate that can be use to speed up ↵Harald Musum2021-09-0716-71/+59
| | | | | | | | deploymen…"
* | Revert "Balder/resolve inhertitance early"Henning Baldersheim2021-09-071-12/+2
| |
* | Wire in executor in deploystate that can be use to speed up deployments. Fx ↵Henning Baldersheim2021-09-0716-59/+71
| | | | | | | | | | | | compile rankprofiles in parallell. Currently only uses a foreground executor giving no semantic difference compared to normal single threaded execution.
* | Update config-model/src/main/java/com/yahoo/searchdefinition/FeatureNames.javaHenning Baldersheim2021-09-051-1/+1
| | | | | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* | GC unused importHenning Baldersheim2021-09-051-1/+0
| |
* | Add a 5x faster handcoded detection of legal feature names that does not ↵Henning Baldersheim2021-09-052-6/+69
| | | | | | | | require quoting.
* | Handle that inherited rank-profile might not be registered yet.Henning Baldersheim2021-09-041-1/+7
| |
* | Resolve inhertiance earlyHenning Baldersheim2021-09-041-5/+9
| |
* | Revert local optimisation and instead use a cache, that will effect all use ↵Henning Baldersheim2021-09-041-10/+15
| | | | | | | | | | | | of getFunctions(). In a synthetic test runtime was reduced from 46 to 36 seconds.
* | In order to avoid the quadratic cost of creating a new functions map detect ↵Henning Baldersheim2021-09-031-1/+13
| | | | | | | | | | | | when the underlying map has changed, and then you take a new snapshot.
* | Merge pull request #18964 from ↵Henning Baldersheim2021-09-023-4/+120
|\ \ | | | | | | | | | | | | vespa-engine/balder/multiple-registration-of-rank-functions - Add test for large expressions and inheritance.
| * | - Add test for large expressions and inheritance.Henning Baldersheim2021-09-023-4/+120
| | | | | | | | | | | | - Allow multiple definition as long as they are identical.
* | | Merge pull request #18958 from ↵Geir Storli2021-09-024-28/+84
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/geirst/tune-num-distributor-stripes-based-on-flavor Tune num distributor stripes based on flavor when the feature flag is…
| * | Tune num distributor stripes based on flavor when the feature flag is set to -1.Geir Storli2021-09-024-28/+84
| | |
* | | Expose properties and deploylogger.Henning Baldersheim2021-09-021-0/+2
| | |
* | | Revert "Revert "Update defaults to reflect target of code.""Henning Baldersheim2021-09-022-9/+4
| | |
* | | Revert "Update defaults to reflect target of code."Harald Musum2021-09-022-4/+9
| | |
* | | Update defaults to reflect target of code.Henning Baldersheim2021-09-022-9/+4
| | |
* | | Merge pull request #18942 from ↵Harald Musum2021-09-021-3/+1
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/stop-using-version-in-config-def Deprecate and stop using ConfigDefinition constructor with version
| * | | Deprecate and stop using ConfigDefinition constructor with versionHarald Musum2021-09-021-3/+1
| |/ /
* | | metrix -> metricsHenning Baldersheim2021-09-012-2/+2
| | |
* | | Add feature flag control over metricsproxy serving threads.Henning Baldersheim2021-09-013-3/+6
|/ /
* | Merge pull request #18895 from ↵Morten Tokle2021-08-301-1/+0
|\ \ | | | | | | | | | | | | vespa-engine/mortent/cleanup-application-roles-step1 Prepare for removing unused application roles
| * | Stop accepting application roles in deployMorten Tokle2021-08-301-1/+0
| | |
* | | lz4 compress blobs.Henning Baldersheim2021-08-301-1/+1
|/ /