[
https://issues.apache.org/jira/browse/HBASE-11108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004236#comment-14004236
]
Mikhail Antonov commented on HBASE-11108:
-----------------------------------------
Test failures look unrelated. TestHCM (passes on my local) fails with the same
multicast issue on JDK 7 which has already been pointed out today..
{code}
Caused by: java.lang.UnsupportedOperationException: Only supported on java 7+.
at
io.netty.channel.socket.nio.NioDatagramChannel.checkJavaVersion(NioDatagramChannel.java:103)
at
io.netty.channel.socket.nio.NioDatagramChannel.joinGroup(NioDatagramChannel.java:381)
at
org.apache.hadoop.hbase.master.ClusterStatusPublisher$MulticastPublisher.connect(ClusterStatusPublisher.java:271)
{code}
> Split ZKTable into interface and implementation
> -----------------------------------------------
>
> Key: HBASE-11108
> URL: https://issues.apache.org/jira/browse/HBASE-11108
> Project: HBase
> Issue Type: Sub-task
> Components: Consensus, Zookeeper
> Affects Versions: 0.99.0
> Reporter: Konstantin Boudnik
> Assignee: Mikhail Antonov
> Attachments: HBASE-11108.patch, HBASE-11108.patch, HBASE-11108.patch,
> HBASE-11108.patch, HBASE-11108.patch, HBASE-11108.patch, HBASE-11108.patch,
> HBASE-11108.patch
>
>
> In HBASE-11071 we are trying to split admin handlers away from ZK. However, a
> ZKTable instance is being used in multiple places, hence it would be
> beneficial to hide its implementation behind a well defined interface.
--
This message was sent by Atlassian JIRA
(v6.2#6252)