summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* temp use 0 spares in prodKristian Aune2018-01-091-1/+1
|
* Disable redundancy requirement in CD systemMartin Polden2018-01-083-2/+4
|
* Reintroduce redundancy requirement for productionMartin Polden2018-01-084-20/+20
| | | | This reverts commit f8c64bc1e5247648db11368d748997311ced6ad1.
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-051-3/+4
| | | | | * this implicitly wires in a Metric, allowing handler invocations to be measured in the ThreadedRequestHandler superclass.
* Revert "Revert "Disable in-place resize""Jon Bratseth2017-12-182-21/+27
|
* set 0 free capacity short termKristian Aune2017-12-142-5/+16
|
* Merge pull request #4434 from ↵Jon Bratseth2017-12-135-4/+9
|\ | | | | | | | | vespa-engine/hmusum/set-deploy-timeout-in-one-place Set timeout for internal deployment in one place
| * Set timeout for internal deployment in one placeHarald Musum2017-12-135-4/+9
| | | | | | | | | | Use barrier timeout as basis for timeout, in the same way we do for external deployments.
* | Recycle failed container nodes after 1 hourMartin Polden2017-12-133-156/+313
| |
* | CleanupMartin Polden2017-12-136-11/+17
|/
* Fix off-by-one error when getting hostname from requestHarald Musum2017-12-112-2/+6
| | | | | The / would be included in hostname, which just happened to work because code further down handled getting //hostname in requests
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Reset wantTo* fields with transitioning to readyValerij Fredriksen2017-12-015-8/+62
|
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Add HTTPS bindings in configserver-app services.xmlValerij Fredriksen2017-11-271-0/+1
|
* Fix and unignore testMartin Polden2017-11-2418-84/+549
|
* Merge pull request #3998 from vespa-engine/freva/node-failerValerij Fredriksen2017-11-163-104/+101
|\ | | | | Count Docker nodes when throttling in node failure
| * Allow to fail 1 host/dayValerij Fredriksen2017-11-102-12/+36
| |
| * Get all ready nodes to fail in a single methodValerij Fredriksen2017-11-031-55/+47
| |
| * Take docker nodes into throttling count when failingValerij Fredriksen2017-11-033-45/+26
| |
* | Add allowedToBeDown to nodes in nodes/v2 APIJon Bratseth2017-11-149-6/+29
| |
* | Add TODOsJon Bratseth2017-11-081-0/+2
| |
* | In-place flavor downsize completeJon Bratseth2017-11-086-9/+32
| |
* | In-place flavor downsizeJon Bratseth2017-11-083-12/+46
|/
* Use host tag instead of hostnameHåkon Hallingstad2017-10-301-2/+2
|
* Fix comments from PR 3913Håkon Hallingstad2017-10-272-3/+5
|
* Merge pull request #3913 from vespa-engine/hakonhall/add-service-status-metricsBjørn Christian Seime2017-10-274-6/+63
|\ | | | | Add service status metrics
| * Add metric of whether any services are down, and fix numberOfServices metricHåkon Hallingstad2017-10-271-5/+10
| |
| * Fix generics warningsHåkon Hallingstad2017-10-271-2/+2
| |
| * Add service status metricsHåkon Hallingstad2017-10-264-6/+58
| |
* | Add copyright headerJon Bratseth2017-10-272-1/+3
|/
* Merge pull request #3896 from ↵Jon Bratseth2017-10-262-3/+4
|\ | | | | | | | | vespa-engine/andreer/dont-let-out-of-spec-nodes-go-to-dirty don't allow nodes with spec divergence to go to dirty
| * update expected responseAndreas Eriksen2017-10-261-1/+1
| |
| * don't allow nodes with spec divergence to go to dirtyAndreas Eriksen2017-10-261-2/+3
| |
* | Export com.yahoo.vespa.hosted.provision.nodeBjørn Christian Seime2017-10-261-0/+8
| |
* | Provide more info in host Orchestrator REST APIHåkon Hallingstad2017-10-251-0/+6
| |
* | Merge pull request #3861 from ↵Leandro Alves2017-10-242-0/+13
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/add-hardware-failure-and-divergence-metrics Add hardware failure and divergence metrics
| * | Add app tagHåkon Hallingstad2017-10-241-0/+5
| | |
| * | Add hardware failure and divergence metricsHåkon Hallingstad2017-10-242-0/+8
| | |
* | | Merge pull request #3839 from vespa-engine/hakonhall/remove-commentHåkon Hallingstad2017-10-241-4/+0
|\ \ \ | |/ / |/| | Remove comment
| * | Remove commentHåkon Hallingstad2017-10-231-4/+0
| |/
* | Correct to currentRestartGenerationHåkon Hallingstad2017-10-231-1/+1
| |
* | Make SlobrokMonitorManager a componentHåkon Hallingstad2017-10-232-2/+2
| | | | | | | | | | | | | | | | | | To get insights into the Slobrok data used by the service monitor, it would be useful to expose SlobrokMonitorManager. For instance it could provide a list of name/spec pairs of services that are up (added as ServiceMonitorManager::lookup in this PR). The first step towards this is making SlobrokMonitorManager a component.
* | Merge pull request #3838 from ↵Håkon Hallingstad2017-10-232-22/+22
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/remove-status-type-parameter-in-application-model-classes Remove status type parameter in application model classes
| * Remove status type parameter in application model classesHåkon Hallingstad2017-10-222-22/+22
| |
* | Merge pull request #3817 from ↵Håkon Hallingstad2017-10-233-27/+167
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/add-node-metrics-in-node-repo Add node metrics in node repo
| * Use VespaVersion instead of VersionHåkon Hallingstad2017-10-201-3/+3
| |