aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanupHenning Baldersheim2022-11-261-2/+1
|
* Merge pull request #24979 from ↵Jon Marius Venstad2022-11-254-3/+41
|\ | | | | | | | | vespa-engine/jonmv/relax-cloud-account-requirements Configure VPC endpoint services for container clusters
| * Read load-balancer allowed URNs from container xml, wire to provisionerjonmv2022-11-244-3/+41
| |
* | Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-251-3/+3
|/
* Use new location for ZooKeeper TLS config fileHarald Musum2022-11-242-2/+2
|
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-232-25/+3
| | | | | Let RpcResourcePool/RpcClient be owned by the dispatcher. Step 2 in preparing for smooth handling of content cluster changes.
* Splitt nodes static and dynamic config in DispatchConfig to prepare for ↵Henning Baldersheim2022-11-213-6/+30
| | | | seamless cluster changes.
* GC unusedHenning Baldersheim2022-11-211-1/+0
| | | | | | | -useMultilevelDispatch -useLocalNode -searchableCopies -mergeGroupingResultInSearchInvokerEnabled
* Nicer deploy errorsJon Bratseth2022-11-201-4/+4
|
* Merge pull request #24923 from vespa-engine/bjorncs/fixBjørn Christian Seime2022-11-181-2/+4
|\ | | | | Ensure elements are unique and ordering is consistent
| * Ensure elements are unique and ordering is consistentBjørn Christian Seime2022-11-181-2/+4
| |
* | Support GPU in node specificationMartin Polden2022-11-172-3/+19
|/
* Merge pull request #24850 from vespa-engine/bratseth/ms-marco-testKristian Aune2022-11-162-3/+5
|\ | | | | Test the MS marco notebook app application package
| * Test the MS marco notebook app application packageJon Bratseth2022-11-142-3/+5
| |
* | Merge pull request #24875 from ↵Henning Baldersheim2022-11-151-1/+4
|\ \ | | | | | | | | | | | | vespa-engine/balder/reduce-number-of-flush-threads - If less than 16G memory only use single flush thread.
| * | Update ↵Henning Baldersheim2022-11-151-1/+1
| | | | | | | | | | | | | | | config-model/src/main/java/com/yahoo/vespa/model/search/NodeResourcesTuning.java Co-authored-by: Geir Storli <geirst@yahooinc.com>
| * | Update ↵Henning Baldersheim2022-11-151-1/+1
| | | | | | | | | | | | | | | config-model/src/main/java/com/yahoo/vespa/model/search/NodeResourcesTuning.java Co-authored-by: Geir Storli <geirst@yahooinc.com>
| * | - If less than 16G memory only use single flush thread.Henning Baldersheim2022-11-151-1/+4
| | | | | | | | | | | | - 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-152-2/+13
|/
* Allow session-timeout-seconds on zookeeperjonmv2022-11-111-1/+1
|
* Merge pull request #24451 from ↵Jon Marius Venstad2022-11-112-7/+25
|\ | | | | | | | | vespa-engine/jonmv/configurable-zk-session-timeout Jonmv/configurable zk session timeout
| * Change default to 30sjonmv2022-11-101-1/+1
| |
| * Test for configservers and forward to superjonmv2022-11-101-2/+2
| |
| * Set default value of 12sjonmv2022-11-101-1/+1
| |
| * Configurable through session-timeout-seconds attributejonmv2022-11-102-6/+24
| |
* | 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-032-3/+14
| | | | application clusters.
* Support match:cased on index fieldsJon Bratseth2022-11-021-3/+3
|
* Use root cloud account for undeclared instancesjonmv2022-10-311-1/+1
|
* Sort to produce deterministic lists.Henning Baldersheim2022-10-281-0/+1
|