summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11083 from ↵Jon Bratseth2019-10-292-12/+25
|\ | | | | | | | | vespa-engine/bratseth/include-retired-clustercontrollers Include retired cluster controllers
| * Include retired cluster controllersJon Bratseth2019-10-242-12/+25
| | | | | | | | | | | | | | | | | | | | | | | | When all nodes are replaced we lose the cluster state if we only allocate cluster controllers on non-retired nodes. This does not work with global documents as it leads all nodes to enter the maintenance state where buckets are deactivated until global documents are completely migrated to new nodes. By including the retired cluster controllers in the cluster controller cluster we preserve the existing ZooKeeper state which prevents this situation.
* | Use TestUtil.joinLines to simplify generation of multi-line string.Tor Egge2019-10-281-23/+26
| |
* | Use attribute combiner summary transform when source field is a complexTor Egge2019-10-282-0/+57
| | | | | | | | struct field with only attributes.
* | Merge with masterJon Bratseth2019-10-258-60/+52
|\ \
| * | Revert "Revert "search-nodes config is long gone. Now it is taken over by ↵Henning Baldersheim2019-10-241-21/+5
| | | | | | | | | | | | dispatch co…""
| * | Revert "search-nodes config is long gone. Now it is taken over by dispatch ↵Harald Musum2019-10-241-5/+21
| | | | | | | | | | | | co…"
| * | GC no longer used ports.Henning Baldersheim2019-10-245-34/+8
| | |
| * | search-nodes config is long gone. Now it is taken over by dispatch config.Henning Baldersheim2019-10-241-21/+5
| | |
| * | Merge pull request #11084 from ↵Geir Storli2019-10-242-2/+42
| |\ \ | | |/ | |/| | | | | | | vespa-engine/toregge/update-summary-disk-access-validator-for-struct-fields Update SummaryDiskAccessValidator for struct fields.
| | * Update SummaryDiskAccessValidator for struct fields.Tor Egge2019-10-242-2/+42
| | |
* | | Create one Dispatcher component per search clusterJon Bratseth2019-10-2518-184/+241
|/ / | | | | | | | | | | This avoids creating an excessive number of connections to search clusters when the application (incorrectly) creates many local provider chains to the same search cluster.
* / Create VespaZooKeeperServer interface and use where appropriateHarald Musum2019-10-241-1/+1
|/
* Revert "Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-231-1/+2
|
* Merge pull request #11045 from ↵Håkon Hallingstad2019-10-221-2/+1
|\ | | | | | | | | vespa-engine/revert-11041-revert-11040-revert-11032-revert-11027-revert-11025-revert-11012-revert-11010-hmusum/move-ZooKeeperServer Revert "Reapply "Move ZooKeeperServer to another module""
| * Revert "Reapply "Move ZooKeeperServer to another module""Harald Musum2019-10-221-2/+1
| |
* | Merge pull request #11043 from ↵Geir Storli2019-10-227-9/+61
|\ \ | |/ |/| | | | | vespa-engine/geirst/matched-elements-only-for-imported-fields Geirst/matched elements only for imported fields
| * Handle matched element filter transforms for imported complex fields.Geir Storli2019-10-225-8/+49
| |
| * Mark matched elements filter transforms as dynamic that require the query.Geir Storli2019-10-222-1/+12
| |
* | Revert "Revert "Reapply "move ZooKeeperServer to another module"""Harald Musum2019-10-221-1/+2
|/
* Revert "Reapply "move ZooKeeperServer to another module""Håkon Hallingstad2019-10-221-2/+1
|
* Revert "Revert "Reapply "Move ZooKeeperServer to another module""""Harald Musum2019-10-211-1/+2
|
* Revert "Reapply "Move ZooKeeperServer to another module"""Harald Musum2019-10-211-2/+1
|
* Revert "Revert "Move ZooKeeperServer to another module""Harald Musum2019-10-201-1/+2
|
* Revert "Move ZooKeeperServer to another module"Harald Musum2019-10-181-2/+1
|
* Move ZooKeeperServer to another moduleHarald Musum2019-10-171-1/+2
| | | | | | zookeeper-server jar is not a preinstalled bundle, as zkfacade is, so need to add bundle explicitly for clustercontroller and add symlink from components dir for config server
* Minor refactoring, no functional changesHarald Musum2019-10-171-31/+38
|
* No need to add bundle that is already a preinstalled bundleHarald Musum2019-10-161-1/+0
|
* Allow deploying self-hosted applications to devJon Bratseth2019-10-156-30/+71
|
* Update copyrightHenning Baldersheim2019-10-151-0/+1
|
* Set availableProcessors so that we control how many cores the jvm see.Henning Baldersheim2019-10-153-1/+67
|
* Merge pull request #10980 from ↵Henning Baldersheim2019-10-159-14/+6
|\ | | | | | | | | vespa-engine/balder/expose-minheapsize-programatically Add minheapsize as a controllable entity. Control it explicit and avo…
| * minheapsize -> minHeapsizeHenning Baldersheim2019-10-156-6/+6
| |
| * Add minheapsize as a controllable entity. Control it explicit and avoid ↵Henning Baldersheim2019-10-149-14/+6
| | | | | | | | using append of jvmargs which is intended for user specified overrides.
* | Only application clusters need to worry about memory percentage.gjoranv2019-10-152-8/+13
|/
* Restart is on service level, not cluster level.Henning Baldersheim2019-10-142-4/+0
|
* Unify qrstart config generationHenning Baldersheim2019-10-147-45/+29
|
* Merge pull request #10971 from ↵Henning Baldersheim2019-10-147-16/+87
|\ | | | | | | | | vespa-engine/balder/only-use-2-cores-for-metricsproxy-and-clustercontroller Balder/only use 2 cores for metricsproxy and clustercontroller
| * Simplify by chaining.Henning Baldersheim2019-10-142-8/+10
| |
| * Also test the hosted dimension.Henning Baldersheim2019-10-131-6/+31
| |
| * Set percentage to zero explicit.Henning Baldersheim2019-10-131-0/+1
| |
| * Test at the cluster level instead as that is where config is produced.Henning Baldersheim2019-10-123-23/+31
| |
| * Only override what you really need.Henning Baldersheim2019-10-122-2/+1
| |
| * Make 2 cores available to the clustercontroller. Control all settings ↵Henning Baldersheim2019-10-124-6/+11
| | | | | | | | related to heap size.
| * Add test for expected qr-start config.Henning Baldersheim2019-10-121-0/+17
| |
| * Add test for qrstart for container clustercontroller.Henning Baldersheim2019-10-121-0/+14
| |
* | Merge pull request #10961 from ↵Martin Polden2019-10-145-54/+17
|\ \ | |/ |/| | | | | vespa-engine/mpolden/remove-legacy-rotation-handling Remove legacy rotation handling in configserver
| * Stop reading rotations property in config modelMartin Polden2019-10-115-54/+17
| |
* | Revert "2 threads should be plenty here."Harald Musum2019-10-112-3/+1
|/
* Revert "Merge pull request #10923 from ↵Jon Bratseth2019-10-085-48/+51
| | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2" This reverts commit 72ae113d501035bc51a25045d3d916aa7bb5507a, reversing changes made to 0514a2a133a194f5e9454fcc60e56d01730f9019.