summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Block port 80 on controllerValerij Fredriksen2021-02-082-5/+1
* Update commentJon Bratseth2021-02-081-1/+1
* Flip comparisonJon Bratseth2021-02-081-1/+1
* Check isHost insteadJon Bratseth2021-02-082-2/+2
* Move node acl computation under nodeJon Bratseth2021-02-086-124/+138
* Class commentJon Bratseth2021-02-082-3/+4
* Decide acls in load balancersJon Bratseth2021-02-074-117/+126
* Move loadbalancers into its own classJon Bratseth2021-02-076-31/+55
* Merge pull request #16417 from vespa-engine/bratseth/less-inactiveJon Bratseth2021-02-0524-101/+156
|\
| * Remove stale commentJon Bratseth2021-02-051-2/+0
| * Skip inactive for stateless nodesJon Bratseth2021-02-057-33/+45
| * Move transactionallyJon Bratseth2021-02-051-6/+45
| * The node repo owns state transitionsJon Bratseth2021-02-0520-66/+72
* | Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-051-1/+1
* | Merge pull request #16400 from vespa-engine/bratseth/request-metrics-asyncValerij Fredriksen2021-02-048-70/+132
|\ \
| * | Optimize importsJon Bratseth2021-02-041-1/+0
| * | Request metrics asyncJon Bratseth2021-02-048-69/+132
| |/
* | Merge pull request #16380 from vespa-engine/mpolden/remove-unused-flagArnstein Ressem2021-02-043-18/+6
|\ \ | |/ |/|
| * Remove controller-provision-lb flagMartin Polden2021-02-043-18/+6
* | Log out of spare detailsJon Bratseth2021-02-041-3/+3
|/
* Increase to min only when it is within limitsJon Bratseth2021-02-031-3/+4
* Scale content clusters to minimum 3 nodesJon Bratseth2021-02-035-8/+50
* Merge pull request #16371 from vespa-engine/bratseth/minor-fixesHarald Musum2021-02-031-1/+2
|\
| * No functional changesJon Bratseth2021-02-031-1/+2
* | andreer/feature flag cleanup (#16364)Andreas Eriksen2021-02-032-47/+0
|/
* Override OS version when requiring RHEL 8Håkon Hallingstad2021-02-021-7/+15
* reduce upper bound to speed up capacity checkAndreas Eriksen2021-02-021-1/+1
* Support restricting on host OS when allocating new nodesHåkon Hallingstad2021-01-263-4/+30
* Use the same activation transaction to write LBsValerij Fredriksen2021-01-211-6/+9
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
* Suggest only when usefulJon Bratseth2021-01-1911-47/+82
* Merge pull request #16081 from vespa-engine/bratseth/suggest-on-human-scaleValerij Fredriksen2021-01-187-19/+100
|\
| * Set suggestion to highest oberved over a weekJon Bratseth2021-01-182-1/+25
| * Add timestamp to suggestionsJon Bratseth2021-01-157-19/+76
* | Merge pull request #16078 from vespa-engine/mpolden/ignore-testerBjørn Meland2021-01-181-0/+1
|\ \
| * | Ignore tester application in allocation metricsMartin Polden2021-01-181-0/+1
| |/
* | adding nonactive to total for fractionBjorn Meland2021-01-162-2/+2
* | Allocate max half of hosts actually available in zoneJon Bratseth2021-01-152-6/+11
* | No functional changesJon Bratseth2021-01-154-12/+10
|/
* Switch from mem.total.util to mem.util in autoscalingJon Bratseth2021-01-142-3/+3
* Merge pull request #15966 from vespa-engine/hakonhall/ensure-fresh-node-with-...Martin Polden2021-01-1211-87/+205
|\
| * Minor fixes after review roundHåkon Hallingstad2021-01-123-5/+12
| * Acquire lock for children when patchingHåkon Hallingstad2021-01-114-38/+79
| * Rename to lockAndGetHåkon Hallingstad2021-01-089-20/+20
| * Ensure fresh node with lockHåkon Hallingstad2021-01-0811-65/+135
* | Revert "Revert "Count lock timeout as unsuccessful run""Martin Polden2021-01-081-2/+2
* | Revert "Count lock timeout as unsuccessful run"Harald Musum2021-01-081-2/+2
* | Remove special handling of lock timeoutMartin Polden2021-01-081-1/+1
* | Count lock timeout as unsuccessful run for exclusive maintainersMartin Polden2021-01-071-2/+2
|/
* Merge pull request #15941 from vespa-engine/mpolden/exclusive-switch-metricJon Bratseth2021-01-074-57/+112
|\