summaryrefslogtreecommitdiffstats
path: root/orchestrator/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Orchestrator should assume 3 controllersHåkon Hallingstad2020-06-221-1/+1
* Ignore missing children from optimistic read of suspended hostsHåkon Hallingstad2020-05-151-13/+26
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-252-3/+3
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-2/+2
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-6/+6
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-255-19/+19
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-258-8/+8
* Revert "Reduce host admin suspension concurrency from 20% to 10%"Håkon Hallingstad2020-04-081-1/+1
* Reduce logging in service-monitor and orchestratorHåkon Hallingstad2020-03-234-17/+0
* Merge pull request #12520 from vespa-engine/hakonhall/always-do-status-servic...Valerij Fredriksen2020-03-211-31/+19
|\
| * Always do status service cleanupHåkon Hallingstad2020-03-091-31/+19
* | Silence orchestratorHåkon Hallingstad2020-03-161-11/+11
* | Reduce host admin suspension concurrencty from 20% to 10%Håkon Hallingstad2020-03-131-1/+1
|/
* Avoid building lots of ApplicationInstancesHåkon Hallingstad2020-03-082-13/+23
* Throw if accessing duper model while holding status service application lockHåkon Hallingstad2020-03-071-3/+15
* Support cleanup of status serviceHåkon Hallingstad2020-03-058-25/+154
* Remove InstanceLookupServiceHåkon Hallingstad2020-03-037-105/+42
* Rename MutableStatusService to ApplicationLockHåkon Hallingstad2020-03-0210-123/+105
* Align names with status serviceHåkon Hallingstad2020-03-0211-155/+168
* Merge pull request #12390 from vespa-engine/hakonhall/extract-HostInfo-opsHåkon Hallingstad2020-03-022-94/+129
|\
| * Update orchestrator/src/main/java/com/yahoo/vespa/orchestrator/status/HostInf...Håkon Hallingstad2020-03-021-2/+2
| * Extract low-level ZK HostInfo ops to HostInfosServiceImplHåkon Hallingstad2020-02-272-94/+129
* | Only build part of application instance for host resourceHåkon Hallingstad2020-02-283-10/+12
* | Moved to more specific methods on ServiceMonitorHåkon Hallingstad2020-02-284-11/+16
|/
* Improve suspension denied reasonHåkon Hallingstad2020-02-244-39/+53
* Merge pull request #12275 from vespa-engine/hakonhall/remove-unnecessary-geth...Valerij Fredriksen2020-02-243-9/+1
|\
| * Remove unnecessary getHostInfoHåkon Hallingstad2020-02-203-9/+1
* | Return 409 on Orchestrator timeout instead of 504Håkon Hallingstad2020-02-232-4/+4
* | Remove large-orchestrator-locks flagHåkon Hallingstad2020-02-232-8/+5
|/
* Add host info to orchestrator REST APIHåkon Hallingstad2020-02-175-22/+50
* Support setting PERMANENTLY_DOWN at end of retirementHåkon Hallingstad2020-02-075-24/+65
* Skip removing status nodes at old zk pathsHåkon Hallingstad2020-02-061-46/+20
* Keep track of locks in OrchestratorContextHåkon Hallingstad2020-02-042-28/+58
* Support large orchestrator lockHåkon Hallingstad2020-02-033-39/+117
* Avoid wrapping timeout exception (causing 504) with batch internal error (cau...Håkon Hallingstad2020-02-031-0/+2
* Remove unused suspendedHostnamesHåkon Hallingstad2020-01-305-33/+7
* Prepare for setting PERMANENTLY_DOWNHåkon Hallingstad2020-01-3012-37/+69
* Remove unnecessary mapsHåkon Hallingstad2020-01-292-22/+8
* Make new host-status canonicalHåkon Hallingstad2020-01-291-32/+3
* Pull host info through out of orchestrator and through nodes responseJon Marius Venstad2020-01-272-5/+5
* Define suspended attribute on HostStatus, plus minor review fixesHåkon Hallingstad2020-01-245-12/+18
* Since-timestamp on Orc suspended statusHåkon Hallingstad2020-01-2310-60/+379
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
* Use configured config server cluster size in orchestratorMartin Polden2019-11-195-37/+74
* Allow removing half of the cluster controllersJon Bratseth2019-11-124-8/+14
* Add count metrics of orchestrator application lock to get ratesHåkon Hallingstad2019-10-241-0/+4
* Revert "Revert "Add Orchestrator application lock metrics""Håkon Hallingstad2019-10-221-6/+54
* Revert "Add Orchestrator application lock metrics"Harald Musum2019-10-221-54/+6
* Extract duration calculation into separate methodHåkon Hallingstad2019-10-211-2/+6
* Add Orchestrator application lock metricsHåkon Hallingstad2019-10-211-6/+50