aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importyngveaasheim2023-03-031-1/+1
* Add enums for most remaining metrics in VespaMetricSetyngveaasheim2023-03-031-6/+8
* 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
* 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
* Log when rpc port changes.Henning Baldersheim2022-08-181-0/+1
* Handle rpc port changes live.Henning Baldersheim2022-08-171-37/+59
* Add metric for total number of threads in JVMBjørn Christian Seime2022-07-261-0/+4
* 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
* 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
* 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
* 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
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-066-6/+6
* 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
* 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
* Improve logging of jdisc shutdownBjørn Christian Seime2022-02-081-15/+16
* Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-071-1/+2
* Reapply "Shutdown reconfiguration thread in a more controlled way [run-system...Bjørn Christian Seime2022-02-071-40/+45
* Revert "Shutdown reconfiguration thread in a more controlled way [run-systemt...Bjørn Christian Seime2022-02-071-45/+40
* Initialize port watcher thread in constructorBjørn Christian Seime2022-02-041-2/+3
* Make reconfigurer thread a daemon threadBjørn Christian Seime2022-02-041-0/+1
* Shutdown reconfiguration thread in a more controlled wayBjørn Christian Seime2022-02-041-38/+41
* Add parentheses to apply the cast on the end result instead of the value in t...Henning Baldersheim2022-02-031-1/+1
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-021-0/+1
|\
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+1
* | Don't call returnRequest() for sync RPC methodBjørn Christian Seime2022-01-311-2/+0
|/