[
https://issues.apache.org/jira/browse/HBASE-10174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849621#comment-13849621
]
Lars Hofhansl commented on HBASE-10174:
---------------------------------------
Nit:
{code}
- private final Map<String, Counter> counts;
+ private final ConcurrentMap<String, Counter> counts = new
ConcurrentHashMap<String, Counter>();
{code}
Declaration can remain Map.
When exactly does that become an issue? In the pom we require Guava 11.0.2.
> Back port HBASE-9667 'NullOutputStream removed from Guava 15' to 0.94
> ---------------------------------------------------------------------
>
> Key: HBASE-10174
> URL: https://issues.apache.org/jira/browse/HBASE-10174
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.94.15
>
> Attachments: 9667-0.94.patch
>
>
> On user mailing list under the thread 'Guava 15', Kristoffer Sjögren reported
> NoClassDefFoundError when he used Guava 15.
> The issue has been fixed in 0.96 + by HBASE-9667
> This JIRA ports the fix to 0.94 branch
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)