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! Regards Yu Xue
