summaryrefslogtreecommitdiffstats
path: root/container-disc/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove warning produced by hc5 doing reflective access on SSLEngineImplBjørn Christian Seime2021-06-231-0/+1
|
* drop empty buffers instead of using small buffersHåvard Pettersen2021-06-151-1/+1
|
* Update start scriptsMorten Tokle2021-03-251-0/+1
|
* group -> aws-parameter-storeMorten Tokle2021-03-161-1/+8
|
* Change config namespace. Update ABI specOla Aunrønning2021-03-041-1/+1
|
* Include tenant secret stores in deploy callOla Aunrønning2021-03-041-1/+4
| | | | | | AwsParameterStore iterates through configured stores to find secret Set up AwsParameterStore ModelContextImpl properties fetches external ID for every tenant secret store
* Add cloud secret store configOla Aunrønning2021-03-041-0/+5
|
* Non-functional changes onlyJon Bratseth2021-02-211-1/+2
|
* Provide fallback ConnectionLog instance for all container typesBjørn Christian Seime2021-02-151-0/+18
| | | | | The ConnectionLog component was previously missing for non-application container clusters (e.g metrics-proxy and cluster-controller). This caused the JettyHttpServer component to always reconstruct on new config.
* enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-121-1/+1
|
* Use small buffers where size matters more than speed.Henning Baldersheim2021-02-121-1/+1
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-46/+35
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-35/+46
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-46/+35
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Remove the StateMetricConsumer class and its factory.gjoranv2021-01-261-24/+0
|
* Never provide a StateMetricConsumer.gjoranv2021-01-264-33/+6
| | | | | | - It was only provided when MetricsPresentationConfig.slidingwindow was set to false (the config model always adds the JdiscMetricsFactory).
* Track explicitly when we are initializing configJon Bratseth2020-12-161-6/+6
|
* Reduce shutdown deconstruction timeout from 10 min -> 45 secgjoranv2020-12-151-1/+3
| | | | .. due to ConfiguredApplication.shutdownDeadlineExecutor
* Make the deconstruct executor private again.gjoranv2020-12-152-19/+27
| | | | - Add helper method in test to wait for deconstruct to finish.
* Optimize imports.gjoranv2020-12-152-10/+6
|
* Switch test to use RECONFIG mode by default.gjoranv2020-12-151-1/+4
| | | | | | - Use SHUTDOWN mode for the latest test that uses a component with the delayed deconstruct method. - Remove the now unnecessary explanation from the class comment.
* Extract method for task waiting and exception handling.gjoranv2020-12-151-12/+16
|
* Add constant for the deconstruct delay in RECONFIG mode.gjoranv2020-12-151-1/+2
|
* Wait for component deconstruction to finish when shutting down.gjoranv2020-12-153-8/+65
| | | | | | | - Wait up to 10 minuts. - Add separate modes for reconfig and shutdown. - Add test ctor for setting the delay before deconstruction starts in RECONFIG mode. (Tests are TBD.)
* Add metric for failed construction of component graphBjørn Christian Seime2020-12-091-3/+14
|
* Revert "Merge pull request #15739 from ↵Jon Bratseth2020-12-081-5/+1
| | | | | | | vespa-engine/revert-15734-bratseth/simplify-config-take-2" This reverts commit d1e33a9420805f5d416ca55ed79497fd28f20216, reversing changes made to 10464c859ccca2596e2b841612f8ea958330e4dc.
* Revert "Bratseth/simplify config take 2"Harald Musum2020-12-081-1/+5
|
* Merge pull request #15734 from vespa-engine/bratseth/simplify-config-take-2Jon Bratseth2020-12-081-5/+1
|\ | | | | Bratseth/simplify config take 2
| * Revert "Merge pull request #15690 from ↵Jon Bratseth2020-12-071-5/+1
| | | | | | | | | | | | | | vespa-engine/revert-15686-bratseth/simplify-config" This reverts commit a90709008ec0d108ee9a2e26bda20e39a10424b5, reversing changes made to fcb2b4a2fd7a594520613c48d58e26963c68ea90.
* | Revert "Revert "Revert "Revert "Always deconstruct in reverse creation ↵Jon Marius Venstad2020-12-082-23/+24
| | | | | | | | order, including Provider objects""""
* | Revert "Revert "Revert "Always deconstruct in reverse creation order, ↵Jon Marius Venstad2020-12-082-24/+23
| | | | | | | | including Provider objects"""
* | Revert "Revert "Always deconstruct in reverse creation order, including ↵Jon Marius Venstad2020-12-072-23/+24
| | | | | | | | Provider objects""
* | Revert "Always deconstruct in reverse creation order, including Provider ↵Arnstein Ressem2020-12-072-24/+23
| | | | | | | | objects"
* | Make executor package visible for shutdown testsJon Marius Venstad2020-12-072-10/+9
| |
* | Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-072-13/+15
|/
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy ↵Jon Bratseth2020-12-041-1/+5
| | | | impleme…"
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-041-5/+1
|
* Make restart on deploy stickyJon Bratseth2020-11-231-1/+5
| | | | | | | | When restartOnDeploy is set on a config generation, no further config generations should be applied before the node has been restarted. This is necessary because the decision on whether restartOnDeploy shouild be set is made by comparing the current and next config generation on the config server, not the next and the current one active on the node.
* Non-functional-changes-onlyJon Bratseth2020-11-1814-48/+45
|
* Support default request/response filters per connectorBjørn Christian Seime2020-11-172-113/+84
| | | | Filter requests using default request/response filter if no other filters matches the request uri.
* Prepare FilterBindings to allow default filter chains and metricsBjørn Christian Seime2020-11-133-101/+44
| | | | | | | Track and expose filter ids from FilterBindings. Add builder to simplify construction for FilterBindings in provider and unit tests. Move FilterBindings to com.yahoo.jdisc.http.server.jetty package. Encapsulate binding matching in FilterBindings.
* Revert "Remove implicit and potensially false dependency on jdisc_http_service"Bjørn Christian Seime2020-11-113-0/+369
|
* Remove implicit and potensially false dependency on jdisc_http_serviceBjørn Christian Seime2020-11-113-369/+0
| | | | Required for later changes to jdisc_http_service. Removes jdisc_http_service from provided-dependencies.
* andreer/delete unused certs 1 (#14901)Andreas Eriksen2020-10-161-0/+8
| | | | | * add delete cert method to endpoint certificate providers * delete unused certificates (guarded by feature flag)
* Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-101-10/+3
|
* Allow non-fresource metricsJon Bratseth2020-09-251-1/+0
|
* Emit the application config generation as a metricJon Bratseth2020-09-201-12/+15
|
* Register in slobrok after all setup is completedJon Bratseth2020-09-151-1/+1
| | | | | When the container is registered in slobrok it may be counted as "up" by Slobrok. This should not happen until after setup is complete.
* Use full name in config definition file namesHarald Musum2020-09-103-0/+0
|
* Minor unification of tests.Henning Baldersheim2020-08-122-19/+16
|