[
https://issues.apache.org/jira/browse/HBASE-30368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18113407#comment-18113407
]
Hudson commented on HBASE-30368:
--------------------------------
Results for branch branch-3
[build #152 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/branch-3/152/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> TableSnapshotScanner fails on an already restored MOB table snapshot
> --------------------------------------------------------------------
>
> Key: HBASE-30368
> URL: https://issues.apache.org/jira/browse/HBASE-30368
> Project: HBase
> Issue Type: Bug
> Components: mob
> Reporter: Xiao Liu
> Assignee: Xiao Liu
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1, 2.7.0, 3.1.0, 3.0.1, 2.6.8
>
>
> h2. Problem
> HBASE-30365 fixed this issue for \{{TableSnapshotInputFormat}}, but
> \{{TableSnapshotScanner}} still includes the MOB pseudo-region when
> \{{snapshotAlreadyRestored=true}}. Since HBASE-30336 no regular region
> directory is created for this pseudo-region, scanning fails with:
> {noformat}
> java.io.IOException: Region directory does not exist:
> .../<mob-region-encoded-name>
> {noformat}
> This also affects \{{VerifyReplication}} when a MOB peer snapshot is used.
> h2. Fix
> Skip \{{MobUtils.isMobRegionInfo(hri)}} in
> \{{TableSnapshotScanner.isValidRegion}} and add a regression test.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)