You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/04/26 08:24:09 UTC

[camel] branch master updated: Remove Metric 3.0.1 related classloader leak warning, now that we use Metrics 3.2.6. (#2305)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 61fa5f3  Remove Metric 3.0.1 related classloader leak warning, now that we use Metrics 3.2.6. (#2305)
61fa5f3 is described below

commit 61fa5f3ab0eae789daa88a07c83e7af355093533
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Thu Apr 26 10:24:00 2018 +0200

    Remove Metric 3.0.1 related classloader leak warning, now that we use Metrics 3.2.6. (#2305)
---
 components/camel-metrics/src/main/docs/metrics-component.adoc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-metrics/src/main/docs/metrics-component.adoc b/components/camel-metrics/src/main/docs/metrics-component.adoc
index 0a8818c..c74a57c 100644
--- a/components/camel-metrics/src/main/docs/metrics-component.adoc
+++ b/components/camel-metrics/src/main/docs/metrics-component.adoc
@@ -153,11 +153,6 @@ class MyBean extends RouteBuilder {
 }
 ----
 
-CAUTION: `MetricRegistry` uses internal thread(s) for reporting. There is no
-public API in version DropWizard `3.0.1` for users to clean up on exit. Thus using
-Camel Metrics Component leads to Java classloader leak and my cause
-`OutOfMemoryErrors` in some cases.
-
 ### Usage
 
 Each metric has type and name. Supported types are

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.