[
https://issues.apache.org/jira/browse/HBASE-18362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16104171#comment-16104171
]
Hudson commented on HBASE-18362:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3446 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3446/])
HBASE-18362 hbck should not report split replica parent region from meta
(esteban: rev 9a1661832d5f515df2addf706d0e249a8a2bb8cb)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsckReplicas.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
> hbck should not report split replica parent region from meta as errors
> -----------------------------------------------------------------------
>
> Key: HBASE-18362
> URL: https://issues.apache.org/jira/browse/HBASE-18362
> Project: HBase
> Issue Type: Bug
> Components: hbck
> Affects Versions: 1.4.0, 2.0.0-alpha-1
> Reporter: huaxiang sun
> Assignee: huaxiang sun
> Priority: Minor
> Fix For: 2.0.0, 3.0.0, 1.3.2, 1.4.1, 1.2.7
>
> Attachments: HBASE-18362.001.patch, HBASE-18362-branch-1-v001.patch,
> HBASE-18362-branch-1-v002.patch
>
>
> As described in HBASE-18247, replica region shows up as key in meta table. We
> need to find out the code/logic introducing the issue. I suspected that it
> was introduced by hbck, but last round of code review did not find anything.
> Create jira to track this effort.
> Before Catalog Janitor cleans up the split parent region from meta, hbck is
> reporting split replica parent regions as errors and if -fixSplitParents is
> used, the replica parent region will show up as key in meta table. It needs
> to be avoided.
> {code}
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0 column=info:regioninfo,
> timestamp=1500931787651, value={ENCODED => e10212c467b78104c911ea06c102ece0,
> NAME => 't1,,1500931628959.e10212c467b78104c911ea
> . 06c102ece0.', STARTKEY =>
> '', ENDKEY => '', OFFLINE => true, SPLIT => true}
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0
> column=info:seqnumDuringOpen, timestamp=1500931742552,
> value=\x00\x00\x00\x00\x00\x00\x00\x05
>
> .
>
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0
> column=info:seqnumDuringOpen_0001, timestamp=1500931742492,
> value=\x00\x00\x00\x00\x00\x00\x00\x02
>
> .
>
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0 column=info:server,
> timestamp=1500931742552, value=dhcp-172-16-1-203.pa.cloudera.com:61099
>
> .
>
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0 column=info:server_0001,
> timestamp=1500931742492, value=dhcp-172-16-1-203.pa.cloudera.com:61099
>
> .
>
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0
> column=info:serverstartcode, timestamp=1500931742552, value=1500931737158
>
> .
>
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0
> column=info:serverstartcode_0001, timestamp=1500931742492,
> value=\x00\x00\x01]v\x80\xC6F
>
> .
>
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0 column=info:splitA,
> timestamp=1500931787651, value={ENCODED => dc471b6d9c0c2c451ee4c6d134e50ccc,
> NAME => 't1,,1500931787511.dc471b6d9c0c2c451ee4c6d134
> . e50ccc.', STARTKEY => '',
> ENDKEY => 'r'}
>
> t1,,1500931628959.e10212c467b78104c911ea06c102ece0 column=info:splitB,
> timestamp=1500931787651, value={ENCODED => d86fbd197ca1073e763cb811705587ec,
> NAME => 't1,r,1500931787511.d86fbd197ca1073e763cb8117
> . 05587ec.', STARTKEY =>
> 'r', ENDKEY => ''}
>
> t1,,1500931787511.dc471b6d9c0c2c451ee4c6d134e50ccc column=info:regioninfo,
> timestamp=1500931787651, value={ENCODED => dc471b6d9c0c2c451ee4c6d134e50ccc,
> NAME => 't1,,1500931787511.dc471b6d9c0c2c451ee4c6
> . d134e50ccc.', STARTKEY =>
> '', ENDKEY => 'r'}
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)