aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/AbstractService.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Less wildcards for some TreeConfigProducer instancesArne Juul2023-02-141-1/+2
* split AbstractConfigProducerArne Juul2023-02-131-4/+4
* Avoid Map.copyOf when you ahve a Map with well defined ordering that you want...Henning Baldersheim2022-12-011-2/+4
* Change to return optional of StringHarald Musum2022-10-211-5/+3
* Merge pull request #24148 from vespa-engine/revert-24139-revert-24126-arnej/p...Henning Baldersheim2022-09-211-1/+7
|\
| * Revert "Revert "pass environment variables securily in config""Henning Baldersheim2022-09-211-1/+7
* | Only set OMP_NUM_TREADS for SearchNode which is the only user of openblas.Henning Baldersheim2022-09-211-4/+0
|/
* Revert "pass environment variables securily in config"Arnstein Ressem2022-09-201-7/+1
* pass environment variables securily in configArne Juul2022-09-191-1/+7
* - Adde featureflag for controlling environment variables.Henning Baldersheim2022-02-071-72/+52
* Revert "Use LinkedHashMap to get deterministic config order"Jon Bratseth2022-02-021-2/+3
* Use LinkedHashMap to get deterministic config orderJon Bratseth2022-02-021-3/+2
* Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-211-2/+2
* Just fetch file references directly from fileregistry as there is no need to ...Henning Baldersheim2021-11-051-10/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename FileDistributor to FileReferencesRepositoryHarald Musum2021-08-251-1/+1
* Remove generation of filereferences config, not usedHarald Musum2021-08-191-4/+1
* Use fileregistry explicitHenning Baldersheim2021-08-171-6/+0
* Do registration of references early and only use fileReferences when sending.Henning Baldersheim2021-08-171-12/+8
* Wire in sendBlob interfaceHenning Baldersheim2021-06-091-0/+5
* Check flush explicitlyJon Bratseth2021-05-241-2/+3
* Assign Slobroks only on cluster controllersJon Bratseth2021-05-241-3/+11
* Revert "Merge pull request #17653 from vespa-engine/bratseth/slobroks-on-clus...Jon Marius Venstad2021-05-201-11/+3
* Revert "Make AbstractService.remove public"Jon Marius Venstad2021-05-201-1/+1
* Make AbstractService.remove publicJon Marius Venstad2021-05-201-1/+1
* Assign Slobroks only on cluster controllersJon Bratseth2021-04-291-3/+11
* Non-functional changesJon Bratseth2021-02-151-4/+2
* Do not use vespamalloc for metrics-proxy. It is pure java.Henning Baldersheim2021-01-281-2/+8
* Signal deference of config change application until restartJon Bratseth2020-10-091-42/+21
* set env variable in the config modelHÃ¥vard Pettersen2020-09-101-1/+11
* Clean up and simplify FileDistributorHarald Musum2020-04-141-0/+1
* retry: refactor requestor apiArne Juul2019-08-061-18/+0
* Revert "Arnej/refactor requestor api 4"Arne H Juul2019-08-041-0/+18
* remove now-unused requiresConsecutivePortsArne Juul2019-08-011-10/+0
* remove now-unused reservePortPrependedArne Juul2019-08-011-8/+0
* Set jvm related methods final, not intended for overriding.gjoranv2019-05-231-3/+3
* AllocatedHost serialization completenessJon Bratseth2019-05-101-6/+4
* stop modeling autostart / autorestartArne Juul2019-03-141-22/+0
* refactor HostPorts usageArne Juul2019-03-041-1/+1
* rewrite port allocationArne Juul2019-03-011-3/+2
* add list of network port allocationsArne Juul2019-02-201-2/+2
* Add jvm-options and prefer over jvmargsHenning Baldersheim2018-11-021-10/+10
* Wire in deployLogger explicit instead of using a backdoor.Henning Baldersheim2018-10-081-4/+5
* Remove void code reference.Henning Baldersheim2018-02-081-11/+2
* Add option to also send an uri.Henning Baldersheim2018-01-251-0/+7
* Revert "Revert "Revert "Revert "Bratseth/select 1 host by index""""Jon Bratseth2017-12-151-1/+1
* Revert "Revert "Revert "Bratseth/select 1 host by index"""Henning Baldersheim2017-12-141-1/+1
* Merge with masterJon Bratseth2017-12-141-16/+0
|\
| * Remove unused ymonService propertyHarald Musum2017-11-301-16/+0