aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25296 from ↵v8.102.12Henning Baldersheim2022-12-193-84/+47
|\ | | | | | | | | vespa-engine/revert-25292-balder/allow-multiple-requests Revert "Balder/allow multiple requests [run-systemtest]"
| * Revert "Balder/allow multiple requests [run-systemtest]"Henning Baldersheim2022-12-193-84/+47
|/
* Merge pull request #25292 from vespa-engine/balder/allow-multiple-requestsHenning Baldersheim2022-12-193-47/+84
|\ | | | | Balder/allow multiple requests [run-systemtest]
| * Reduce code duplication and improve comments.Henning Baldersheim2022-12-193-33/+11
| |
| * - Allow the FRTSource to handle multiple concurrent requests by using a ↵Henning Baldersheim2022-12-192-14/+33
| | | | | | | | | | | | guarded map. - Also wait for all requests to finish and avoid transportSync().
| * You must always reply with the same RPCRequestHenning Baldersheim2022-12-191-8/+48
| |
* | Merge pull request #25293 from vespa-engine/balder/gc-unused-codeHenning Baldersheim2022-12-194-111/+16
|\ \ | | | | | | Stacksize is no longer in use.
| * | Stacksize is no longer in use.Henning Baldersheim2022-12-194-111/+16
|/ /
* | Merge pull request #25291 from vespa-engine/geirst/flush-meta-start-simplifyGeir Storli2022-12-192-1/+2
|\ \ | |/ |/| Simplify implementation of FlushEngine::FlushMeta::getStart().
| * Simplify implementation of FlushEngine::FlushMeta::getStart().Geir Storli2022-12-192-1/+2
| |
* | Merge pull request #25287 from ↵Bjørn Meland2022-12-191-9/+19
|\ \ | | | | | | | | | | | | vespa-engine/olaa/resourcetagmaintainer-connecttimeoutexception ResourceTagMaintainer handles ConnectTimeoutException
| * | ResourceTagMaintainer handles ConnectTimeoutExceptionOla Aunronning2022-12-191-9/+19
| | |
* | | Merge pull request #25290 from vespa-engine/hmusum/cleanup-37Harald Musum2022-12-195-32/+5
|\ \ \ | | | | | | | | Minor config server cleanup
| * | | Remove some unnecessary logging and unused methodHarald Musum2022-12-193-7/+0
| | | |
| * | | Simplify and update javadocHarald Musum2022-12-192-25/+5
| | |/ | |/|
* | | Merge pull request #25288 from vespa-engine/havardpe/async-ioGeir Storli2022-12-198-0/+404
|\ \ \ | |/ / |/| | async io experiments
| * | async io experimentsHåvard Pettersen2022-12-198-0/+404
|/ /
* | Merge pull request #25282 from ↵Henning Baldersheim2022-12-1919-92/+258
|\ \ | | | | | | | | | | | | vespa-engine/geirst/avoid-flushing-components-more-than-necessary Avoid flushing components in proton more than necessary.
| * | Avoid flushing components in proton more than necessary.Geir Storli2022-12-1619-92/+258
| | | | | | | | | | | | | | | | | | Don't consider TLSSIZE ordering if there exists an active (ongoing) flush (for the same flush handler) that started before the last flush time of the flush target to evaluate. Instead we should wait for the active (ongoing) flush to be finished before doing another evaluation.
* | | Merge pull request #25283 from ↵Geir Storli2022-12-1935-155/+101
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/reduce-includes-and-code-visibility reduce number of files included and some minor cleanup.
| * | | reduce number of files included and some minor cleanup.Henning Baldersheim2022-12-1635-155/+101
| | | |
* | | | Merge pull request #25285 from vespa-engine/bjormel/clean_var_tmpBjørn Meland2022-12-192-2/+9
|\ \ \ \ | |_|_|/ |/| | | Clean up /opt/vespa/var/tmp
| * | | Clean up /opt/vespa/var/tmp in content node too...bjormel2022-12-181-2/+3
| | | |
| * | | Clean up /opt/vespa/var/tmp in containerbjormel2022-12-182-2/+8
| |/ /
* | | Merge pull request #25280 from vespa-engine/fix-dimension-hashing-bugv8.101.28Henning Baldersheim2022-12-1810-83/+228
|\ \ \ | |/ / |/| | Fix dimension hashing bug
| * | Clean up test as implementation has changed to use a set.Henning Baldersheim2022-12-182-41/+53
| | |
| * | Use a set instead to detect uniqueness.Henning Baldersheim2022-12-161-5/+7
| | |
| * | Use hashing that will actually differentiate properlyHenning Baldersheim2022-12-161-5/+5
| | |
| * | Add unit test showing that we are not there yet.Henning Baldersheim2022-12-161-2/+14
| | |
| * | Rename MetricsParser.Consumer to Collector to avoid confusion.gjoranv2022-12-1610-46/+43
| | |
| * | Fix a hashing bug in MetricsParser, and use record for Dimension.gjoranv2022-12-162-8/+42
| | | | | | | | | | | | | | | - XOR does not work well for comparing two distinct pairs of duplicate values.
| * | Add test of MetricsParser's dimensions hashing.gjoranv2022-12-161-0/+79
| | |
| * | Non-functional: rearrange functions, add comments and whitespace.gjoranv2022-12-161-35/+44
| | |
* | | Merge pull request #25281 from vespa-engine/balder/just-your-own-threadHenning Baldersheim2022-12-161-15/+11
|\ \ \ | | | | | | | | Now all threads have a fixed stack and there is no use in creating an…
| * | | Now all threads have a fixed stack and there is no use in creating and extra ↵Henning Baldersheim2022-12-161-15/+11
|/ / / | | | | | | | | | | | | | | | thread with larger stack. No longer possible, so just do the work yourself.
* | | Merge pull request #25278 from vespa-engine/mpolden/fix-image-selectionHåkon Hallingstad2022-12-162-7/+5
|\ \ \ | | | | | | | | GPU image takes precedence over tenant image
| * | | GPU image takes precedence over tenant imageMartin Polden2022-12-162-7/+5
| | | |
* | | | Merge pull request #25275 from ↵Henning Baldersheim2022-12-165-13/+35
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/restart-only-when-config-has-changed No need to restart sampling or reconfigure anything unless the config…
| * | | Use curly bracesHenning Baldersheim2022-12-161-1/+2
| | | |
| * | | No need to restart sampling or reconfigure anything unless the config has ↵Henning Baldersheim2022-12-165-13/+34
| | |/ | |/| | | | | | | changed.
* | | Merge pull request #25277 from vespa-engine/mpolden/cleanupMartin Polden2022-12-1612-88/+53
|\ \ \ | |/ / |/| | controller-server cleanup
| * | Remove unused constantsMartin Polden2022-12-161-2/+0
| | |
| * | Use switch expressionMartin Polden2022-12-163-27/+20
| | |
| * | Use toListMartin Polden2022-12-161-6/+1
| | |
| * | Move EndpointCertificateHandler to restapi packageMartin Polden2022-12-161-2/+2
| | |
| * | Remove unused constantMartin Polden2022-12-151-1/+0
| | |
| * | Convert AssignedRotation to recordMartin Polden2022-12-152-45/+21
| | |
| * | Move MailVerifier to application packageMartin Polden2022-12-153-5/+9
|/ /
* | Merge pull request #25272 from vespa-engine/vekterli/yuletide-cleanupTor Brede Vekterli2022-12-15109-724/+515
|\ \ | | | | | | Yuletide distributor code cleanup
| * | Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-15101-676/+455
| | | | | | | | | | | | No functional changes