[
https://issues.apache.org/jira/browse/HBASE-14861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026164#comment-15026164
]
Hudson commented on HBASE-14861:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #498 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/498/])
HBASE-14861 HBASE_ZNODE_FILE on master server is overwritten by (tedyu: rev
1178c4b89bad28210fe8d2c207cce814d6fd9a21)
* hbase-server/src/main/java/org/apache/hadoop/hbase/ZNodeClearer.java
> HBASE_ZNODE_FILE on master server is overwritten by regionserver process in
> case of master-rs collocation
> ----------------------------------------------------------------------------------------------------------
>
> Key: HBASE-14861
> URL: https://issues.apache.org/jira/browse/HBASE-14861
> Project: HBase
> Issue Type: Bug
> Components: Operability
> Affects Versions: 2.0.0
> Reporter: Samir Ahmic
> Assignee: Samir Ahmic
> Fix For: 2.0.0
>
> Attachments: HBASE-14861.patch, HBASE-14861v2.patch,
> HBASE-14861v3.patch
>
>
> In case of master-rs collocation HBASE_ZNODE_FILE is overwritten by
> regionserver process in HRegionServer#handleReportForDutyResponse() here is
> how it looks on master server:
> {code}
> [hbase@hnode2 hbase]$ cat hbase-hbase-master.znode
> /hbase/rs/hnode2,16000,1448022074888
> {code}
> it contains regionserver znode path instead of String value of master's
> ServerName. This affects ZNodeClearer#clear() in way that will not clear
> master znode in case we detect master crash. At end this will extend
> failover time until master znode expires configured in zookeeper by
> maxSessionTimeout parameter (40s in my case).
> I have notice this on mater branch but it can be case in other branches where
> we are collocating master and rs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)