aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-0743-463/+360
|
* Merge pull request #20677 from vespa-engine/arnej/unify-java-warnings-2Henning Baldersheim2022-01-0624-175/+18
|\ | | | | Arnej/unify java warnings 2
| * unify java warningsArne H Juul2022-01-0623-157/+0
| | | | | | | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
| * avoid warningArne H Juul2022-01-061-18/+18
| |
* | Merge pull request #20679 from vespa-engine/balder/refactor-docentryHenning Baldersheim2022-01-0643-360/+463
|\ \ | | | | | | Balder/refactor docentry
| * | - Flags -> Enum.Henning Baldersheim2022-01-0617-114/+104
| | | | | | | | | | | | - Consistently use DocEntryList as type for std::vector<spi::DocEntry::UP>
| * | Only care about size of payload. Also add payload containing only doctype ↵Henning Baldersheim2022-01-0611-39/+83
| | | | | | | | | | | | and gid
| * | Use enum class for the flags.Henning Baldersheim2022-01-0611-92/+90
| | |
| * | Simplify by avoid both DocumentSize and PersistedDocumentSize. That is the same.Henning Baldersheim2022-01-0613-194/+175
| | |
| * | Simplify DocEntry to get a clean interface with multiple implementations, ↵Henning Baldersheim2022-01-0639-133/+223
| |/ | | | | | | | | | | instead of an mutant. Also add tests for the different variations a DocEntry can have.
* | Merge pull request #20678 from ↵Bjørn Christian Seime2022-01-061-1/+2
|\ \ | |/ |/| | | | | vespa-engine/jonmv/remove-not-found-is-OK-in-metrics Remove not found is OK
| * Remove not found is OKJon Marius Venstad2022-01-061-1/+2
| |
* | Merge pull request #20676 from ↵Geir Storli2022-01-063-69/+87
|\ \ | | | | | | | | | | | | vespa-engine/toregge/move-state-from-stack-to-field-merger Move state from stack to field merger.
| * | Move state from stack to field merger.Tor Egge2022-01-063-69/+87
|/ /
* | Merge pull request #20675 from vespa-engine/hmusum/add-flag-for-dh-in-awsHarald Musum2022-01-061-0/+7
|\ \ | | | | | | Add flag for enabling Data Highway for apps in AWS zones
| * | Add flag for enabling Data Highway for apps in AWS zonesHarald Musum2022-01-061-0/+7
| |/
* | Merge pull request #20674 from ↵Harald Musum2022-01-061-1/+4
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/increase-timeout-waiting-for-condition Increase timeout waiting for condition
| * | Increase timeout waiting for conditionHåkon Hallingstad2022-01-061-1/+4
| |/
* | Merge pull request #20671 from ↵gjoranv2022-01-063-12/+23
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/warn-when-using-deprecated-jvmargs-or-jvm-options Warn when using 'jvmargs' or 'jvm-options' in services.xml [run-systemtest]
| * | Warn when using 'jvmargs' or 'jvm-options' in services.xmlHarald Musum2022-01-063-12/+23
| |/ | | | | | | | | Log application package warning and note that those options are deprecated and will be removed in Vespa 8
* | Merge pull request #20672 from vespa-engine/arnej/unify-java-warnings-1Henning Baldersheim2022-01-0627-107/+29
|\ \ | | | | | | Arnej/unify java warnings 1
| * | cosmetic fixArne H Juul2022-01-061-1/+1
| | |
| * | enable more lint warningsArne H Juul2022-01-061-3/+0
| | | | | | | | | | | | | | | | | | * note: this module uses rawtypes and unchecked casts all over the place. Several core concepts would need to be redesigned and rewritten to avoid this.
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-8/+0
| | |
| * | handle switch fallthroughArne H Juul2022-01-061-2/+5
| | | | | | | | | | | | | | | | | | * rewrite one switch fallthrough where it made more sense to handle the cases separately * suppress one switch fallthrough (it was clearly commented)
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-7/+0
| | |
| * | suppress varargs warningArne H Juul2022-01-061-0/+1
| | |
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-7/+0
| | |
| * | remove redundant castArne H Juul2022-01-061-1/+1
| | |
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-8/+0
| | |
| * | suppress varargs warningArne H Juul2022-01-061-0/+1
| | |
| * | add -Werror to avoid warning creepArne H Juul2022-01-061-0/+1
| | | | | | | | | | | | | | | * note: this module cannot compile with -Xlint:unchecked, because generated code (concrete documents) use many unchecked casts.
| * | simpler to avoid using deprecated methodArne H Juul2022-01-061-5/+4
| | |
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-10/+0
| | |
| * | suppress varargs warningArne H Juul2022-01-061-0/+1
| | |
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-7/+0
| | |
| * | don't use just raw typeArne H Juul2022-01-061-1/+1
| | |
| * | avoid lint warningArne H Juul2022-01-061-0/+4
| | |
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-064-31/+0
| | |
| * | unify java warnings (use compiler args from parent)Arne H Juul2022-01-062-16/+0
| | |
| * | annotate intentional switch fallthroughArne H Juul2022-01-061-0/+1
| | |
| * | suppress "varargs" warningsArne H Juul2022-01-063-0/+8
| |/
* | Merge pull request #20673 from vespa-engine/mpolden/copy-before-modificationMartin Polden2022-01-063-8/+8
|\ \ | | | | | | Never modify cached runs
| * | Never modify cached runsMartin Polden2022-01-063-8/+8
| |/ | | | | | | | | | | The cached runs can be read by multiple threads, which will cause a ConcurrentModificationException if the same runs are being updated by another thread
* | Merge pull request #20667 from ↵Geir Storli2022-01-0611-469/+625
|\ \ | |/ |/| | | | | vespa-engine/toregge/factor-out-field-merger-from-fusion Factor out FieldMerger from Fusion.
| * Factor out FieldMerger from Fusion.Tor Egge2022-01-0511-469/+625
| |
* | Merge pull request #20670 from vespa-engine/remove-unnecessary-generic-servicesHarald Musum2022-01-061-27/+0
|\ \ | | | | | | Remove unnecessary generic services from services.xml
| * | Remove unnecessary generic services from services.xmlgjoranv2022-01-051-27/+0
| | |
* | | Merge pull request #20656 from ↵Håkon Hallingstad2022-01-055-16/+32
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hakonhall/use-infrastructureapplication-try-2 Use InfrastructureApplication, try 2
| * | | Fix application-model nameHåkon Hallingstad2022-01-051-1/+1
| | | |