summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14627 from vespa-engine/mpolden/reduce-readsMartin Polden2020-09-305-17/+17
|\
| * 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
|\ \
| * | Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/Nodelik...Jon Bratseth2020-09-301-1/+1
| * | 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
|\ \ \
| * | | Fix commentMartin Polden2020-09-291-1/+1
| * | | 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
|\ \
| * | Revert "Merge pull request #14605 from vespa-engine/revert-14603-bratseth/adj...Jon Bratseth2020-09-291-2/+2
* | | Merge pull request #14560 from vespa-engine/bratseth/autoscaling-reconfigurat...Jon Bratseth2020-09-2930-362/+622
|\ \ \ | |/ / |/| |
| * | 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 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
|\ \ \ \ | |/ / / |/| | |
| * | | 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 vespa-engine/hakonhall/expose-locks-info-in-re...Håkon Hallingstad2020-09-282-0/+107
|\ \ \ | |/ / |/| |
| * | 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