aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Copy the grouping expression stringJon Bratseth2020-04-012-4/+13
|
* Revert "Revert "Revert "Revert "Don't take combined clusters of size 1 down""""Jon Bratseth2020-03-262-6/+23
|
* Revert "Revert "Revert "Don't take combined clusters of size 1 down"""Jon Bratseth2020-03-262-23/+6
|
* Revert "Revert "Don't take combined clusters of size 1 down""Jon Bratseth2020-03-252-6/+23
|
* Revert "Don't take combined clusters of size 1 down"Harald Musum2020-03-252-23/+6
|
* remove debug printlnArne Juul2020-03-251-1/+0
|
* Don't take combined clusters of size 1 downJon Bratseth2020-03-252-6/+23
| | | | | | | | | | | | | | | | This can lead to a deadlock: - host-admin needs to suspend node before it reduces the CPU allocation - suspension means setting storage node in maintenance, distributor down - cluster controller figures this means the cluster is down - the container on the same node (being a combined cluster) receives report from the downstream storage node of being offline, and changes its /state/v1/health to down - being a combined cluster node w/container, the host-admin must verify /health/v1/status is UP before allowing resume, which it isn't We have no good options when the content node is down and size is 1, and do not much care about availability in this case by definition, so keeping the container in rotation should be fine.
* Non-functional changes onlyJon Bratseth2020-03-245-69/+38
|
* Non-functional changes onlyJon Bratseth2020-03-231-2/+2
|
* allow arbitrarily large radiusArne Juul2020-03-173-5/+13
| | | | | * also, take negative radius to mean "infinitely" large * also, fix default for pos.xy case to be same as pos.ll case.
* Validate before prepare to avoid depending on the properties APIJon Bratseth2020-03-112-87/+24
|
* Non-functional changes onlyJon Bratseth2020-03-092-19/+21
|
* GC unused importsHenning Baldersheim2020-03-061-6/+0
|
* Merge pull request #12484 from vespa-engine/balder/warmup-lz4Henning Baldersheim2020-03-061-0/+24
|\ | | | | Add JIT warmup of lz4.
| * Let the implementation decide what kind of warmup is needed.Henning Baldersheim2020-03-061-14/+8
| |
| * Add JIT warmup of lz4.Henning Baldersheim2020-03-061-0/+30
| |
* | Add temporary extra error infoJon Bratseth2020-03-063-11/+62
| |
* | Non-functional cleanupJon Bratseth2020-03-063-55/+27
|/
* Protect against nullHenning Baldersheim2020-03-041-3/+16
|
* Merge pull request #12401 from vespa-engine/arnej/extend-nns-itemGeir Storli2020-03-047-12/+77
|\ | | | | Arnej/extend nns item.
| * update serializer and testArne Juul2020-03-022-3/+17
| |
| * extend NearestNeighborItemArne Juul2020-03-026-11/+62
| |
* | Revert "Revert "Bratseth/phrase segmenting feature flag""Jon Bratseth2020-03-0316-427/+452
| | | | | | | | This reverts commit c72315a338a02858c8371d3d70fe091c43b672dd.
* | Revert "Bratseth/phrase segmenting feature flag"Arnstein Ressem2020-03-0316-452/+427
| |
* | Revert "Revert parser changes that broke system tests. MERGEOK"Jon Bratseth2020-03-0316-427/+452
| |
* | Revert parser changes that broke system tests.Arnstein Ressem2020-03-0316-452/+427
| |
* | Revert "Merge pull request #12385 from ↵Jon Bratseth2020-03-0216-427/+452
| | | | | | | | | | | | | | vespa-engine/revert-12365-bratseth/phrase-segmenting-off" This reverts commit 6c52f21816ce79909feac4908d594204ad2fd4e7, reversing changes made to 9ac4f3d18e1dbb11678b8d61fa50c9ad1cdf61d2.
* | Ensure that we get the offending query when a stackoverflow occur.Henning Baldersheim2020-03-021-2/+2
|/
* Revert "Turn phrase segmenting off by default"Jon Marius Venstad2020-02-2816-452/+427
|
* Merge pull request #12365 from vespa-engine/bratseth/phrase-segmenting-offJon Bratseth2020-02-2816-427/+452
|\ | | | | Turn phrase segmenting off by default
| * Turn phrase segmenting off by defaultJon Bratseth2020-02-2716-427/+452
| |
* | Connect early as you know you will need them soon.Henning Baldersheim2020-02-281-5/+5
| |
* | Revert "Merge pull request #12351 from ↵Jon Bratseth2020-02-264-8/+6
|/ | | | | | | vespa-engine/revert-11875-bratseth/node-metrics" This reverts commit 37f6c5b31cb2809a54c34dc3a4e51307f3320fbd, reversing changes made to 76221d0b9b7bda577ac61ce8a79c7b6ee3a8dbb4.
* Revert "Bratseth/node metrics"Harald Musum2020-02-264-6/+8
|
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-251-0/+3
|\
| * Revert "Revert "Control -XX:CompressedClassSpaceSize jvm option.""Henning Baldersheim2020-02-201-0/+3
| |
| * Revert "Control -XX:CompressedClassSpaceSize jvm option."Bjørn Christian Seime2020-02-201-3/+0
| |
| * Control -XX:CompressedClassSpaceSize jvm option.Henning Baldersheim2020-02-201-0/+3
| |
* | Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-2072-666/+889
|\|
| * Revert "Revert "Revert "Revert "Create a resourcepool so that we do not need ↵Henning Baldersheim2020-02-1911-39/+34
| | | | | | | | to reconnect to content …""""
| * Revert "Revert "Revert "Create a resourcepool so that we do not need to ↵Harald Musum2020-02-1911-34/+39
| | | | | | | | reconnect to content …"""
| * Merge pull request #12202 from ↵Henning Baldersheim2020-02-1811-39/+34
| |\ | | | | | | | | | | | | vespa-engine/revert-12197-revert-12184-balder/rpcresourcepool Revert "Revert "Create a resourcepool so that we do not need to reconnect to content …""
| | * Revert "Revert "Create a resourcepool so that we do not need to reconnect to ↵Henning Baldersheim2020-02-1411-39/+34
| | | | | | | | | | | | content …""
| * | Merge pull request #12208 from ↵Jon Bratseth2020-02-181-1/+0
| |\ \ | | |/ | |/| | | | | | | vespa-engine/bratseth/dont-allow-wrong-serviceport-part-2 Disallow configuring the wrong port when hosted
| | * Disallow configuring the wrong port when hostedJon Bratseth2020-02-151-1/+0
| | |
| * | Merge pull request #12176 from vespa-engine/bratseth/clearAll-in-query-profilesJon Bratseth2020-02-148-23/+128
| |\ \ | | | | | | | | Support clearing values in query profiles
| | * | Support clearing values in query profilesJon Bratseth2020-02-138-23/+128
| | |/
| * | Revert "Create a resourcepool so that we do not need to reconnect to content ↵Harald Musum2020-02-1411-34/+39
| | | | | | | | | | | | …"
| * | Create a resourcepool so that we do not need to reconnect to content cluster ↵Henning Baldersheim2020-02-1311-39/+34
| | | | | | | | | | | | on changes to container cluster.
| * | Map [relevance] to [rank]Henning Baldersheim2020-02-132-0/+4
| |/