aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
Commit message (Collapse)AuthorAgeFilesLines
...
* Differentiate between trying and requiring node state changejonmv2022-04-296-24/+42
|
* Accept application/json from CCs, remove removed dependencyjonmv2022-04-292-6/+2
|
* Support headersjonmv2022-04-293-7/+5
|
* Support dynamic queries insteadjonmv2022-04-292-29/+28
|
* Replace Jersey in orchestrator with apache, remove jaxrx_client_utilsjonmv2022-04-2818-534/+409
|
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-3/+3
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-3/+3
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Move ID part to HostName in config-provisioningjonmv2022-04-081-4/+4
|
* Revert "Merge pull request #22065 from ↵jonmv2022-04-081-4/+4
| | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-4/+4
|
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-081-4/+4
|
* Fix unit testJon Marius Venstad2022-04-071-1/+1
|
* Use HttpURL for base url and query in StateRequestHandlerJon Marius Venstad2022-04-072-5/+7
|
* Add explicit dep to jackson-jaxrs-json-providergjoranv2022-03-281-0/+19
| | | | - This bundle will be removed from vespa_jersey2 soon
* Use jersey-proxy-client provided by the configserver bundle.gjoranv2022-03-281-10/+1
| | | | | | | - As a result, the Import-Package for org.glassfish.jersey.internal.util is replaced by importing org.glassfish.jersey.client.proxy, already exported by configserver.
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-175-10/+10
|
* Merge pull request #20820 from vespa-engine/hakonhall/remove-dev-systemMartin Polden2022-01-171-1/+1
|\ | | | | Remove dev system
| * Remove dev systemHåkon Hallingstad2022-01-141-1/+1
| |
* | Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-1413-15/+14
|/
* unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-10/+0
|
* suppress varargs warningArne H Juul2022-01-061-0/+1
|
* Add InfrastructureApplication in application-modelHåkon Hallingstad2022-01-032-9/+10
|
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-214-74/+54
|
* Update 2020 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Update 2019 Oath copyrights.gjoranv2021-10-2711-11/+11
|
* Correct copyright headersJon Bratseth2021-10-201-1/+2
|
* Add missiung copyrightsJon Bratseth2021-10-201-1/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-0724-24/+24
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0757-57/+57
|
* Revert unintended change to verifyGroupGoingDownPermanentlyIsFineHåkon Hallingstad2021-09-231-11/+11
|
* Disallow cfg suspension based solely on being downHåkon Hallingstad2021-09-236-65/+80
|
* Avoid unknown service status on suspended hostHåkon Hallingstad2021-09-233-29/+27
| | | | | Avoid throwing unknown-service-status suspension denial, if the service is on a host which is suspended: In that case the status is effectively down.
* Remove group-permanent-suspension flagHåkon Hallingstad2021-09-203-151/+80
|
* Deny suspension with special constraint on unknown statusHåkon Hallingstad2021-09-146-28/+119
|
* Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-134-2/+14
|
* Remove orchestrate-missing-proxies flagHåkon Hallingstad2021-09-101-7/+1
|
* Rename to group-permanent-suspensionHåkon Hallingstad2021-08-122-3/+3
|
* Enable group-suspension with permanent suspensionHåkon Hallingstad2021-08-112-11/+9
| | | | | | | | | | | This will enable the same per-cluster policy for "permanently suspending" a host (i.e. removing it from an application, typically because it is wantToRetire and retired), as the policy for suspending a host (typically for upgrade). The major difference is that the new policy allows for permanently remove >1 content node at a time, if they are within the same group. Guarded by a new flag group-suspension-in-permanent-suspend, enabled by default. The old and unused flag group-suspension is removed.
* Guard with orchestrate-missing-proxies flagHåkon Hallingstad2021-08-057-13/+15
|
* Specify number of proxies, try 2 [run-systemtest]Håkon Hallingstad2021-08-054-20/+39
|
* Avoid references to unexported classesHåkon Hallingstad2021-07-291-12/+7
|
* Revert "Revert "Pass around orchestration parameters""Håkon Hallingstad2021-07-299-17/+333
|
* Revert "Pass around orchestration parameters"Håkon Hallingstad2021-07-299-333/+17
|
* Use OrchestrationParamsHåkon Hallingstad2021-07-287-25/+61
|
* OrchestrationParamsHåkon Hallingstad2021-07-284-0/+280
|
* Merge branch 'master' into musum/cleanup-ConfigCurator-1Harald Musum2021-07-091-11/+4
|\
| * Remove usage of the @Component annotation for jersey resources.gjoranv2021-07-081-11/+4
| |
* | Use Curator instead of ConfigCurator, part 4Harald Musum2021-07-091-2/+3
|/
* Revert "Revert "Send setNodeState to CC even if storage node is down""Håkon Hallingstad2021-05-146-35/+32
|