Jon Bratseth

Results 15 issues of Jon Bratseth

Max resources are always set. If autoscaling is off, max==min.

https://docs.vespa.ai/en/performance/sizing-feeding.html lists metrics that doesn't appear to exist any more. At least ``` vds.filestor.alldisks.averagequeuewait.sum vds.filestor.alldisks.queuesize vds.filestor.alldisks.allthreads.update.sum.latency ```

Referencing non-existing attributes in grouping expressions lead to a warning in the log: `searchnode proton.groupingmanager error Could not locate attribute for grouping number 0 : Failed locating attribute vector 'fieldname'....

enhancement
Vespa 9

Currently string fields are not rendered if not set (null), but also if explicitly set to the empty string ("").

enhancement
Vespa 9

We expose the hours and days block window in application API which is used in console, f.ex.: ![image](https://user-images.githubusercontent.com/3785505/148580627-c329203f-ad6d-45b4-8f06-6afd8c639798.png) https://github.com/vespa-engine/vespa/blob/a3bc6f9b6af95b97a2b55147a586ca19d1d98938/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiHandler.java#L1162 I think we should change this to be based on _this_...

Today config definitions are resolved in the config server. This makes it hard to make braking config definition changes in major versions in a clean way. The config definitions should...

enhancement
Vespa 9

If an input is explicitly declared with type string: ``` inputs { query(my_feature) string } ``` We should allow and interpret it as a string in the HTTP query API.

…seth/more-exclusive" This reverts commit e260f413fe355b0ddb39a86a77f49accc5e738b6, reversing changes made to c0e8ae27d4fe623de21586ff711c7bcddeef3026. Must be merged when it has been verified that all config server _nodes_ are allocated with advertised resources (e.g 32Gb...

DO NOT MERGE