summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.278.21-1].vespa-7.278.21-1sd-buildbot2020-09-024-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.278.21 --no-auto-changelog
* Merge pull request #14214 from ↵Henning Baldersheim2020-08-313-1/+9
|\ | | | | | | | | vespa-engine/vekterli/enable-freelist-for-content-db-data-store Explicitly enable freelists for content node B-tree DB data store
| * Explicitly enable freelists for content node B-tree DB data storeTor Brede Vekterli2020-08-313-1/+9
| | | | | | | | | | | | | | | | Freelists were unintentionally not enabled due to the difference in how `ArrayStore` and `DataStore` freelist setup is done. The existing distributor `ArrayStore` traits set this up implicitly via the constructor config, while the content node `DataStore` needs to have freelists explicitly enabled.
* | Merge pull request #14213 from ↵Jon Marius Venstad2020-08-314-23/+61
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/log-handler-with-blocking-flush Jonmv/log handler with blocking flush
| * | Update ABI specJon Marius Venstad2020-08-311-1/+2
| | |
| * | Mak log handler wait for network IO on every flushJon Marius Venstad2020-08-312-17/+58
| | |
| * | Avoid code duplication and make more clear that close is simply flushJon Marius Venstad2020-08-311-5/+1
| | |
* | | Merge pull request #14211 from ↵Geir Storli2020-08-318-1/+204
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/store-for-heap-allocated-tensors Implement store for heap allocated tensors.
| * | | Remove unneeded code.Geir Storli2020-08-311-4/+0
| | | |
| * | | Implement store for heap allocated tensors.Geir Storli2020-08-318-1/+208
| | | |
* | | | Merge pull request #14212 from vespa-engine/origin/hmusum/reduce-loggingJon Bratseth2020-08-311-10/+10
|\ \ \ \ | | | | | | | | | | Reduce log level and don't create strings unless they will be used
| * | | | Reduce log level and don't create strings unless they will be usedHarald Musum2020-08-311-10/+10
| | | | |
* | | | | Merge pull request #14207 from ↵Harald Musum2020-08-311-3/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | vespa-engine/origin/hmusum/reduce-time-to-keep-unused-file-references-5 Reduce time to keep unused file references from 4 to 2 hours
| * | | | Reduce time to keep unused file references from 4 to 2 hoursHarald Musum2020-08-311-3/+1
| | | | | | | | | | | | | | | | | | | | Remove unused config field
* | | | | Merge pull request #14210 from vespa-engine/bjorncs/container-feed-threadpoolHenning Baldersheim2020-08-311-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Define minimum values for core and max pool size
| * | | | | Define minimum values for core and max pool sizeBjørn Christian Seime2020-08-311-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #14193 from ↵Geir Storli2020-08-3110-34/+139
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | vespa-engine/toregge/extend-document-weight-attribute-interface Extend Document weight attribute interface to use dictionary snapshot
| * | | | Add description for collect_folded method.Tor Egge2020-08-311-0/+4
| | | | |
| * | | | Make nested DocumentWeightAttributeAdapter final.Tor Egge2020-08-283-13/+13
| | | | | | | | | | | | | | | | | | | | Drop unneded virtual and final keywords.
| * | | | Extend Document weight attribute interface to use dictionary snapshotTor Egge2020-08-2810-28/+129
| | | | | | | | | | | | | | | | | | | | (for reproducible lookup) and store enum index for lookup key.
* | | | | Merge pull request #14199 from vespa-engine/toregge/use-llvm-11-on-fedora-33Henning Baldersheim2020-08-313-9/+13
|\ \ \ \ \ | | | | | | | | | | | | Use llvm 11 on Fedora 33.
| * | | | | Always use new signature for CreateCall.Tor Egge2020-08-311-16/+0
| | | | | |
| * | | | | Use boost 1.73 on Fedora 33.Tor Egge2020-08-301-1/+1
| | | | | |
| * | | | | Use llvm 11 on Fedora 33.Tor Egge2020-08-303-4/+24
| | | | | |
* | | | | | Merge pull request #14209 from ↵Henning Baldersheim2020-08-3127-46/+64
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/balder/use-an-allocator-that-uses-mmap-for-large-allocations Use an allocator that automagically allocates large buffer by using m…
| * | | | | Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-3127-46/+64
|/ / / / /
* | | | | Merge pull request #14208 from vespa-engine/bratseth/drainHenning Baldersheim2020-08-3141-635/+1144
|\ \ \ \ \ | | | | | | | | | | | | Bratseth/drain
| * | | | | Actually close connectionJon Bratseth2020-08-313-8/+20
| | | | | |
| * | | | | Test old connection pollingJon Bratseth2020-08-3112-80/+327
| | | | | |
| * | | | | Completely parametrize timeJon Bratseth2020-08-2820-186/+247
| | | | | |
| * | | | | Parametrize clockJon Bratseth2020-08-2817-57/+106
| | | | | |
| * | | | | Time out connections on the IOThread levelJon Bratseth2020-08-2815-242/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Time out connections on the IOThread level instead of leaving this to Apache. Keep old connections alive for a while after timeout and keep polling them such that, if the old connection hits a different real behind a VIP than the new connection we'll still get the replies.
| * | | | | Remember when we connectedJon Bratseth2020-08-275-21/+36
| | | | | |
| * | | | | Add a gateway connection factoryJon Bratseth2020-08-278-73/+153
| | | | | |
| * | | | | Non-functional changes onlyJon Bratseth2020-08-275-35/+36
| | | | | |
* | | | | | Merge pull request #14203 from vespa-engine/hmusum/run-maintainers-more-oftenHarald Musum2020-08-311-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Run maintainers every 30 seconds
| * | | | | | Run maintainers every 30 secondsHarald Musum2020-08-311-2/+2
| | | | | | |
* | | | | | | Merge pull request #14202 from ↵Håkon Hallingstad2020-08-3113-30/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-unnecessary-constructor Remove unnecessary constructor
| * | | | | | | Remove unnecessary constructorHarald Musum2020-08-3113-30/+15
| |/ / / / / /
* | | | | | | Merge pull request #14206 from vespa-engine/hmusum/use-lockAndMaintainMartin Polden2020-08-311-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Take lock when running maintainers in bootstrap code
| * | | | | | Take lock when running maintainers in bootstrap codeHarald Musum2020-08-311-2/+2
| |/ / / / /
* | | | | | Merge pull request #14204 from ↵Arnstein Ressem2020-08-3115-401/+413
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-14190-hmusum/refactor-RemoteSession Revert "Move code from RemoteSession to SessionRepository"
| * | | | | Revert "Move code from RemoteSession to SessionRepository"Harald Musum2020-08-3115-401/+413
|/ / / / /
* | | | | Merge pull request #14201 from ↵Henning Baldersheim2020-08-311-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/move-streaming-operator-to-namespace-searched-by-adl Move streaming operator to namespace searched by ADL.
| * | | | | Move streaming operator to namespace searched by ADL.Tor Egge2020-08-311-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #14200 from vespa-engine/toregge/fix-forward-declarationHenning Baldersheim2020-08-311-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix forward declaration of Value.
| * | | | | Fix forward declaration of Value.Tor Egge2020-08-311-1/+1
| |/ / / /
* | | | | Merge pull request #14190 from vespa-engine/hmusum/refactor-RemoteSessionHarald Musum2020-08-3115-413/+401
|\ \ \ \ \ | |/ / / / |/| | | | Move code from RemoteSession to SessionRepository
| * | | | Changes after code reviewHarald Musum2020-08-283-8/+7
| | | | |
| * | | | Throw NotFoundException when active session not foundHarald Musum2020-08-282-1/+2
| | | | |