summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12317 from vespa-engine/bjorncs/test-framework-cleanupJon Bratseth2020-02-242-17/+11
|\ | | | | Remove use of fest-assert
| * Remove use of fest-assertBjørn Christian Seime2020-02-242-17/+11
|/ | | | Motivation: remove the number of 'fluent test assertion' libraries in use.
* Merge pull request #12304 from vespa-engine/havardpe/use-authority-for-sniHåvard Pettersen2020-02-2415-12/+208
|\ | | | | use authority for sni
| * remove leftoversHåvard Pettersen2020-02-241-2/+0
| |
| * use authority for sniHåvard Pettersen2020-02-2115-12/+210
| |
* | Merge pull request #12314 from ↵Håkon Hallingstad2020-02-2425-58/+208
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/define-completeness-of-supermodel-and-dupermodel Define completeness of SuperModel and DuperModel
| * | There is already a call to maintain - unifyHåkon Hallingstad2020-02-242-3/+3
| | |
| * | Fail cfg bootstrap if activation of infra apps failsHåkon Hallingstad2020-02-236-12/+29
| | |
| * | Define completeness of SuperModel and DuperModelHåkon Hallingstad2020-02-2324-55/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order for Orchestrator to remove application data from ZooKeeper, it must know which applications do NOT exist. Since the duper model starts with 0 applications, always, the only way of knowing what applications do not exist is for the bootstrap code to notify the super model/duper model when bootstrap is complete. There are 2 sources of applications that must signal completeness: - The super model, once all applications have been redeployed in ConfigServerBootstrap. - The infrastructure application, in the InfrastructureProvisioner the first time it runs.
* | | Merge pull request #12303 from vespa-engine/hmusum/cleanup-10Henning Baldersheim2020-02-248-78/+67
|\ \ \ | | | | | | | | Config proxy cleanup, part 2
| * | | Add delayedResponses() to interfaceHarald Musum2020-02-217-9/+27
| | | |
| * | | Move delayed responses and scheduler into RpcConfigSourceClientHarald Musum2020-02-212-29/+23
| | | |
| * | | Move timing values into RpcConfigSourceClientHarald Musum2020-02-214-46/+23
| | |/ | |/|
* | | Merge pull request #12308 from vespa-engine/olaa/log-command-outputgjoranv2020-02-243-6/+15
|\ \ \ | | | | | | | | Log warning when stdErr is not empty. More debug logging
| * | | Log warning when stdErr is not empty. More debug loggingOla Aunrønning2020-02-213-6/+15
| | | |
* | | | Merge pull request #12307 from vespa-engine/mpolden/endpoint-routing-methodMartin Polden2020-02-247-65/+89
|\ \ \ \ | | | | | | | | | | Use RoutingMethod when building endpoint
| * | | | Rename endpointcertificates -> certificateMartin Polden2020-02-213-3/+3
| | | | |
| * | | | Move methodMartin Polden2020-02-212-16/+22
| | | | |
| * | | | Use RoutingMethod when building endpointMartin Polden2020-02-215-46/+64
| |/ / /
* | | | Merge pull request #12275 from ↵Valerij Fredriksen2020-02-244-11/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/remove-unnecessary-gethostinfo Remove unnecessary getHostInfo
| * | | | Remove unnecessary getHostInfoHåkon Hallingstad2020-02-204-11/+3
| | | | |
* | | | | Merge pull request #12312 from ↵Valerij Fredriksen2020-02-232-12/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/hakonhall/avoid-resume-unless-suspended Avoid resume unless suspended
| * | | | Avoid resume unless suspendedHåkon Hallingstad2020-02-232-12/+26
| | | | | | | | | | | | | | | | | | | | This is to reduce the contention for the application lock in Orchestrator.
* | | | | Merge pull request #12313 from ↵Valerij Fredriksen2020-02-233-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/return-409-on-orchestrator-timeout-instead-of-504 Return 409 on Orchestrator timeout instead of 504
| * | | | | Return 409 on Orchestrator timeout instead of 504Håkon Hallingstad2020-02-233-8/+8
| | | | | |
* | | | | | Merge pull request #12311 from ↵Henning Baldersheim2020-02-232-9/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/fedora-32-branched-from-rawhide Fedora 32 has been branched from Fedora rawhide.
| * | | | | Fedora 32 has been branched from Fedora rawhide.Tor Egge2020-02-232-9/+35
| |/ / / / | | | | | | | | | | | | | | | Add setting for Ubuntu 19.10, drop setting for Ubuntu 18.10.
* | | | | Merge pull request #12310 from ↵Valerij Fredriksen2020-02-235-35/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/hakonhall/remove-large-orchestrator-locks-flag Remove large-orchestrator-locks flag
| * | | | Remove large-orchestrator-locks flagHåkon Hallingstad2020-02-235-35/+6
| | | | |
* | | | | Merge pull request #12225 from ↵Henning Baldersheim2020-02-2229-214/+139
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/avoid-the-need-for-propagating-shared_ptr-all-through-all-layers Use enable_shared_from_this to simplify interface and keep the detail…
| * | | | | Allow passing const SearchViewHenning Baldersheim2020-02-2211-82/+31
| | | | | |
| * | | | | Only expose shared_ptrHenning Baldersheim2020-02-216-18/+21
| | | | | |
| * | | | | Use enable_shared_from_this to simplify interface and keep the details local.Henning Baldersheim2020-02-1717-117/+90
| | | | | |
* | | | | | Merge pull request #12309 from ↵Valerij Fredriksen2020-02-221-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hakonhall/default-to-docker-1131-102git7f2769b Default to Docker 1.13.1-102.git7f2769b
| * | | | | Default to Docker 1.13.1-102.git7f2769bHåkon Hallingstad2020-02-221-1/+1
|/ / / / /
* | | | | Merge pull request #12305 from vespa-engine/bjorncs/stabilize-log-handler-testHarald Musum2020-02-213-97/+83
|\ \ \ \ \ | |_|_|/ / |/| | | | Bjorncs/stabilize log handler test
| * | | | Shutdown log handler thread at end of each test methodBjørn Christian Seime2020-02-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | The log handler will shutdown the JVM (logAndDie) if the junit temporarly folder rule performs cleanup prior to a log rotation.
| * | | | Reduce use of long sleep periodsBjørn Christian Seime2020-02-211-4/+3
| | | | |
| * | | | Make fileName volatileBjørn Christian Seime2020-02-211-2/+1
| | | | |
| * | | | Remove silly exception handling and conditional executionBjørn Christian Seime2020-02-211-38/+31
| | | | |
| * | | | Use TemporaryFolder junit rule for temporary test files and directoriesBjørn Christian Seime2020-02-211-36/+25
| | | | |
| * | | | Cleanup javadoc commentBjørn Christian Seime2020-02-211-3/+0
| | | | |
| * | | | Cleanup author tagBjørn Christian Seime2020-02-211-1/+1
| | | | |
| * | | | Improve test assertions for LogFileHandlerTestCaseBjørn Christian Seime2020-02-212-20/+20
| | | | |
| * | | | Explicitly declare maven-compiler-plugin to resolve import issues with IntelliJBjørn Christian Seime2020-02-211-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #12306 from vespa-engine/mortent/rename-sl4Bjørn Christian Seime2020-02-211-1/+1
|\ \ \ \ | | | | | | | | | | Rename routing method
| * | | | Rename routing methodMorten Tokle2020-02-211-1/+1
|/ / / /
* | | | Merge pull request #12289 from ↵Håvard Pettersen2020-02-212-0/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/fixup-feature-map-on-blueprint-setup-failures Fixup feature map after blueprint setup failure.
| * | | | Call fixup_feature_map() from failed() method.Tor Egge2020-02-211-3/+1
| | | | |
| * | | | Fixup feature map after blueprint setup failure.Tor Egge2020-02-202-0/+35
| | | | |