summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17449 from ↵gjoranv2021-04-151-7/+0
|\ | | | | | | | | vespa-engine/gjoranv/merge-simplemetrics-into-core Gjoranv/merge simplemetrics into core [run-systemtest]
| * Do not build or install simplemetrics (module, bundle, dist).gjoranv2021-04-151-1/+0
| |
| * Remove all dependencies to simplemetrics.gjoranv2021-04-131-6/+0
| |
* | Improve commentsBjørn Christian Seime2021-04-151-1/+2
| |
* | Use spifly to support ServiceLoader API in OSGi contextBjørn Christian Seime2021-04-141-0/+7
| | | | | | | | Includes upgrade of asm to 9.1
* | Ensure all required Jetty packages are present in container-disc's manifestBjørn Christian Seime2021-04-141-10/+11
|/ | | | | Add explicit jdisc_jetty dependency so that bundle-plugin can generate necessary import-package statements for all Jetty bundles.
* Merge pull request #17380 from vespa-engine/gjoranv/merge-di-into-core_2gjoranv2021-04-131-3/+0
|\ | | | | Gjoranv/merge di into core 2 [run-systemtest]
| * Embed 'component' in the container-disc bundle.gjoranv2021-04-121-3/+0
| | | | | | | | - Do not install the component module anymore.
* | Add HTTP/2 support to jdiscBjørn Christian Seime2021-04-121-0/+6
|/
* Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""Bjørn Christian Seime2021-04-121-6/+0
|
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-121-0/+6
|
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-091-6/+0
|
* Add Jetty http2 + alpn bundlesBjørn Christian Seime2021-04-091-0/+6
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-0/+3
|
* Do not install the component module.gjoranv2021-04-031-2/+0
| | | | - The jar is now embedded in the container-disc bundle.
* Package component and container-core as jar, not container-plugin.gjoranv2021-04-021-1/+0
| | | | | - component is now embedded in container-disc, and container-core always was.
* Remove dependencies to jdisc_mbus_service and messagebus-disc.gjoranv2021-03-291-11/+0
| | | | - These modules will be merged into container-messagebus.
* Update start scriptsMorten Tokle2021-03-251-0/+1
|
* Do not install the jdisc_http_service bundle.gjoranv2021-03-231-1/+0
|
* Add preinstall bundles from jdisc_http_service to container-disc.gjoranv2021-03-231-0/+13
|
* group -> aws-parameter-storeMorten Tokle2021-03-162-3/+52
|
* Change config namespace. Update ABI specOla Aunrønning2021-03-042-1/+102
|
* 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
|
* Merge pull request #16722 from vespa-engine/gjoranv/reduce-dependencies_part2gjoranv2021-03-021-12/+0
|\ | | | | Gjoranv/reduce dependencies part2
| * Move deps used by container-core to provided-dependenciesgjoranv2021-03-011-12/+0
| |
* | 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
|
* Specify version of new Jakarta bundles in parent pomBjørn Christian Seime2021-02-091-2/+2
|
* Install new transitive dependencies from Jersey/Jackson artifactsBjørn Christian Seime2021-02-091-0/+2
|
* 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.