[
https://issues.apache.org/jira/browse/HBASE-12646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14238084#comment-14238084
]
Hadoop QA commented on HBASE-12646:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12685774/hbase-12646.patch
against master branch at commit 9e9be97af735a27769f4b348b72f065acaa1380c.
ATTACHMENT ID: 12685774
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:red}-1 javac{color}. The patch appears to cause mvn compile goal to
fail.
Compilation errors resume:
[ERROR] COMPILATION ERROR :
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java:[34,35]
package org.apache.hadoop.hbase.mob does not exist
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java:[127,49]
cannot find symbol
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on
project hbase-server: Compilation failure: Compilation failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java:[34,35]
package org.apache.hadoop.hbase.mob does not exist
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HFileLink.java:[127,49]
cannot find symbol
[ERROR] symbol: variable MobConstants
[ERROR] location: class org.apache.hadoop.hbase.io.HFileLink
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hbase-server
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/11998//console
This message is automatically generated.
> SnapshotInfo tool does not find mob data in snapshots
> -----------------------------------------------------
>
> Key: HBASE-12646
> URL: https://issues.apache.org/jira/browse/HBASE-12646
> Project: HBase
> Issue Type: Sub-task
> Components: mob, snapshots
> Affects Versions: hbase-11339
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Fix For: hbase-11339
>
> Attachments: hbase-12646.patch
>
>
> After taking a snapshot against a table with mob file data, the SnapshotInfo
> tool is not able to find the mob files even though they are present in the
> proper place. (<hbase>/mobdir/data/dfault/<table>/<region>/....)
> Here's an example command line execution:
> {code}
> [jon@a1210 hbase]$ bin/hbase org.apache.hadoop.hbase.snapshot.SnapshotInfo
> -snapshot test -files
> ....
> -
> IntegrationTestIngestWithMOB/e9b5d936e7f55a4f1c3246a8d5ce53c2/test_cf/e75380c6db50db845dbdee48ab49381420141205f87d1b47b0f446c7acb3fa0656fa8a57
> (NOT FOUND)
> **************************************************************
> BAD SNAPSHOT: 145 hfile(s) and 0 log(s) missing.
> 0 hfile(s) corrupted.
> **************************************************************
> 54 HFiles (54 in archive), total size 973.6 M (0.00% 0 shared with the source
> table)
> 0 Logs, total size 0
> {code}
> The missing files are actually present, it is likely that the snapshot tool
> doesn't know to look in the mob dir.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)