summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | - If less than 16G memory only use single flush thread.Henning Baldersheim2022-11-152-3/+11
| | | | | | | | | | | | - No more than 1 flushtread per 8 vcpus.
* | | Separate dynamic provisioning and host sharingJon Bratseth2022-11-151-4/+3
|/ /
* | Respect requested cloud account without nodes tagMartin Polden2022-11-153-4/+42
| |
* | Rename isEmpty -> isUnspecifiedMartin Polden2022-11-141-1/+1
| |
* | Extract factory methodMartin Polden2022-11-141-1/+1
|/
* Allow session-timeout-seconds on zookeeperjonmv2022-11-111-1/+1
|
* Merge pull request #24451 from ↵Jon Marius Venstad2022-11-115-9/+30
|\ | | | | | | | | vespa-engine/jonmv/configurable-zk-session-timeout Jonmv/configurable zk session timeout
| * Change default to 30sjonmv2022-11-102-2/+2
| |
| * Test for configservers and forward to superjonmv2022-11-102-2/+3
| |
| * Set default value of 12sjonmv2022-11-101-1/+1
| |
| * Configurable through session-timeout-seconds attributejonmv2022-11-103-7/+27
| |
* | Control dispatcher warmupHenning Baldersheim2022-11-111-1/+3
| |
* | Merge pull request #24816 from vespa-engine/arnej/add-jdisc-startup-feature-flagHenning Baldersheim2022-11-101-1/+6
|\ \ | | | | | | Arnej/add jdisc startup feature flag
| * | optionally use new startup scriptArne Juul2022-11-101-1/+6
| | |
* | | Merge pull request #24756 from ↵Henning Baldersheim2022-11-101-0/+1
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/balder/remove-cluster-from-system-info-2 - Remove cluster() from SystemInfo to only keep static information th…
| * | - Remove cluster() from SystemInfo to only keep static information there.Henning Baldersheim2022-11-041-0/+1
| | | | | | | | | | | | | | | - Instead provide only the cluster name. - If you need cluster information have Cluster injected directly.
* | | Revert "Revert "Revert "Revert "Balder/model importing code in config model ↵Henning Baldersheim2022-11-092-8/+15
| |/ |/| | | | | [run-systemtest]""""
* | Revert "Revert "Revert "Balder/model importing code in config model ↵Henning Baldersheim2022-11-092-15/+8
| | | | | | | | [run-systemtest]"""
* | Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-092-8/+15
| |
* | GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-081-2/+0
| |
* | Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-072-15/+8
| |
* | Revert "Revert "Balder/model importing code in config model [run-systemtest]""Henning Baldersheim2022-11-042-8/+15
|/
* Revert "Balder/model importing code in config model [run-systemtest]"Henning Baldersheim2022-11-042-15/+8
|
* Leave the existing interface as is and add 2 accessors for accessing the ↵Henning Baldersheim2022-11-041-2/+2
| | | | tensors directly.
* Avoid converting tensor to strings and back again.Henning Baldersheim2022-11-041-4/+2
|
* Use model importer code from config-model-fatHenning Baldersheim2022-11-041-2/+11
|
* Revert "Since large constants are always tensors avoid creating a string ↵Harald Musum2022-11-041-2/+4
| | | | just…"
* Merge pull request #24738 from vespa-engine/balder/add-cluster-info-providerJon Marius Venstad2022-11-041-0/+1
|\ | | | | Add a provider for cluster information.
| * Add a provider for cluster information.Henning Baldersheim2022-11-031-0/+1
| |
* | Handle small and large Constants in a uniform way.Henning Baldersheim2022-11-031-2/+1
| |
* | Since large constants are always tensors avoid creating a string just to ↵Henning Baldersheim2022-11-031-2/+1
|/ | | | | | convert it back to tensors. That is a lot of work for nothing.
* Control the heas size percentage used as default for non-combined ↵Henning Baldersheim2022-11-034-13/+35
| | | | application clusters.
* Support match:cased on index fieldsJon Bratseth2022-11-022-3/+51
|
* Use root cloud account for undeclared instancesjonmv2022-10-311-1/+1
|
* Sort to produce deterministic lists.Henning Baldersheim2022-10-281-0/+1
|
* Reject cloud account changeMartin Polden2022-10-273-1/+133
|
* Merge pull request #24599 from vespa-engine/mpolden/default-cloud-accountJon Bratseth2022-10-271-1/+1
|\ | | | | Fall back to default cloud account in node spec
| * Rename getCloud -> cloudMartin Polden2022-10-261-1/+1
| |
* | use imported getDefaults()Arne Juul2022-10-272-3/+3
| |
* | Use IllegalArgumentException when appropriateJon Bratseth2022-10-273-23/+24
|/
* Put back excludedBindings()Henning Baldersheim2022-10-251-0/+3
|
* Remove unused class left behind after earlier cleanupsHarald Musum2022-10-241-171/+0
|
* Optimize importsHarald Musum2022-10-2439-95/+9
|
* Remove unused classHarald Musum2022-10-231-36/+0
|
* Move methodHarald Musum2022-10-232-37/+31
|
* Add back . that got lostHarald Musum2022-10-211-1/+1
|
* Move constantHarald Musum2022-10-212-5/+4
|
* Remove unused classHarald Musum2022-10-213-365/+3
|
* Change to return optional of StringHarald Musum2022-10-2115-36/+41
|
* Merge pull request #24521 from vespa-engine/olaa/add-app-cluster-dimensiongjoranv2022-10-212-0/+12
|\ | | | | Add deploymentCluster dimension