[
https://issues.apache.org/jira/browse/HTRACE-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945356#comment-14945356
]
Hudson commented on HTRACE-272:
-------------------------------
SUCCESS: Integrated in HTrace-Master #126 (See
[https://builds.apache.org/job/HTrace-Master/126/])
HTRACE-272. TracerPool must not load multiple instances of the same (cmccabe:
rev 2a77c88017d632d140f8d630eba6b807ed5515ac)
* htrace-core4/src/test/java/org/apache/htrace/core/TestTracerPool.java
* htrace-core4/src/main/java/org/apache/htrace/core/TracerPool.java
* htrace-core4/src/main/java/org/apache/htrace/core/SpanReceiver.java
> TracerPool must not load multiple inscance of same receiver class when a
> simple classname is given
> --------------------------------------------------------------------------------------------------
>
> Key: HTRACE-272
> URL: https://issues.apache.org/jira/browse/HTRACE-272
> Project: HTrace
> Issue Type: Bug
> Components: core
> Affects Versions: 4.0.1
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Fix For: 4.1
>
> Attachments: HTRACE-272.001.patch, HTRACE-272.002.patch
>
>
> {{TracerPool#loadReceiverType}} returns existing reference only {{if
> (receiver.getClass().getName().equals(className))}} but the className could
> be short name of the receiver class. Multiple instances of the same receiver
> class are loaded in that case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)