summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ↵Håkon Hallingstad2021-08-161-3/+0
| | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Do not fail ready nodes w/o recent config requestsHåkon Hallingstad2021-08-165-114/+65
| | | | | | This code was used to support non-Docker tenant hosts, but now only affects ready cfg and proxy containers which may not even exist and cannot possibly issue config requests (when in ready).
* No longer ignore proxyhost with max-encrypting-hostsHåkon Hallingstad2021-08-132-5/+4
|
* Merge pull request #18486 from vespa-engine/bratseth/gc-in-sql-reapplyJon Bratseth2021-08-122-34/+19
|\ | | | | Use SQL to gc
| * Use SQL to gcJon Bratseth2021-06-302-34/+19
| |
* | Upgrade QuestDb to 6.0.4Jon Bratseth2021-08-112-2/+2
| |
* | Set exclusiveToClusterType when creating provisioned host Node instanceValerij Fredriksen2021-07-271-6/+17
| |
* | Pass cluster type to HostProvisionerValerij Fredriksen2021-07-275-7/+15
| |
* | Make sure exclusiveToClusterType is respected in allocation codeValerij Fredriksen2021-07-273-4/+36
| |
* | Expose exclusiveToClusterType in /nodes/v2 APIValerij Fredriksen2021-07-273-3/+12
| |
* | Add exclusiveToClusterType to NodeValerij Fredriksen2021-07-2713-48/+88
| |
* | Add clusterType to SharedHost/HostResourcesValerij Fredriksen2021-07-271-4/+4
| |
* | Remove fail count check when recycling nodesMartin Polden2021-07-201-9/+1
| |
* | Account for groups when deciding if node is replacementMartin Polden2021-07-153-9/+39
| |
* | Document how to use RealDataScenarioTestMartin Polden2021-07-151-5/+16
| |
* | Revert "Do not use serializable NodeRepositoryNode internally in controller"Harald Musum2021-07-141-0/+3
| |
* | Remove unused constantMartin Polden2021-07-131-3/+0
| |
* | Merge pull request #18584 from vespa-engine/musum/cleanup-ConfigCurator-1Harald Musum2021-07-122-2/+2
|\ \ | | | | | | Cleanup Curator and ConfigCurator usage [run-systemtest]
| * | Update after API changesHarald Musum2021-07-092-2/+2
| | |
* | | Log failing SQL statementMartin Polden2021-07-121-0/+3
|/ /
* | Detect exclusive host when calculating real resourcesMartin Polden2021-07-081-1/+5
| |
* | Enable ignored testMartin Polden2021-07-061-19/+14
| |
* | Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-4/+6
| |
* | Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+4
| |
* | Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-4/+6
| |
* | Prefer local disk on content clustersJon Bratseth2021-07-022-4/+38
| |
* | Use getAndSetJon Bratseth2021-07-011-2/+1
| |
* | Use closed boolean and cleanupJon Bratseth2021-07-012-32/+24
| |
* | Use a resourcepool instead of thread locals.Henning Baldersheim2021-06-301-10/+21
| |
* | - Ensure that the engine is not accessible after it has been closed.Henning Baldersheim2021-06-301-14/+21
|/ | | | - Also protect against multiple close.
* Serialize gc & other writesJon Bratseth2021-06-301-24/+25
|
* Revert "Use SQL to gc"Harald Musum2021-06-292-17/+33
|
* Use SQL to gcJon Bratseth2021-06-292-33/+17
|
* Add load balancer hostname to log messageMartin Polden2021-06-291-2/+8
|
* Merge pull request #18445 from vespa-engine/bratseth/serialize-getWriterValerij Fredriksen2021-06-291-38/+38
|\ | | | | Serialize calls to table.getWriter
| * Serialize calls to table.getWriterJon Bratseth2021-06-281-38/+38
| | | | | | | | QuestDb devs suspects they have a bug with concurrent getWriter invocations
* | Extract ISO date from QuestDb directory namesJon Bratseth2021-06-291-2/+1
|/ | | | | | QuestDb daily partition directory names have been observed to contain a trailing number: "1970-01-01.5775". Extract just the ISO-8601 date part.
* Reduce ideal memoryJon Bratseth2021-06-265-10/+10
|
* Merge pull request #18418 from vespa-engine/bratseth/lock-tables-rebasedJon Bratseth2021-06-261-170/+190
|\ | | | | Bratseth/lock tables rebased
| * CleanupJon Bratseth2021-06-251-5/+6
| |
| * Add slashJon Bratseth2021-06-251-1/+1
| |
| * Create root dir before logging configJon Bratseth2021-06-251-2/+3
| |
| * Remove redundant checkJon Bratseth2021-06-251-3/+1
| |
| * Continue on old dataJon Bratseth2021-06-251-2/+2
| |
| * Serialize writes to each tableJon Bratseth2021-06-251-26/+31
| |
| * Split into tablesJon Bratseth2021-06-251-145/+160
| |
* | Merge pull request #18414 from vespa-engine/bratseth/enlarge-remote-disksJon Bratseth2021-06-254-4/+72
|\ \ | |/ |/| Enlarge remote disks to smallest lergal size if smaller is wanted
| * Set disk to the given valueJon Bratseth2021-06-252-3/+3
| |
| * Enlarge remote disks to smallest lergal size if smaller is wantedJon Bratseth2021-06-254-4/+72
| |
* | Merge pull request #18391 from vespa-engine/mpolden/cleanupValerij Fredriksen2021-06-2411-596/+541
|\ \ | | | | | | Less Docker and thin pool