aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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 2Harald Musum2022-08-091-1/+1
* | Remove temporary fixHarald Musum2022-08-091-4/+0
|/
* Add metric for total number of threads in JVMBjørn Christian Seime2022-07-261-0/+4
* Remove debug log message from startup scriptHarald Musum2022-07-131-1/+0
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-303-0/+304
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-293-304/+0
* Merge pull request #23273 from vespa-engine/bjorncs/application-status-handlerBjørn Christian Seime2022-06-293-0/+304
|\
| * Simplify and improve encapsulationBjørn Christian Seime2022-06-281-73/+48
| * Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-283-0/+329
* | 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-131-0/+11
* 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 on Vespa 8Jon Bratseth2022-06-081-2/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-34/+0
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-1/+0
* 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
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-1/+0
* Remove duplicate call to InitializeLog.init()gjoranv2022-05-101-1/+0
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-3/+2
* 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
* 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 vespa-engine/balder/enable-warning-and-error-d...Henning Baldersheim2022-05-061-2/+2
|\
| * Enable warning and error logging during early startup phase for standard jdis...Henning Baldersheim2022-05-061-2/+2
* | 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-271-0/+13
* Report direct memory usageHenning Baldersheim2022-04-251-7/+28
* Revert "Prefer BouncyCastle as security provider [run-systemtest]"Harald Musum2022-04-201-1/+1
* Install BC as prefered provider for jdiscBjørn Christian Seime2022-04-201-1/+1
* Revert "Revert "Add recommended java.security options.""Arnstein Ressem2022-04-081-0/+1
* Revert "Add recommended java.security options."Arnstein Ressem2022-04-081-1/+0
* Add recommended java.security options.Arnstein Ressem2022-04-081-0/+1
* Install BouncyCastle during jdisc startupBjørn Christian Seime2022-02-181-0/+20
* Log number of bundles uninstalledBjørn Christian Seime2022-02-141-3/+3
* Only shutdown non-null configurerMartin Polden2022-02-111-1/+3
* Merge pull request #21113 from vespa-engine/hmusum/exit-on-error-when-getting...Harald Musum2022-02-091-0/+2
|\