[
https://issues.apache.org/jira/browse/HBASE-10249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13874932#comment-13874932
]
Lars Hofhansl commented on HBASE-10249:
---------------------------------------
Yeah, scary stuff, especially since we have multi enabled here. +1
Should change the title to something more descriptive since this in an actual
bug in the replication code.
The condition here is always false, so removing has no effect, right?
{code}
if (parent.equals(rsServerNameZnode)) {
LOG.warn("Won't lock because this is us, we're dead!");
return false;
}
{code}
> Intermittent TestReplicationSyncUpTool failure
> ----------------------------------------------
>
> Key: HBASE-10249
> URL: https://issues.apache.org/jira/browse/HBASE-10249
> Project: HBase
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Jean-Daniel Cryans
> Fix For: 0.98.0, 0.96.2, 0.99.0, 0.94.17
>
> Attachments: HBASE-10249-0.94-v0.patch, HBASE-10249-0.94-v1.patch,
> HBASE-10249-trunk-v0.patch, HBASE-10249-trunk-v1.patch
>
>
> New issue to keep track of this.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)