summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.176.11-1].vespa-7.176.11-1sd-buildbot2020-02-124-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.176.11 --no-auto-changelog
* 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
|/ / / /
* | | | Merge pull request #12113 from vespa-engine/arnej/add-gist-bm-with-removeArne H Juul2020-02-116-72/+652
|\ \ \ \ | | | | | | | | | | * remove benchmark
| * | | | avoid actual HNSW library hereArne Juul2020-02-071-2/+0
| | | | |
| * | | | update copyrightArne Juul2020-02-071-1/+1
| | | | |
| * | | | * remove benchmarkArne Juul2020-02-066-72/+654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redo ops tracking * use std::aligned_alloc * more stats - measure reach
* | | | | Merge pull request #12141 from ↵Jon Bratseth2020-02-112-0/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/keep-silent-until-you-know-what-you-are-talking-about Keep silent until you know what you are talking about.
| * | | | | Compute full group and coverage state before we say we are complete.Henning Baldersheim2020-02-111-0/+8
| | | | | |
| * | | | | Keep silent until you know what you are talking about.Henning Baldersheim2020-02-111-0/+1
|/ / / / /
* | | | | Merge pull request #12140 from vespa-engine/balder/900ms-pingJon Bratseth2020-02-114-45/+20
|\ \ \ \ \ | | | | | | | | | | | | Ping timeout must be shorter than ping period, and add deprecation.
| * | | | | Never nullHenning Baldersheim2020-02-112-3/+1
| | | | | |
| * | | | | Ping timeout must be shorter than ping period, and add deprecation.Henning Baldersheim2020-02-112-42/+19
|/ / / / /
* | | | | Merge pull request #12138 from vespa-engine/revert-12129-hmusum/cleanup-5Valerij Fredriksen2020-02-1010-92/+122
|\ \ \ \ \ | | | | | | | | | | | | Revert "Config cleanup 5"
| * | | | | Revert "Config cleanup 5"Harald Musum2020-02-1010-92/+122
|/ / / / /
* | | | | Merge pull request #12136 from ↵Henning Baldersheim2020-02-103-17/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/catch-and-exit-nicely-on-config-error Catch and exit nicely on config error.