aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src
Commit message (Collapse)AuthorAgeFilesLines
* Add Cluster to SystemInfogjoranv2021-09-131-1/+4
|
* Add Node to SystemInfogjoranv2021-09-131-2/+5
|
* Reserve 1G before computing heap size when it is given in percentage.Henning Baldersheim2021-08-251-0/+3
|
* Dummy commit for PR build.Arnstein Ressem2021-08-241-0/+1
|
* Revert "Revert "Reapply "Fail Vespa startup if no numactl ."""Arnstein Ressem2021-08-231-21/+2
|
* Revert "Reapply "Fail Vespa startup if no numactl .""Arnstein Ressem2021-08-211-2/+21
|
* Revert "Revert "Fail Vespa startup if no numactl .""Arnstein Ressem2021-08-201-21/+2
|
* Revert "Fail Vespa startup if no numactl ."Arnstein Ressem2021-08-201-2/+21
|
* Exit with error with no numactl. Use numactl if NUMA nodes are available and ↵Arnstein Ressem2021-08-191-18/+2
| | | | we have permissions to use it.
* Fail Vespa startup if no numactl [run-systemtest].Arnstein Ressem2021-08-181-17/+14
|
* Non-functional changesJon Marius Venstad2021-08-161-2/+2
|
* Revert "Merge pull request #18515 from ↵Jon Marius Venstad2021-08-161-4/+0
| | | | | | | vespa-engine/revert-18507-jonmv/reapply-session-cache-with-injected-config" This reverts commit fdea20ac7ba02313c94246e7cf77125320147d56, reversing changes made to 7537c42fa661952916cf91eebbb75e6984505100.
* Do not export package that no longer exists.gjoranv2021-07-151-5/+0
|
* Remove ancient config definitions.gjoranv2021-07-152-15/+0
|
* Allow reflective access to java.nioBjørn Christian Seime2021-07-051-0/+1
|
* Revert "Jonmv/reapply session cache with injected config"Jon Marius Venstad2021-07-021-0/+4
|
* Revert "Merge pull request #18503 from ↵Jon Marius Venstad2021-07-021-4/+0
| | | | | | | vespa-engine/revert-18499-jonmv/session-cache-in-DI" This reverts commit a3c51b1f01dd2ad32bbf5dadacdc54629a97832f, reversing changes made to 57d72de784e93c39c9f935b461727655fe5b9e58.
* Revert "Use injected config in SessionCache"Jon Marius Venstad2021-07-011-0/+4
|
* Use injected config in SessionCacheJon Marius Venstad2021-07-011-4/+0
|
* 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"""