summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-085-51/+48
|
* Merge pull request #10915 from ↵Bjørn Christian Seime2019-10-082-1/+3
|\ | | | | | | | | vespa-engine/balder/let-us-not-expose-more-resources-than-necessary 2 threads should be plenty here.
| * 2 threads should be plenty here.Henning Baldersheim2019-10-082-1/+3
| | | | | | | | This will void too many threads started.
* | Allow non-existing instances when appropriateJon Bratseth2019-10-081-3/+6
| |
* | Revert "Merge pull request #10909 from ↵Jon Bratseth2019-10-085-48/+48
|/ | | | | | | vespa-engine/revert-10891-bratseth/instances-in-deployment-xml-rebased" This reverts commit 6474f43ba04731e8bd38d2613ad5098e3cfce90d, reversing changes made to 6ff782a0eb830f2382185a1efd7d0830b3208fae.
* Merge pull request #10909 from ↵Jon Bratseth2019-10-075-48/+48
|\ | | | | | | | | vespa-engine/revert-10891-bratseth/instances-in-deployment-xml-rebased Revert "Bratseth/instances in deployment xml rebased"
| * Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-075-48/+48
| |
* | Update config-model/src/main/resources/schema/deployment.rncJon Bratseth2019-10-071-1/+1
| | | | | | Co-Authored-By: Jon Marius Venstad <jonmv@users.noreply.github.com>
* | Allow deployment instancesJon Bratseth2019-10-073-12/+90
|/
* Merge with masterJon Bratseth2019-10-071-1/+1
|\
| * nice outputKristian Aune2019-10-041-1/+1
| |
* | Avoid deprecated methodsJon Bratseth2019-10-045-48/+48
|/
* Merge pull request #10785 from ↵Lester Solbakken2019-09-261-0/+18
|\ | | | | | | | | vespa-engine/lesters/avoid-renaming-missing-dimensions Lesters/avoid renaming missing dimensions
| * Avoid renaming batch reduced dimensionsLester Solbakken2019-09-241-0/+18
| |
* | Pass source field as argument to matched elements filter transforms.Geir Storli2019-09-242-2/+46
| |
* | Add support for "matched-elements-only" flag on complex summary fields.Geir Storli2019-09-245-1/+223
| | | | | | | | | | Supported field types are array of simple struct, map of primitive type to simple struct and map of primitive type to primitive type.
* | Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-2317-1320/+143
| |
* | Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-2317-143/+1320
| |
* | Remove unuse import.Henning Baldersheim2019-09-231-2/+0
| |