summaryrefslogtreecommitdiffstats
path: root/container-disc/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove duplicate call to InitializeLog.init()gjoranv2022-05-101-1/+0
|
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-3/+2
| | | | Revert "Merge pull request #22515 from vespa-engine/revert-22509-setup-vespalog-in-jdisc_core"
* Use -Xlog:gc instead of -verbose:gcHarald Musum2022-05-101-1/+1
|
* Don't set system property if service cannot run ZooKeeperHarald Musum2022-05-101-2/+7
| | | | Also fix bug related to deleting lock file
* Configure zookeeper log file only for services that might use zookeeperHarald Musum2022-05-101-2/+4
|
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-091-2/+3
|
* Move to non-public impl package.Henning Baldersheim2022-05-091-1/+1
|
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-091-3/+2
|
* Merge pull request #22491 from ↵Henning Baldersheim2022-05-061-2/+2
|\ | | | | | | | | vespa-engine/balder/enable-warning-and-error-during-early-java-container-startup Enable warning and error logging during early startup phase for stand…
| * Enable warning and error logging during early startup phase for standard ↵Henning Baldersheim2022-05-061-2/+2
| | | | | | | | | | | | jdisc containers. This makes it the same as for configserver and node-admin.
* | Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-067-7/+7
|/
* Report metrics for the size of the native heap.Henning Baldersheim2022-04-272-1/+14
|
* Update expected number of metricsHenning Baldersheim2022-04-251-2/+2
|
* Report direct memory usageHenning Baldersheim2022-04-251-7/+28
|