summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.177.11-1].vespa-7.177.11-1sd-buildbot2020-02-134-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.177.11 --no-auto-changelog
* Merge pull request #12165 from ↵Henning Baldersheim2020-02-128-161/+272
|\ | | | | | | | | vespa-engine/balder/add-support-for-trace-in-accesslog Balder/add support for trace in accesslog
| * consume -> acceptHenning Baldersheim2020-02-123-6/+7
| |
| * Use method reference.Henning Baldersheim2020-02-121-2/+2
| |
| * Render Inspectable.Henning Baldersheim2020-02-121-1/+13
| |
| * - Add trace as a field in the josn access log.Henning Baldersheim2020-02-128-161/+259
| | | | | | | | - Add the trace top the accesslog entry if debugging is enabled in SearchHandler.
* | Merge pull request #12158 from vespa-engine/gjoranv/verify-public-metric-setgjoranv2020-02-122-1/+49
|\ \ | |/ |/| Add test for public default metric set and non-existent set.
| * Add test for public default metric set and non-existent set.gjoranv2020-02-122-1/+49
| | | | | | | | + Fix bug that allowed adding an unknown (null) metric set.
* | Merge pull request #12159 from ↵Henning Baldersheim2020-02-121-8/+10
|\ \ | | | | | | | | | | | | vespa-engine/toregge/disable-linux-specific-socket-tests-on-non-linux-platform Disable linux specific socket tests on non-linux platform.
| * | Disable linux specific socket tests on non-linux platform.Tor Egge2020-02-121-8/+10
|/ /
* | Merge pull request #12157 from vespa-engine/toregge/use-old-style-expr-syntaxHenning Baldersheim2020-02-121-1/+1
|\ \ | |/ |/| Use old style expr syntax.
| * Use old style expr syntax.Tor Egge2020-02-121-1/+1
|/
* Merge pull request #12150 from vespa-engine/mpolden/status-change-safeguardMorten Tokle2020-02-124-17/+89
|\ | | | | Never remove all members from global endpoints
| * Never remove all members from global endpointsMartin Polden2020-02-114-17/+89
| |
* | Merge pull request #12155 from vespa-engine/olaa/get-raw-snapshot-historyØyvind Grønnesby2020-02-119-19/+112
|\ \ | | | | | | Get raw snapshot history for tenant
| * | Get raw snapshot history for tenantOla Aunrønning2020-02-119-19/+112
|/ /
* | Merge pull request #12153 from vespa-engine/balder/keep-interfaceJon Bratseth2020-02-111-2/+2
|\ \ | | | | | | Keep api unchanged.
| * | Keep api unchanged.Henning Baldersheim2020-02-111-2/+2
|/ /
* | Merge pull request #12147 from vespa-engine/hmusum/change-log-levelHenning Baldersheim2020-02-111-7/+6
|\ \ | | | | | | Log at a lower level
| * | Log at a lower levelHarald Musum2020-02-111-7/+6
| | |
* | | Merge pull request #12135 from ↵Geir Storli2020-02-118-373/+368
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/hnsw-simplifications-with-distance-function-interface Hnsw simplifications with distance function interface
| * | | Remove unneeded "template" keyword.Geir Storli2020-02-111-2/+2
| | | |
| * | | Rename HnswIndexBase -> HnswIndex and remove the templated class.Geir Storli2020-02-106-504/+445
| | | |
| * | | Move code to the hnsw index base class as we no longer depend on the float type.Geir Storli2020-02-104-163/+158
| | | |
| * | | Add interface used to calculate the distance between two n-dim vectors.Geir Storli2020-02-107-24/+83
| | | |
* | | | Merge pull request #12152 from vespa-engine/arnej/ann-remove-bm-try-2Henning Baldersheim2020-02-116-68/+650
|\ \ \ \ | | | | | | | | | | Arnej/ann remove bm try 2
| * | | | cannot use std::aligned_allocArne Juul2020-02-112-8/+10
| | | | |
| * | | | * add "remove" benchmarkArne Juul2020-02-116-72/+652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo ops tracking * use std::aligned_alloc * more stats - measure reach This reverts commit 37fd87978ab1c3abfa840403e4e8f289d5ea4a20.
* | | | | Merge pull request #12151 from ↵Henning Baldersheim2020-02-117-10/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/add-option-to-trace-first-1k-requests-after-startup If debugging of SearchHandler is turned on, the 1k first request will…
| * | | | | Undo autoformat.Henning Baldersheim2020-02-111-4/+4
| | | | | |
| * | | | | If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-117-14/+37
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* | | | | Merge pull request #12149 from vespa-engine/hmusum/remove-feature-flag-3Harald Musum2020-02-111-6/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused feature flag
| * | | | | Remove unused feature flagHarald Musum2020-02-111-6/+0
| | |_|/ / | |/| | |
* | | | | Merge pull request #12137 from ↵Tor Brede Vekterli2020-02-112-15/+83
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/vekterli/patch-retrieved-array-of-position-fields-from-backing-zcurve-array-attribute Patch retrieved array of position fields from zcurve array attribute
| * | | | Patch retrieved array of position fields from zcurve array attributeTor Brede Vekterli2020-02-112-15/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures that updates made to the authoritative underlying zcurve array attribute are visible in documents retrieved via Get/Visit et al. Would otherwise return any outdated values that were present in the docstore that were part of the document version originally fed. This relates to issue #11588
* | | | | Merge pull request #12146 from vespa-engine/hmusum/cleanup-7Harald Musum2020-02-112-317/+272
|\ \ \ \ \ | | | | | | | | | | | | Hmusum/cleanup 7
| * | | | | Move things around, minor cleanupHarald Musum2020-02-111-92/+89
| | | | | |
| * | | | | Merge classesHarald Musum2020-02-112-297/+255
| | |/ / / | |/| | |
* | | | | Merge pull request #12143 from vespa-engine/hmusum/remove-feature-flag-2Harald Musum2020-02-112-8/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove feature flag
| * | | | | Remove feature flagHarald Musum2020-02-112-8/+0
| | | | | |
* | | | | | Merge pull request #12148 from vespa-engine/andreer/backfill-bugfix-1Andreas Eriksen2020-02-111-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | iterate over children, not path elements
| * | | | | iterate over children, not path elementsandreer2020-02-111-3/+3
|/ / / / /
* | | | | Merge pull request #12144 from vespa-engine/hmusum/cleanup-6Henning Baldersheim2020-02-111-14/+10
|\ \ \ \ \ | | | | | | | | | | | | Config cleanup 6
| * | | | | Config generation is never nullHarald Musum2020-02-101-3/+1
| | | | | |
| * | | | | Inline some stuffHarald Musum2020-02-101-12/+10
| | | | | |
* | | | | | Merge pull request #12145 from ↵Henning Baldersheim2020-02-116-652/+72
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | vespa-engine/revert-12113-arnej/add-gist-bm-with-remove Revert "* remove benchmark"
| * | | | | Revert "* remove benchmark"Henning Baldersheim2020-02-116-652/+72
|/ / / / /
* | | | | Merge pull request #12142 from vespa-engine/andreer/log-exceptions-from-backfillAndreas Eriksen2020-02-111-15/+8
|\ \ \ \ \ | |_|/ / / |/| | | | log exceptions from backfill
| * | | | catch throwables tooandreer2020-02-111-2/+2
| | | | |
| * | | | log exceptions from backfillandreer2020-02-111-15/+8
|/ / / /