[
https://issues.apache.org/jira/browse/HBASE-21015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587074#comment-16587074
]
Hadoop QA commented on HBASE-21015:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s{color}
| {color:red} HBASE-21015 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.7.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-21015 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12936392/HBASE-21015.master.001.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/14107/console |
| Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
> The state of the split parent region is wrong after cloning a snapshot
> ----------------------------------------------------------------------
>
> Key: HBASE-21015
> URL: https://issues.apache.org/jira/browse/HBASE-21015
> Project: HBase
> Issue Type: Bug
> Reporter: Toshihiro Suzuki
> Assignee: Toshihiro Suzuki
> Priority: Major
> Attachments: HBASE-21015.master.001.patch, Screen Shot 2018-08-07 at
> 00.40.40.png
>
>
> Steps to reproduce are as follows:
> 1. Create a table
> {code}
> create "test", "cf"
> {code}
> 2. Put some date into the table
> {code}
> (0...2000).each{|i| put "test", "row#{i}", "cf:col", "val"}
> {code}
> 3. Split the table
> {code}
> split "test"
> {code}
> 4. Take a snapshot of the table before CatalogJanitor cleans up the split
> parent region
> {code}
> snapshot "test", "snap"
> {code}
> 5. Clone the snapshot
> {code}
> clone_snapshot "snap", "cloned_table"
> {code}
> After cloning the snapshot, the state of the split parent region is OFFLINE,
> but it should be SPLIT.
> !Screen Shot 2018-08-07 at 00.40.40.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)