summaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Set useDedicatedNodeForLogserver to true, but enable only for dev in CD (#7083)Harald Musum2018-09-251-1/+1
|
* Revert, had some unintended consequencesHarald Musum2018-09-251-1/+1
|
* Change config value for using dedicated logserver node to true (#7071)Harald Musum2018-09-251-1/+1
|
* Add feature flag for using dedicated node for logserver (#7023)Harald Musum2018-09-201-0/+1
|
* Revert "Bratseth/handle large constants take 3"Jon Bratseth2018-09-052-8/+0
|
* Move ranking-constants.def to configdefinitionsJon Bratseth2018-09-052-0/+8
|
* Always consider on-prem node-admin to be upHåkon Hallingstad2018-08-301-1/+1
|
* Add clarifying commentHenning Baldersheim2018-08-281-0/+1
|
* Update expected result when we introduce a mutable attributeHenning Baldersheim2018-08-281-0/+1
|
* Increase deafult value for config server mainter intervalHarald Musum2018-07-161-1/+1
|
* Build minimal set of config modelsHarald Musum2018-07-111-0/+1
| | | | | | * Build minimal set for all zones in cd and two prod zones, in addition to all non-prod zones * Add feature flag to be able to turn the feature off
* Make sleep time configurable (avoid spending a long time in unit tests)Harald Musum2018-07-061-0/+3
|
* Use new delete application code in two main zonesHarald Musum2018-07-041-0/+3
| | | | | Add config switch for delete application to make it possible to turn it off without code changes
* Retry redeployment of applications if that failsHarald Musum2018-06-221-0/+3
| | | | | Retry redeployment of applications if they fail when bootstrapping, do System.exit if if takes longer than a configured amount of time
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Add athenz def file to CMakeListsHåkon Hallingstad2018-06-041-0/+2
|
* Remove from public apiHåkon Hallingstad2018-05-311-1/+0
|
* Add package-infoHåkon Hallingstad2018-05-311-0/+6
|
* Move athenz-provider-service.def to configdefinitionsHåkon Hallingstad2018-05-311-0/+26
|
* Add maintainer for deleting unused file references on diskHarald Musum2018-05-301-1/+4
| | | | | | * For now the maintainer just outputs what to be deleted * Add config for file references dir insteaed of hardcoding to make it possible to test
* Add zookeeper data maintainer (removes unused file distribution data)Harald Musum2018-05-241-0/+1
|
* Merge pull request #5878 from ↵Bjørn Christian Seime2018-05-221-0/+2
|\ | | | | | | | | vespa-engine/bjorncs/proper-athenz-identity-provider-config Bjorncs/proper athenz identity provider config
| * Add athenzDnsSuffix and ztsUrl to configserver configBjørn Christian Seime2018-05-151-0/+2
| |
* | Add maintainer for deleting unused tenantsHarald Musum2018-05-201-0/+4
|/
* Only derive default bucket space node states when cluster has global docsTor Brede Vekterli2018-05-021-0/+6
| | | | | | | Lets cluster controller use new protocols for sending compressed cluster state bundles, but without triggering implicit Maintenance edges for nodes in the default bucket space. Also allows for easy live reconfiguration when global document types are added or removed.
* Remove stor-memfilepersistence configHenning Baldersheim2018-04-062-185/+0
|
* Remove stor-devicesHenning Baldersheim2018-04-062-71/+0
|
* Move it to a less general namespaceHenning Baldersheim2018-04-053-3/+3
|
* Export vespa.configHenning Baldersheim2018-04-051-0/+5
|
* Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-052-0/+7
|
* Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-052-7/+0
|
* Use a reconfigurable stateserver.Henning Baldersheim2018-04-052-0/+7
|
* Merge pull request #5392 from ↵Tor Brede Vekterli2018-03-201-0/+6
|\ | | | | | | | | vespa-engine/geirst/clustercontroller-config-for-min-merge-completion-ratio Geirst/clustercontroller config for min merge completion ratio
| * Add config to clustercontroller for the min merge completion ratio of ↵Geir Storli2018-03-201-0/+6
| | | | | | | | buckets in a bucket space before it is considered complete.
* | No need for an array when you just need a countHenning Baldersheim2018-03-191-7/+2
| |
* | Clean out priority blocking stuff in PersistenceThreadHenning Baldersheim2018-03-191-390/+4
|/ | | | | | | Conflicts: storage/src/tests/persistence/filestorage/filestormanagertest.cpp Resolve merge conflict.
* Add switch to enable multiple bucket spaces in cluster controller.Geir Storli2018-02-271-1/+4
|
* Remove unused fieldHarald Musum2018-02-261-3/+0
|
* Merge pull request #5145 from ↵Jon Bratseth2018-02-261-0/+3
|\ | | | | | | | | vespa-engine/hakonhall/skip-config-request-requirement-for-standalone-node-admin Skip config request requirement for standalone node admin
| * Skip config request requirement for standalone node adminHåkon Hallingstad2018-02-261-0/+3
| |
* | Remove unused fieldsHarald Musum2018-02-261-4/+0
|/
* Merge pull request #4990 from vespa-engine/balder/remove-filedistribution-configHarald Musum2018-02-152-12/+0
|\ | | | | Remove unused code.
| * Also remove it from c++Henning Baldersheim2018-02-091-2/+0
| |
| * Remove unused code.Henning Baldersheim2018-02-091-10/+0
| |
* | Use available processors for number of RPC threads by defaultHarald Musum2018-02-121-1/+2
| |
* | Increase number of threads in RPC thread poolHarald Musum2018-02-121-1/+1
|/
* Remove config and support for non-chunked transferHarald Musum2018-02-071-1/+0
|
* Disable file distributor by defaultHarald Musum2018-02-061-1/+1
|
* Correctly export generated bucket space config classTor Brede Vekterli2018-02-011-0/+5
|
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-301-5/+0
|