aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | | | | | | Use explicit instantiations of UniqueStore.Tor Egge2023-03-242-1/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #26570 from vespa-engine/bjormel/alb-target-reconfig-flagBjørn Meland2023-03-241-0/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Flag to control ALB target reconfig
| * | | | | | Fix datebjormel2023-03-241-1/+1
| | | | | | |
| * | | | | | Flag to control ALB target reconfigbjormel2023-03-241-0/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #26568 from vespa-engine/andreer/wg-port-public-aws-onlyHåkon Hallingstad2023-03-246-17/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | wg port public aws only
| * | | | | WireGuard UDP port is trusted in Public AWS zonesAndreas Eriksen2023-03-242-5/+16
| | | | | |
| * | | | | wg port public aws onlyAndreas Eriksen2023-03-245-12/+17
| | |_|/ / | |/| | |
* | | | | Merge pull request #26575 from ↵Henning Baldersheim2023-03-244-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-explicit-instantiations-of-multi-value-string-attribute Use explicit instantiation of MultiValueStringAttributeT
| * | | | | Use explicit instantiation of MultiValueStringAttributeTTor Egge2023-03-244-3/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #26565 from vespa-engine/mpolden/feed-client-3Martin Polden2023-03-248-97/+283
|\ \ \ \ \ | | | | | | | | | | | | Dispatch documents with common ID in order
| * | | | | Decouple JSON parsing from Document typeMartin Polden2023-03-235-85/+78
| | | | | |
| * | | | | Fix min latencyMartin Polden2023-03-232-1/+35
| | | | | |
| * | | | | Dispatch documents with common ID in orderMartin Polden2023-03-234-34/+193
| | | | | |