[
https://issues.apache.org/jira/browse/HBASE-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203061#comment-15203061
]
Hudson commented on HBASE-14963:
--------------------------------
SUCCESS: Integrated in HBase-1.3 #611 (See
[https://builds.apache.org/job/HBase-1.3/611/])
HBASE-14963 Remove use of Guava Stopwatch from HBase client code (jerryjch: rev
c2cd23fee98f34b846b4c43a9141f9bab598ae6a)
*
hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/MetaTableLocator.java
> Remove use of Guava Stopwatch from HBase client code
> ----------------------------------------------------
>
> Key: HBASE-14963
> URL: https://issues.apache.org/jira/browse/HBASE-14963
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Reporter: Devaraj Das
> Assignee: Devaraj Das
> Labels: needs_releasenote
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-14963-branch-1.patch, no-stopwatch.txt
>
>
> We ran into an issue where an application bundled its own Guava (and that
> happened to be in the classpath first) and HBase's MetaTableLocator threw an
> exception due to the fact that Stopwatch's constructor wasn't compatible...
> Might be better to not depend on Stopwatch at all in MetaTableLocator since
> the functionality is easily doable without.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)