summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14627 from vespa-engine/mpolden/reduce-readsMartin Polden2020-09-305-17/+17
|\ | | | | Avoid reading nodes from irrelevant states
| * Avoid reading nodes from irrelevant statesMartin Polden2020-09-305-17/+17
| |
* | Merge pull request #14623 from vespa-engine/bratseth/defer-ip-address-allocationJon Bratseth2020-09-3016-226/+441
|\ \ | | | | | | Bratseth/defer ip address allocation
| * | Update ↵Jon Bratseth2020-09-301-1/+1
| | | | | | | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/Nodelike.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * | Try another candidate if ip allocation failsJon Bratseth2020-09-302-6/+96
| | |
| * | CleanupJon Bratseth2020-09-292-15/+3
| | |
| * | Defer creation of new child nodes until they are selectedJon Bratseth2020-09-294-58/+80
| | |
| * | SimplifyJon Bratseth2020-09-291-10/+8
| | |
| * | Call creator directlyJon Bratseth2020-09-292-13/+18
| | |
| * | Remove test only optionJon Bratseth2020-09-292-18/+14
| | |
| * | Enumerate possibilities instead of using builderJon Bratseth2020-09-294-85/+51
| | |
| * | Split candidate into concrete and virtualJon Bratseth2020-09-292-77/+162
| | |
| * | Avoid candidate node field accessJon Bratseth2020-09-291-10/+8
| | |
| * | Avoid candidate node field accessJon Bratseth2020-09-292-16/+25
| | |
| * | Avoid candidate node field accessJon Bratseth2020-09-295-42/+70
| | |
| * | Add Nodelike interfaceJon Bratseth2020-09-2910-15/+45
| | |
* | | Revert "Check if we can deploy outside of lock"Harald Musum2020-09-301-1/+1
| | |
* | | Merge pull request #14617 from vespa-engine/mpolden/less-node-failer-lockingHarald Musum2020-09-291-21/+31
|\ \ \ | | | | | | | | Take application lock once per run MERGEOK
| * | | Fix commentMartin Polden2020-09-291-1/+1
| | | | | | | | | | | | Co-authored-by: Håkon Hallingstad <hakon@verizonmedia.com>
| * | | Reduce lock timeoutMartin Polden2020-09-291-1/+1
| | | |
| * | | Only lock application if node status changedMartin Polden2020-09-291-21/+31
| | |/ | |/|
* | | Try prepare allocation without lockingValerij Fredriksen2020-09-292-20/+43
| |/ |/|
* | Revert "Bratseth/adjust prices take 2"Harald Musum2020-09-291-2/+2
| |
* | Merge pull request #14607 from vespa-engine/bratseth/adjust-prices-take-2Kristian Aune2020-09-291-2/+2
|\ \ | | | | | | Bratseth/adjust prices take 2
| * | Revert "Merge pull request #14605 from ↵Jon Bratseth2020-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-14603-bratseth/adjust-prices" This reverts commit 0646874a31b1f2b85b98f837931abfcc5d1eb2e5, reversing changes made to ccbbc101657e87ce08447b794004ebc9d0c502a6.
* | | Merge pull request #14560 from ↵Jon Bratseth2020-09-2930-362/+622
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/bratseth/autoscaling-reconfiguration-events Bratseth/autoscaling reconfiguration events
| * | Supplier not producer, unfortunatelyJon Bratseth2020-09-281-3/+3
| | |
| * | Track method name changeJon Bratseth2020-09-281-1/+1
| | |
| * | Merge branch 'master' into bratseth/autoscaling-reconfiguration-eventsJon Bratseth2020-09-2851-371/+692
| |\ \
| * | | Extract metric query logicJon Bratseth2020-09-282-68/+104
| | | |
| * | | Add testerJon Bratseth2020-09-2818-233/+261
| | | |
| * | | Test filtering of stale measurementsJon Bratseth2020-09-284-61/+156
| | | |
| * | | Filter stale measurementsJon Bratseth2020-09-252-1/+26
| | | |
| * | | Remove, not usedJon Bratseth2020-09-251-5/+0
| | | |
| * | | Allow non-fresource metricsJon Bratseth2020-09-2511-58/+102
| | | |
| * | | Remove window abstractionJon Bratseth2020-09-224-98/+131
| | | |
| * | | Propagate app config gen through maintenance deploysJon Bratseth2020-09-223-12/+12
| | | |
* | | | Revert "Adjust prices"Arnstein Ressem2020-09-281-2/+2
| | | |
* | | | Merge pull request #14603 from vespa-engine/bratseth/adjust-pricesKristian Aune2020-09-281-2/+2
|\ \ \ \ | | | | | | | | | | Adjust prices
| * | | | Adjust pricesJon Bratseth2020-09-281-2/+2
| | |/ / | |/| |
* | | | The spare capacity maintainer may be expensiveJon Bratseth2020-09-281-1/+1
| | | |
* | | | Merge pull request #14599 from vespa-engine/mpolden/log-clusterMartin Polden2020-09-281-1/+4
|\ \ \ \ | |/ / / |/| | | Add application and cluster to log message
| * | | Drop stack traceMartin Polden2020-09-281-1/+3
| | | |
| * | | Add application and cluster to log messageMartin Polden2020-09-281-1/+2
| | |/ | |/|
* | | Merge pull request #14528 from ↵Håkon Hallingstad2020-09-282-0/+107
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hakonhall/expose-locks-info-in-rest-api Expose locks info in REST API
| * | Add count of failed releasesHåkon Hallingstad2020-09-281-23/+23
| | |
| * | More info -> attempt renamesHåkon Hallingstad2020-09-281-2/+2
| | |
| * | LockInfo -> LockAttempt, ThreadLockInfo -> ThreadLockStats, and moreHåkon Hallingstad2020-09-281-23/+23
| | |
| * | Mock lock path from thread to per-lock (bug)Håkon Hallingstad2020-09-261-8/+10
| | |
| * | Dump stack trace once per threadHåkon Hallingstad2020-09-261-2/+1
| | |