summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.233.7-1].vespa-7.233.7-1sd-buildbot2020-06-094-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.233.7 --no-auto-changelog
* Merge pull request #13511 from ↵Valerij Fredriksen2020-06-085-99/+29
|\ | | | | | | | | vespa-engine/revert-13506-hmusum/create-local-session-based-on-remote-and-distributed-app Revert "Create local session based on remote session and distributed applicat…"
| * Revert "Create local session based on remote session and distributed ↵Harald Musum2020-06-085-99/+29
|/ | | | applicat…"
* Merge pull request #13510 from vespa-engine/bratseth/deactivate-some-maintenanceJon Bratseth2020-06-081-0/+7
|\ | | | | Deactivate some maintenance
| * Deactivate some maintenanceJon Bratseth2020-06-081-0/+7
|/
* Merge pull request #13508 from ↵Henning Baldersheim2020-06-082-6/+10
|\ | | | | | | | | vespa-engine/vekterli/use-xxhash64-for-bucket-to-stripe-distribution Use xxhash64 for bucket-to-stripe distribution
| * Use xxhash64 for bucket-to-stripe distributionTor Brede Vekterli2020-06-082-6/+10
| | | | | | | | | | | | | | | | | | Existing naive prime-based solution was susceptible to scheduling operations for the subtree of a superbucket in one strand alone, despite previous attempts to disperse this using prime number multiplication. This would put a serious limiter on parallelism for super bucket locality-sensitive reads such as streaming search visitors.
* | Merge pull request #13506 from ↵Harald Musum2020-06-085-29/+99
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/create-local-session-based-on-remote-and-distributed-app Create local session based on remote session and distributed applicat…
| * | Create local session based on remote session and distributed application packageHarald Musum2020-06-085-29/+99
| | | | | | | | | | | | | | | Does not use the local session yet (not added to LocalSessionRepo), but application package is added to file system
* | | Merge pull request #13507 from ↵Arne H Juul2020-06-081-0/+8
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/arnej/add-create-filter-in-memoryindex implement createFilterSearch in MemoryTermBlueprint
| * | | implement createFilterSearch in MemoryTermBlueprintArne Juul2020-06-081-0/+8
|/ / /
* | | Merge pull request #13505 from ↵Geir Storli2020-06-081-1/+0
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-unused-variable-in-attribute-blueprint-test Remove unused variable in attribute blueprint test.
| * | | Remove unused variable in attribute blueprint test.Tor Egge2020-06-081-1/+0
| |/ /
* | | Merge pull request #13504 from vespa-engine/arnej/empty-is-emptyGeir Storli2020-06-082-3/+8
|\ \ \ | |/ / |/| | empty blueprint must create empty filter iterator
| * | empty blueprint must create empty filter iteratorArne Juul2020-06-082-3/+8
| | |
* | | Merge pull request #13502 from vespa-engine/arnej/use-vector-of-UP-2Geir Storli2020-06-084-10/+13
|\ \ \ | |/ / |/| | more TODOs and cleanup
| * | more TODOs and cleanupArne Juul2020-06-054-10/+13
| | |
* | | Merge pull request #13499 from ↵Henning Baldersheim2020-06-0816-285/+68
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-13490-balder/fetch-and-merge-a-cacheline Revert "When we pull in a cacheline, we should use it too."
| * | | Revert "When we pull in a cacheline, we should use it too."Harald Musum2020-06-0816-285/+68
|/ / /
* | | Merge pull request #13490 from vespa-engine/balder/fetch-and-merge-a-cachelineHenning Baldersheim2020-06-0716-68/+285
|\ \ \ | | | | | | | | When we pull in a cacheline, we should use it too.
| * \ \ Merge branch 'master' into balder/fetch-and-merge-a-cachelineHenning Baldersheim2020-06-07149-2535/+2300
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #13487 from vespa-engine/mortent/remove-metric-implMorten Tokle2020-06-077-319/+2
|\ \ \ \ | | | | | | | | | | Remove unused metric implementation
| * | | | Remove unused metric implementationMorten Tokle2020-06-047-319/+2
| | | | |
* | | | | Merge pull request #13495 from vespa-engine/hmusum/configserver-refactoring-7Harald Musum2020-06-052-24/+38
|\ \ \ \ \ | | | | | | | | | | | | Use explicit arguments to constructor instead of going through compon…
| * | | | | Use explicit arguments to constructor instead of going through component ↵Harald Musum2020-06-052-24/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | registry Also remove list of ReloadListeners, there is always just one
* | | | | | Merge pull request #13492 from ↵Harald Musum2020-06-053-4/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-correct-previous-active-generation Make sure to set previous active generation when one exists
| * | | | | | Make sure to set previous active generation when one existsHarald Musum2020-06-053-4/+23
| | | | | | |
* | | | | | | Merge pull request #13498 from ↵Geir Storli2020-06-0517-313/+554
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/multi-value-attributes-matched-elements-only Multi-value attributes matched elements only
| * | | | | | | Support filtering of matched elements for multi-value attributes.Geir Storli2020-06-0511-151/+386
| | | | | | | |
| * | | | | | | Refactor MultiAttrDFW in preparation to support filtering of matched elements.Geir Storli2020-06-056-93/+118
| | | | | | | |
| * | | | | | | Simplify validation of slime docsum by comparing slime objects directly.Geir Storli2020-06-055-82/+63
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | They also have nice pretty printing if some tests fail.
* | | | | | | Merge pull request #13496 from vespa-engine/mpolden/recursive-host-removalMartin Polden2020-06-052-13/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Support recursive removal of all host types
| * | | | | | Support recursive removal of all host typesMartin Polden2020-06-052-13/+35
| | | | | | |
* | | | | | | Merge pull request #13497 from vespa-engine/toregge/add-rhel-8-2-kludgeArnstein Ressem2020-06-052-0/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add kludge to avoid unresolved symbols with gcc-toolset-9 on RHEL 8.2
| * | | | | | | Add kludge to avoid unresolved symbols with gcc-toolset-9 on RHEL 8.2Tor Egge2020-06-052-0/+17
| |/ / / / / /
* | | | | | | Merge pull request #13488 from vespa-engine/arnej/use-vector-of-UP-1Arne H Juul2020-06-0562-617/+711
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | use vector of UP as MultiSearch::Children
| * | | | | | adjust to use std::make_uniqueArne Juul2020-06-051-2/+10
| | | | | | |
| * | | | | | add TODOs about further use of unique_ptrArne Juul2020-06-058-0/+9
| | | | | | |
| * | | | | | use vector of UP as MultiSearch::ChildrenArne Juul2020-06-0458-617/+694
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add helper class for constructing MultiSearch::Children (mostly for unit tests) * rewrite as needed to adapt
* | | | | | | Merge pull request #13493 from vespa-engine/mpolden/vip-connection-reuseMartin Polden2020-06-0512-197/+280
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Disable connection reuse for VIPs
| * | | | | | | Disable connection reuse for VIPsMartin Polden2020-06-052-18/+186
| | | | | | | |
| * | | | | | | Remove checked exceptionMartin Polden2020-06-057-120/+27
| | | | | | | |
| * | | | | | | Retry proxy request with single targetMartin Polden2020-06-056-47/+55
| | | | | | | |
| * | | | | | | Make Sleeper publicMartin Polden2020-06-041-1/+1
| | | | | | | |
| * | | | | | | CleanupMartin Polden2020-06-041-18/+18
| | | | | | | |
* | | | | | | | Merge pull request #13494 from ↵Andreas Eriksen2020-06-054-15/+7
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/let-only-operators-read-deployment-v1 Let only operators read deployment/v1 API
| * | | | | | | Let only operators read deployment/v1 APIJon Marius Venstad2020-06-054-15/+7
| | | | | | | |
* | | | | | | | Merge pull request #13489 from vespa-engine/musum/configserver-refactoring-6Harald Musum2020-06-0532-853/+585
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Config server refactoring, part 6
| * | | | | | | | Remove debug outputHarald Musum2020-06-051-1/+0
| | | | | | | | |
| * | | | | | | | Merge TenantApplications and TenantRequestHandlerHarald Musum2020-06-0410-735/+554
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move tests to ApplicationRepositoryTest or TenantApplicationsTest