aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/AbstractService.java
Commit message (Collapse)AuthorAgeFilesLines
* Just fetch file references directly from fileregistry as there is no need to ↵Henning Baldersheim2021-11-051-10/+0
| | | | assiciate them with services.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Rename FileDistributor to FileReferencesRepositoryHarald Musum2021-08-251-1/+1
| | | | Also rename some methods
* 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 ↵Jon Marius Venstad2021-05-201-11/+3
| | | | | | | vespa-engine/bratseth/slobroks-on-clustercontrollers-only" This reverts commit 237c30c205c0748e8e9b3580c29a76cc88ca201a, reversing changes made to ae01f049bf23e67269fe1f1f222fe8eaf2bdee62.
* Revert "Make AbstractService.remove public"Jon Marius Venstad2021-05-201-1/+1
| | | | This reverts commit 4f23aee7fe1df916e8b7fd6cf513134d5bd54f7e.
* 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
| | | | | | When a restart needs to be done, processes should not apply new config until restarted. This signals to clusters in the config model when this obtains, but this is a no-op for now.
* set env variable in the config modelHåvard Pettersen2020-09-101-1/+11
|
* Clean up and simplify FileDistributorHarald Musum2020-04-141-0/+1
| | | | No functional changes
* retry: refactor requestor apiArne Juul2019-08-061-18/+0
| | | | | | | * add and switch to API for explicitly allocating network ports * remove now-unused getPortSuffixes * remove now-unused requiresConsecutivePorts * remove now-unused reservePortPrepended
* 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
| | | | | | - Serialize node resources instead of flavor when appropriate - Serialize aliases - Proper (de)serialization testing
* stop modeling autostart / autorestartArne Juul2019-03-141-22/+0
| | | | * these flags are always true, so no need to configure them
* refactor HostPorts usageArne Juul2019-03-041-1/+1
| | | | | * instead of inheriting from HostPorts, make HostResource own an instance of it and redirect usage via ports() method.
* rewrite port allocationArne Juul2019-03-011-3/+2
| | | | | | | | * refactor port allocation into its own class * add and use PortFinder to reuse saved allocations * remove superfluous PortReservation class * this should (hopefully) not change the actual port allocations, even when saved allocations are not present.
* add list of network port allocationsArne Juul2019-02-201-2/+2
| | | | | * add port suffixes to identify individual ports for a service * stash port reservations from current config model
* 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
| |
* | Fall back to sort by hostname if a host has no membershipJon Bratseth2017-11-241-1/+1
|/
* Remove unused imports and imports by *.Henning Baldersheim2017-10-021-6/+12
|
* Temoporary permission to kill the bad guys have been revoken.Henning Baldersheim2017-09-271-1/+1
| | | | | Alert level has now been reduced to green as the infamous ones has been taken out. So no need to bring along an armed cop anymore.
* Since we are having so many issues with libyell we need to use an allocator ↵Henning Baldersheim2017-08-301-1/+1
| | | | that has earlier detection of missuse.
* Revert "Since we are having so many issues with libyell we need to use an ↵Arnstein Ressem2017-08-301-1/+1
| | | | all…"
* Since we are having so many issues with libyell we need to use an allocator ↵Henning Baldersheim2017-08-301-1/+1
| | | | that has earlier detection of missuse.
* Handle host being null in toString methodHarald Musum2017-08-221-1/+1
|
* use underVespaHomeArne H Juul2017-06-191-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Minor cleanupHarald Musum2017-06-141-1/+6
| | | | Reindentation, added a toString(), removed unused methods, style fixes
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|