aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src
Commit message (Collapse)AuthorAgeFilesLines
* Log at lower levelHarald Musum2023-03-091-2/+2
|
* Use the latest metric objectJon Bratseth2023-03-061-6/+8
|
* Use the metric provider returned after configurationJon Bratseth2023-03-031-4/+3
|
* Merge pull request #26283 from ↵Yngve Aasheim2023-03-031-6/+8
|\ | | | | | | | | vespa-engine/yngveaasheim/create-enums-for-remaining-metricsets Use enums for remaining metrics used by metric sets
| * Remove unused importyngveaasheim2023-03-031-1/+1
| |
| * Add enums for most remaining metrics in VespaMetricSetyngveaasheim2023-03-031-6/+8
| |
* | Use the APPLICATION_GENERATION constant.gjoranv2023-03-031-1/+2
|/
* Define application_generation in containermetrics and add to the vespa setJon Bratseth2023-03-021-2/+2
|
* Improve metric names, fix wiringBjørn Christian Seime2023-02-161-2/+3
|
* Add metrics for capability checksBjørn Christian Seime2023-02-161-0/+10
|
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-1/+3
|
* Use ContainerMetrics enumYngve Aasheim2023-01-201-12/+13
|
* Add jdisc-gc-countYngve Aasheim2023-01-121-1/+1
|
* Use the initially included metrics in the new metrics enum.gjoranv2023-01-101-1/+2
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-8/+6
|
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-111-0/+1
|
* - Remove cluster() from SystemInfo to only keep static information there.Henning Baldersheim2022-11-041-4/+1
| | | | | - Instead provide only the cluster name. - If you need cluster information have Cluster injected directly.
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
| | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* Add a provider for cluster information.Henning Baldersheim2022-11-031-0/+29
|
* No real changesjonmv2022-11-012-17/+2
|
* Start new mbus servers before stopping old onesjonmv2022-10-101-1/+7
|
* Add id() to ClusterJon Bratseth2022-10-071-1/+1
|
* Let nproc ignore OMP_NUM_THREADS and OMP_THREAD_LIMIT environment variables.Henning Baldersheim2022-09-211-1/+1
|
* use sed, not perlArne Juul2022-08-291-1/+1
|
* Log when rpc port changes.Henning Baldersheim2022-08-181-0/+1
|
* Handle rpc port changes live.Henning Baldersheim2022-08-171-37/+59
|
* Merge pull request #23610 from vespa-engine/hmusum/qrserver-to-container-2Harald Musum2022-08-091-1/+1
|\ | | | | qrserver -> container, part 2 [run-systemtest]
| * qrserver -> container, part 2Harald Musum2022-08-091-1/+1
| |
* | Remove temporary fixHarald Musum2022-08-091-4/+0
|/
* Merge pull request #23540 from vespa-engine/bjorncs/stale-threads-watchdogJon Bratseth2022-07-312-1/+5
|\ | | | | Bjorncs/stale threads watchdog
| * Add metric for total number of threads in JVMBjørn Christian Seime2022-07-262-1/+5
| |
* | Convert container-disc to junit5Bjørn Christian Seime2022-07-2810-78/+93
|/
* Remove debug log message from startup scriptHarald Musum2022-07-131-1/+0
|
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-304-0/+435
|
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-294-435/+0
|
* Merge pull request #23273 from vespa-engine/bjorncs/application-status-handlerBjørn Christian Seime2022-06-294-0/+435
|\ | | | | Bjorncs/application status handler
| * Simplify and improve encapsulationBjørn Christian Seime2022-06-282-74/+49
| |
| * Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-284-0/+460
| |
* | Add cloud to SystemInfoMartin Polden2022-06-291-0/+2
|/
* Expose role certificateMorten Tokle2022-06-282-0/+6
|
* Add metric 'jdisc.jvm' to report runtime version++Bjørn Christian Seime2022-06-132-1/+12
|
* Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-1/+1
|
* Remove illegal_access_option in container start scriptHarald Musum2022-06-081-9/+0
| | | | Remove, not necessary when using JDK 17
* Remove on Vespa 8Jon Bratseth2022-06-082-4/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-34/+0
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Prevent that hugetlbfs(thing of the past) and THP competes.Henning Baldersheim2022-05-301-3/+0
|
* Use hugespages for jvm also when OS setting is [madvise]Henning Baldersheim2022-05-301-0/+1
|
* Switch off jdisc ConsoleLogManagerv7.585.20gjoranv2022-05-101-1/+1
| | | | - vespalog is now set up before loading the application.
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-1/+0
| | | | - Remove unused InitializeLog