On Mon, Dec 12, 2011 at 10:24 PM, yu xue <[email protected]> wrote:
> hello, developers:
>
> In the hbase source code (hbase-0.90.3), ReplicationZookeeper.java line
> 290, the params of instantiation function of ReplicationPeer seems not to
> match the declaration order of constructor params of ReplicationPeer. That
> is:
>
> line 290 is:
>  return new ReplicationPeer(otherConf, *peerId, otherClusterKey*, zkw)
>
> but the constructor is
>  public ReplicationPeer(Configuration conf, *String key, String id*,
> ZooKeeperWatcher zkw)
>

Thanks for reporting the issue.  Mind filing an issue and a patch too
if you are inclined?

Thanks,
St.Ack

Reply via email to