summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.265.10-1].vespa-7.265.10-1sd-buildbot2020-08-064-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.265.10 --no-auto-changelog
* Merge pull request #13997 from ↵Henning Baldersheim2020-08-0518-191/+184
|\ | | | | | | | | vespa-engine/balder/cleanup-test-code-before-api-change Cleanup code by following clion advise an move some classes to its pr…
| * Cleanup code by following clion advise an move some classes to its proper home.Henning Baldersheim2020-08-0518-191/+184
| |
* | Merge pull request #13994 from vespa-engine/ogronnesby/stop-reading-billing-infoJon Marius Venstad2020-08-056-31/+14
|\ \ | |/ |/| Stop reading BillingInfo but write the default value
| * Stop reading BillingInfo but write the default valueØyvind Grønnesby2020-08-056-31/+14
| | | | | | | | | | | | Preparing to completely remove BillingInfo as it was never used. First step is to stop reading it. Once that has propagated we can remove the class completely.
* | Merge pull request #13995 from ↵Henning Baldersheim2020-08-0510-88/+88
|\ \ | | | | | | | | | | | | vespa-engine/balder/disable-lint-for-test-macro-definitions Turn off lint for test marco definitions we can actually use clang-ti…
| * | Turn off lint for test marco definitions we can actually use clang-tidy to ↵Henning Baldersheim2020-08-0510-88/+88
| | | | | | | | | | | | cleanup our code.
* | | Merge pull request #13996 from vespa-engine/bratseth/expose-summary-dataJon Bratseth2020-08-053-4/+7
|\ \ \ | |/ / |/| | Expose raw summary data
| * | Expose raw summary dataJon Bratseth2020-08-053-4/+7
| | | | | | | | | | | | This makes it easier to serialize hits.
* | | Merge pull request #13992 from vespa-engine/bratseth/remove-incorrect-provenanceJon Bratseth2020-08-055-10/+41
|\| | | | | | | | Remove incorrect provenance info
| * | Remove incorrect provenance infoJon Bratseth2020-08-055-10/+41
| |/ | | | | | | | | | | | | When we combine all resolutions of some value the provenance information carried by the value becomes ptoentially incorrect. Since we do this for efficiency and tracking provenance info is just helper functionality, we remove the provenance info in these cases.
* | Merge pull request #13993 from ↵Jon Marius Venstad2020-08-051-24/+20
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/flush-log-handler-output-stream-more-often Flush output from log handler more often
| * | Flush output from log handler more oftenJon Marius Venstad2020-08-051-24/+20
| | |
* | | Merge pull request #13991 from vespa-engine/balder/remove-double-slashHenning Baldersheim2020-08-051-1/+1
|\ \ \ | |_|/ |/| | Only single slash
| * | Only single slashHenning Baldersheim2020-08-051-1/+1
|/ /
* | Merge pull request #13981 from vespa-engine/bratseth/compactJon Bratseth2020-08-058-51/+106
|\ \ | | | | | | Bratseth/compact
| * | Update abi specJon Bratseth2020-08-041-3/+4
| | |
| * | Compact single valuesJon Bratseth2020-08-047-48/+102
| | |
* | | Merge pull request #13985 from vespa-engine/balder/minor-fieldset-cleanupJon Bratseth2020-08-0555-512/+233
|\ \ \ | |_|/ |/| | Balder/minor fieldset cleanup
| * | Update abispecHenning Baldersheim2020-08-041-3/+9
| | |
| * | Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-0422-62/+78
| | |
| * | Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-0421-103/+84
| | |
| * | Remove the unused [header] and [body] fieldsets to simplify backend ↵Henning Baldersheim2020-08-0420-349/+67
| | | | | | | | | | | | optimization during get.
* | | Merge pull request #13983 from ↵Øyvind Grønnesby2020-08-043-9/+90
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/olaa/disallow-deleting-tenant-with-outstanding-charges Disallow deleting tenants with outstanding charges
| * | | Add unit testOla Aunrønning2020-08-042-3/+80
| | | |
| * | | Disallow deleting tenants with outstanding chargesOla Aunrønning2020-08-041-6/+10
| | | |
* | | | Merge pull request #13988 from vespa-engine/balder/prepare-threadpoolHenning Baldersheim2020-08-044-1/+16
|\ \ \ \ | | | | | | | | | | Add flags for controlling threads for feeding.
| * | | | Add flags for controlling threads for feeding.Henning Baldersheim2020-08-044-1/+16
|/ / / /
* | | | Merge pull request #13987 from vespa-engine/balder/name-the-transport-threadsHenning Baldersheim2020-08-0433-53/+76
|\ \ \ \ | |_|/ / |/| | | Name the transport threads to understand how things are interconnected.
| * | | Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-0433-53/+76
|/ / /
* | | Merge pull request #13982 from ↵Henning Baldersheim2020-08-0410-169/+27
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-13893-bjorncs/container-thread-pool Revert "Bjorncs/container thread pool"
| * | | Revert "Bjorncs/container thread pool"Henning Baldersheim2020-08-0410-169/+27
|/ / /
* | | Merge pull request #13980 from ↵Håkon Hallingstad2020-08-043-5/+5
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/reduce-expired-locks-expiry-time-2 Reduce expiry time for session locks from 12 to 6 hours
| * | | Reduce expiry time for session locks from 12 to 6 hoursHarald Musum2020-08-043-5/+5
|/ / /
* | | Merge pull request #13979 from ↵Harald Musum2020-08-0412-247/+34
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-support-for-searchdefinitions-in-docproc-bundles Remove support for search definitions in docproc bundles
| * | | Add fileHarald Musum2020-08-041-0/+3
| | | |
| * | | Remove support for search definitions in docproc bundlesHarald Musum2020-08-0411-247/+31
|/ / /
* | | Merge pull request #13893 from vespa-engine/bjorncs/container-thread-poolHenning Baldersheim2020-08-0410-27/+169
|\ \ \ | | | | | | | | Bjorncs/container thread pool
| * \ \ Merge branch 'master' into bjorncs/container-thread-poolHenning Baldersheim2020-08-04390-3875/+5652
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #13973 from ↵Harald Musum2020-08-043-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/fallback-to-default-application-id-only-if-tenant-is-default Fallback to default application id only for default tenant
| * | | | Fallback to default application id only for default tenantHarald Musum2020-08-033-7/+7
| | | | |
* | | | | Merge pull request #13966 from vespa-engine/balder/do-not-poll-at-1000hzJon Bratseth2020-08-046-44/+56
|\ \ \ \ \ | | | | | | | | | | | | Change default poll frequency when idle form 1000hz to 10hz.
| * | | | | 1000 -> 500.0Henning Baldersheim2020-08-031-1/+1
| | | | | |
| * | | | | Let fast be fastHenning Baldersheim2020-08-032-4/+3
| | | | | |
| * | | | | - Let default idlePollFrequency be unset.Henning Baldersheim2020-08-036-53/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - If unset SyncClient will set it to 200hz. - If not set IOThread will use old default of 10hz.
| * | | | | Change default poll frequency when idle form 1000hz to 10hz.Henning Baldersheim2020-08-034-13/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cost of a poll is huge as it implies sending an http post. Synchrous usage might want to reduce this.
* | | | | | Add metric for number of infrastructure instance events (#13970)Ola Aunrønning2020-08-043-5/+17
| | | | | |
* | | | | | Merge pull request #13975 from ↵Harald Musum2020-08-042-9/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-one-completion-waiter-when-activating Use just one completion waiter when activating
| * | | | | | Use just one completion waiter when activatingHarald Musum2020-08-032-9/+13
| | | | | | |
* | | | | | | Merge pull request #13974 from ↵Harald Musum2020-08-0411-183/+302
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/configserver-refactoring-25-take-2 Simplify tests (stop using low-level code to setup test environment, take 2