summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| * | Remove unused methodgjoranv2020-04-031-9/+0
| | |
* | | Validate that we don't attempt to scale bandwithJon Bratseth2020-04-031-0/+5
| | |
* | | Validate min and maxJon Bratseth2020-04-031-0/+7
|/ /
* | Remove feature flag for using new Athenz filterBjørn Christian Seime2020-04-021-7/+0
| |
* | Merge pull request #12783 from vespa-engine/bjorncs/max-connection-lifeBjørn Christian Seime2020-04-021-4/+8
|\ \ | | | | | | Bjorncs/max connection life
| * | Configure idle timeout and max connection life for hosted connectorBjørn Christian Seime2020-04-021-4/+8
| | |
* | | Merge pull request #12795 from ↵Henning Baldersheim2020-04-022-3/+16
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/compact-config-follows-chunk-config Let compression during compaction follow settings for chunk.
| * | | Unify spacingHenning Baldersheim2020-04-021-3/+3
| | | |
| * | | Let compression during compaction follow settings for chunk.Henning Baldersheim2020-04-012-2/+15
| |/ /
* / / Enable dedicated-nodes-when-unspecified by defaultMartin Polden2020-04-024-49/+12
|/ /
* | override log control file for verify-ranksetupArne Juul2020-03-311-1/+1
| |
* | Configure initially out of rotation for config serversJon Bratseth2020-03-302-1/+9
| |
* | move distance-metric specification, part 1Arne Juul2020-03-2710-49/+62
| | | | | | | | | | | | | | * move distance-metric in grammar, and change wiring within config-model. It still has the same place in generated config and only has effect if hnsw index is specified.
* | Move access control related tests to AccessControlTestBjørn Christian Seime2020-03-272-53/+62
| |
* | Replace use of monitor with volatileBjørn Christian Seime2020-03-271-52/+32
| | | | | | | | | | | | Volatile is sufficient as there is no need for global synchronization across all members of Http. There is only a single thread constructing and mutating the object.
* | Allow vcpu ranges and propagate errorJon Bratseth2020-03-263-3/+3
| |
* | Update config-model/src/test/schema-test-files/services-hosted.xmlJon Bratseth2020-03-261-1/+1
| | | | | | Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Support specifying resource rangesJon Bratseth2020-03-2611-55/+182
| |
* | SimplifyJon Bratseth2020-03-261-17/+12
| |
* | Use ClusterResources in NodesSpecificationJon Bratseth2020-03-263-52/+38
| |
* | Merge pull request #12717 from vespa-engine/bratseth/autoscaling-ranges-1Jon Bratseth2020-03-268-32/+57
|\ \ | | | | | | Bratseth/autoscaling ranges 1 .
| * | Support passing both min and max resourcesJon Bratseth2020-03-251-6/+6
| | |
| * | Collect resource fields into ClusterResourcesJon Bratseth2020-03-253-23/+25
| | |