aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-2823-69/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Merge pull request #26603 from vespa-engine/balder/count-firstJon Bratseth2023-03-281-17/+26
|\ | | | | - Count number of items in the tree that has a unique id.
| * Allow composites with uniqueId to included as well.Henning Baldersheim2023-03-281-7/+5
| |
| * - Count number of items in the tree that has a unique id.Henning Baldersheim2023-03-281-17/+28
| | | | | | | | - Use this to either exit early, or presize the array to collect them in.
* | Merge pull request #26597 from vespa-engine/balder/precompute-first-NJon Bratseth2023-03-282-10/+25
|\ \ | |/ |/| CompoundName.first(int n) is called multiple time from QueryProfilePr…
| * CompoundName.first(int n) is called multiple time from ↵Henning Baldersheim2023-03-272-10/+25
| | | | | | | | | | | | QueryProfileProperties methods. Precompute, as we do for rest(int n), these instead of generating temporary CompoundNames on the fly.
* | Merge pull request #26598 from vespa-engine/hmusum/cleanup-orchestrator-6Henning Baldersheim2023-03-285-33/+3
|\ \ | | | | | | Remove unused slobrok backoff policy
| * | Remove unused slobrok backoff policyHarald Musum2023-03-275-33/+3
| | |
* | | Merge pull request #26602 from vespa-engine/aressem/add-periodic-trigv8.147.1Harald Musum2023-03-271-3/+1
|\ \ \
| * | | Trig open source release periodically and dont enable docker stuff as ↵Arnstein Ressem2023-03-271-3/+1
|/ / / | | | | | | | | | buildah is used.
* | | Merge pull request #26600 from vespa-engine/balder/cache-the-compound-keysJon Bratseth2023-03-272-9/+8
|\ \ \ | | | | | | | | Cache the generated temporary CompoundName keys.
| * | | Cache the generated temporary CompoundName keys.Henning Baldersheim2023-03-272-9/+8
|/ / /
* | | Merge pull request #26599 from vespa-engine/aressem/update-build-progressv8.146.12Arnstein Ressem2023-03-271-1/+3
|\ \ \ | | | | | | | | Indicate running state.
| * | | Set build status.Arnstein Ressem2023-03-271-1/+1
| | | |
| * | | Indicate running state.Arnstein Ressem2023-03-271-0/+2
|/ / /
* | | Merge pull request #26594 from vespa-engine/aressem/integrate-with-factoryArnstein Ressem2023-03-272-5/+98
|\ \ \ | |/ / |/| | Create and reports builds from cd.screwdriver.cd
| * | Create and reports builds from cd.screwdriver.cdArnstein Ressem2023-03-272-5/+98
| | |
* | | Merge pull request #26595 from vespa-engine/vekterli/take-queue-mutex-on-flushHenning Baldersheim2023-03-271-0/+6
|\ \ \ | |_|/ |/| | Ensure proper memory visibility on distributor stripe flush
| * | Ensure proper memory visibility on distributor stripe flushTor Brede Vekterli2023-03-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flushing the distributor stripes happens as part of process shutdown and therefore takes place in the main thread. At this point we should no longer receive any messages from the RPC/messaging subsystems, but there may still be lingering replies to be purged. At this point, the stripe threads are joined but the communication manager thread is not (happens slightly after in the shutdown sequence). We therefore have to explicitly form a mutex acquire/release pair to ensure proper memory visibility between anything touched by the comm. manager thread (within the mutex) and our main thread. This should resolve a ThreadSanitizer error.
* | | Merge pull request #26571 from vespa-engine/bratseth/execution-valueJon Bratseth2023-03-274-1/+102
|\ \ \ | | | | | | | | Retrieve execution value explicitly by '_'
| * | | Retrieve execution value explicitly by '_'Jon Bratseth2023-03-244-1/+102
| | | |
* | | | Merge pull request #26585 from vespa-engine/hmusum/cleanup-orchestrator-2Harald Musum2023-03-2714-367/+334
|\ \ \ \ | |_|_|/ |/| | | Hmusum/cleanup orchestrator 2
| * | | Remove stale commentHarald Musum2023-03-271-1/+0
| | | |
| * | | Remove unused argument and simplifyHarald Musum2023-03-272-38/+7
| | | |
| * | | SimplifyHarald Musum2023-03-271-85/+86
| | | |
| * | | Rename methodHarald Musum2023-03-274-10/+12
| | | |
| * | | Minor cleanup, no functional changesHarald Musum2023-03-274-46/+34
| | | |
| * | | Move test code to test classHarald Musum2023-03-262-41/+44
| | | |
| * | | More cleanupHarald Musum2023-03-261-17/+22
| | | |
| * | | Remove argument that is always falseHarald Musum2023-03-261-11/+2
| | | |
| * | | Cleanup and simplify testsHarald Musum2023-03-261-132/+141
| | | |
* | | | Merge pull request #26586 from vespa-engine/kkraune/visit-exampleKristian Aune2023-03-271-0/+1
|\ \ \ \ | | | | | | | | | | Add commonly used command as example
| * | | | Add commonly used command as exampleKristian Aune2023-03-271-0/+1
|/ / / /
* | | | Merge pull request #26584 from vespa-engine/revert-26578-bjorncs/tlsv13v8.145.27Henning Baldersheim2023-03-252-11/+16
|\ \ \ \ | | | | | | | | | | Revert "Enable TLSv1.3 for Vespa mTLS"
| * | | | Revert "Enable TLSv1.3 for Vespa mTLS"Henning Baldersheim2023-03-252-11/+16
|/ / / /
* | | | Merge pull request #26583 from ↵Henning Baldersheim2023-03-255-24/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/trim-and-sort-attribute-factory-includes Trim and sort AttributeFactory includes.
| * | | | Trim and sort AttributeFactory includes.Tor Egge2023-03-255-24/+13
|/ / / /
* | | | Merge pull request #26582 from ↵Henning Baldersheim2023-03-257-6/+41
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-explicit-instantiations-of-multi-value-numeric-posting-attribute-and-multi-value-string-posting-attribute Use explicit instantiations of MultiValueNumericPostingAttribute and
| * | | | Use explicit instantiations of MultiValueNumericPostingAttribute andTor Egge2023-03-247-6/+41
|/ / / / | | | | | | | | | | | | MultiValueStringPostingAttributeT.
* | | | Merge pull request #26581 from ↵Henning Baldersheim2023-03-247-5/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-explicit-instantiations-of-single-value-numeric-posting-attribute-and-single-value-string-posting-attribute Use explicit instantiations of SingleValueNumericPostingAttribute
| * | | | Use explicit instantiations of SingleValueNumericPostingAttributeTor Egge2023-03-247-5/+18
|/ / / / | | | | | | | | | | | | and SingleValueStringPostingAttributeT.
* | | | Merge pull request #26578 from vespa-engine/bjorncs/tlsv13Henning Baldersheim2023-03-242-16/+11
|\ \ \ \ | | | | | | | | | | Enable TLSv1.3 for Vespa mTLS
| * | | | Enable TLSv1.3 for Vespa mTLSBjørn Christian Seime2023-03-242-16/+11
| | | | |
* | | | | Merge pull request #26580 from ↵Henning Baldersheim2023-03-245-9/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/adjust-explicit-instantiations-of-buffer-type-and-array Adjust explicit instantiations of BufferType and Array.
| * | | | | Adjust explicit instantiations of BufferType and Array.Tor Egge2023-03-245-9/+18
| | | | | |
* | | | | | Merge pull request #26576 from ↵Morten Tokle2023-03-247-159/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-26567-bjorncs/cloud-app-validation Revert "Bjorncs/cloud app validation"
| * | | | | | Revert "Bjorncs/cloud app validation"Harald Musum2023-03-247-159/+14
| | | | | | |
* | | | | | | Merge pull request #26574 from ↵Håkon Hallingstad2023-03-241-1/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/balder/add-cluster-and-type-as-dimesions-to-drop-caches-flag Add cluster id and type as dimesions to drop-caches flag for finer co…
| * | | | | | Add cluster id and type as dimesions to drop-caches flag for finer control.Henning Baldersheim2023-03-241-1/+3
| | | | | | |
* | | | | | | Merge pull request #26577 from ↵Tor Egge2023-03-242-1/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-explicit-instantiations-of-unique-store Use explicit instantiations of UniqueStore.