[
https://issues.apache.org/jira/browse/HBASE-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828703#action_12828703
]
Jean-Daniel Cryans commented on HBASE-2178:
-------------------------------------------
bq. I'm not sure I understand why you're making 4 fields public in the
ZooKeeperWrapper class, the only one you're accessing in your patch for
HBASE-2129 is parentZNode. And for this one I think an accessor would be better.
Agreed.
bq. In scanAddressDirectory, I would declare the List<HServerAddress> list
after the check on nodes == null that does an early return. This improves
readability and this way you can also invoke the constructor with the exact
size of the ArrayList in advance: double win!
Since I return the list, this would not compile.
bq. In listZnodes, I don't know why you wrapped the arguments around. They fit
nicely on one line.
Agreed.
bq. In writeZNode, there's some code in the try-block that's not indented.
Good catch.
bq. Just out of curiosity, why are you moving the import java.foo after the
import org.apache.bar?
I will have to ask the IntelliJ authors :P
bq. Also I'm not sure I understand why you removed the call to
this.conf.setBoolean("dfs.support.append", true); in setUp in TestHLog.
This is something from the 0.20 era, it should have been removed before.
> Hooks for replication
> ---------------------
>
> Key: HBASE-2178
> URL: https://issues.apache.org/jira/browse/HBASE-2178
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Fix For: 0.21.0
>
> Attachments: HBASE-2178-2.patch, HBASE-2178.patch
>
>
> This issue is about getting all the hooks for mdc replication in core HBase.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.