summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* VESPA-3078: Metric for Java VM heap size utilization (#362)Leandro Alves2016-07-201-0/+4
|
* Disable drawing clustercontrollers from container hostsgjoranv2016-07-122-5/+7
| | | | VESPA-4007
* Fix: Log to vespa logHarald Musum2016-07-111-10/+16
| | | | | | * Mistakenly used the deploy logger to log debug info about time used when validating, fix this * Rename logger variables
* Merge pull request #345 from yahoo/hmusum/log-time-used-in-rank-setup-validationgjoranv2016-07-112-38/+31
|\ | | | | Log time used in rank setup validator (at debug level)
| * Log time used in rank setup validator (at debug level)Harald Musum2016-07-112-38/+31
| | | | | | | | | | * Use standard way of creating temp file * Throw exception when things go wrong
* | Add newlineHarald Musum2016-07-111-1/+1
| |
* | Add sd test fileHarald Musum2016-07-111-0/+7
| |
* | Fail when search does not have documentHarald Musum2016-07-112-1/+32
|/
* Reduce threads in clustercontroller threadpool from 500 to 10.Henning Baldersheim2016-07-072-4/+45
| | | | Reduce heap size to from 1536M to 512M.
* update unit test checking verbosegcArne H Juul2016-07-071-1/+1
|
* Merge pull request #320 from yahoo/balder/minhits-per-thread-take2Geir Storli2016-07-074-0/+33
|\ | | | | Balder/minhits per thread take2
| * Control min-hits-per-threadHenning Baldersheim2016-07-064-0/+33
| |
* | stop using perl script one more placeArne H Juul2016-07-071-2/+2
| |
* | use new code to find configserversArne H Juul2016-07-071-1/+1
| | | | | | | | | | | | | | * use binary from vespa_defaults instead of old perl code. This is mainly to allow VESPA_CONFIGSERVERS environment configuration to work. * Also, remove duplicate sourcing of common-env.sh
* | Avoid implicit whitespace normalization during attribute validationTor Brede Vekterli2016-07-065-18/+19
|/ | | | | | | Unless "string" is explicitly specified, token matching is used, which will normalize whitespace before validation. Since we tend to do exact string comparisons against DOM attributes in the model itself, this can lead to tricky situations where the validated input is not as expected.
* Don't select the same host twice in the same operationJon Bratseth2016-07-042-14/+7
|
* Eclude containers on content nodesJon Bratseth2016-07-041-12/+24
|
* Revert "Revert "Bratseth/only one clustercontroller per host 2""Jon Bratseth2016-07-044-12/+84
| | | | This reverts commit f9b197a293c63e824cf1062b5642b67a3f00c16e.
* Revert "Bratseth/only one clustercontroller per host 2"Jon Bratseth2016-07-014-84/+12
|
* Merge pull request #283 from ↵Jon Bratseth2016-07-014-12/+84
|\ | | | | | | | | yahoo/bratseth/only-one-clustercontroller-per-host-2 Bratseth/only one clustercontroller per host 2
| * Handle multiple cluster controller hosts mapping to the same physical hostJon Bratseth2016-07-012-6/+18
| |
| * Revert "Revert "Don't use the same host for multiple cluster controllers""Jon Bratseth2016-06-303-8/+68
| | | | | | | | This reverts commit 47b5e73063d43014715e9642fe2fce9fc3105023.
* | Add tuning of conservative mode in proton flush strategy.Geir Storli2016-06-304-17/+48
|/
* Revert "Don't use the same host for multiple cluster controllers"Jon Bratseth2016-06-293-68/+8
|
* Don't use the same host for multiple cluster controllersJon Bratseth2016-06-293-8/+68
|
* Merge with masterJon Bratseth2016-06-2927-289/+350
|\
| * Disable clustercontroller on containerJon Bratseth2016-06-292-4/+4
| |
| * Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
| * Draw cluster controllers from containers when necessaryJon Bratseth2016-06-2717-80/+174
| |
| * Correct indexing chain logic and cleanupJon Bratseth2016-06-271-17/+7
| |
| * Move building to builderJon Bratseth2016-06-2710-198/+165
| |
| * Move content cluster building into ContentJon Bratseth2016-06-274-5/+14
| |
* | Correct commentJon Bratseth2016-06-291-1/+1
| |
* | Better admin amendment testJon Bratseth2016-06-291-12/+8
| |
* | Make amender test set up multiple nodesJon Bratseth2016-06-294-63/+87
| |
* | SimplifyJon Bratseth2016-06-282-62/+59
| |
* | Rename testerJon Bratseth2016-06-282-26/+23
| |
* | Extract functionality allowing tests with of multiple hostsJon Bratseth2016-06-284-107/+143
| |
* | Add admin model amendment testJon Bratseth2016-06-281-7/+78
|/
* Merge pull request #56 from yahoo/vekterli/configurable-group-auto-takedownTor Brede Vekterli2016-06-273-11/+48
|\ | | | | Add configurable automatic group up/down feature based on node availability
| * Add configurable automatic group up/down feature based on node availabilityTor Brede Vekterli2016-06-173-11/+48
| | | | | | | | | | | | | | | | Available under content cluster tuning tag; feature is currently disabled by default (need prod experience for this first). Also improves handling of nodes removed from config by ensuring these are taken out of the core working cluster state instead of just patched away before each state publish.
* | Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
| |
* | Merge pull request #169 from ↵Henning Baldersheim2016-06-224-1/+39
|\ \ | | | | | | | | | | | | yahoo/geirst/add-option-to-tune-initialize-threads-in-proton Add option to tune number of initialize threads in proton.
| * | Add option to tune number of initialize threads in proton.Geir Storli2016-06-224-1/+39
| | |
* | | Remove unused elk configJon Bratseth2016-06-221-7/+0
| | |
* | | Make this work on mac againJon Bratseth2016-06-222-35/+3
|/ /
* | search .../lib64/perl5/site_perl for modulesHarald Musum2016-06-201-0/+1
| |
* | Remove mail address and techyard reference for frodelu (#103)Harald Musum2016-06-201-1/+1
| |
* | Use github username instead of email address for author.Tor Egge2016-06-202-2/+2
| |
* | Merge pull request #43 from ↵Arne H Juul2016-06-173-3/+4
|\ \ | | | | | | | | | | | | yahoo/aressem/use-env-to-find-perl-instead-of-hardcoding-location Use /usr/bin/env perl instead of /usr/local/bin/perl