summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #14223 from vespa-engine/balder/avoid-commit-and-waitHenning Baldersheim2020-09-016-30/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Avoid commitAndWait. It is a blocking call that might deadlock.
| * | | | | | Avoid commitAndWait. It is a blocking call that might deadlock.Henning Baldersheim2020-09-016-30/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already safely taken care of in syncViews.
* | | | | | | Merge pull request #14218 from vespa-engine/mortent/propagate-test-reportJon Marius Venstad2020-09-0118-5/+460
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Include test report in job run details
| * | | | | | Include test report in job run detailsMorten Tokle2020-09-0113-4/+427
| | | | | | |
| * | | | | | Add API to get test report on config serverMorten Tokle2020-08-285-1/+33
| | | | | | |
* | | | | | | Merge pull request #14216 from vespa-engine/balder/avoid-raw-pointersHenning Baldersheim2020-09-019-28/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Avoid using raw pointers, and move the smart pointers.
| * | | | | | | Avoid using raw pointers, and move the smart pointers.Henning Baldersheim2020-08-319-28/+28
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #14222 from ↵Bjørn Christian Seime2020-09-011-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-14221-bjorncs/container-thread-pool Revert "Add missing implementation of 'Executor' interface"
| * | | | | | | Revert "Add missing implementation of 'Executor' interface"Harald Musum2020-09-011-2/+1
|/ / / / / / /
* | | | | | | Merge pull request #14221 from vespa-engine/bjorncs/container-thread-poolHenning Baldersheim2020-09-011-1/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add missing implementation of 'Executor' interface
| * | | | | | Add missing implementation of 'Executor' interfaceBjørn Christian Seime2020-09-011-1/+2
|/ / / / / /
* | | | | | Merge pull request #14217 from vespa-engine/bratseth/drain-exponential-dropoffHenning Baldersheim2020-09-012-28/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | Drain old connections with exponential dropoff due to reduce cost
| * | | | | | Drain old connections with exponential dropoff due to reduce costJon Bratseth2020-08-312-28/+37
| | | | | | |
* | | | | | | Merge pull request #14215 from vespa-engine/origin/hmusum/reduce-logging-2Jon Bratseth2020-09-013-8/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Avoid unnecesary logging: Reduce log level or remove
| * | | | | | Avoid unnecesary logging: Reduce log level or removeHarald Musum2020-08-313-8/+4
| | |/ / / / | |/| | | |
* | | | | | 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