You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2012/11/21 17:11:59 UTC

[jira] [Created] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Matteo Bertozzi created HBASE-7202:
--------------------------------------

             Summary: Family Store Files are not archived on admin.deleteColumn()
                 Key: HBASE-7202
                 URL: https://issues.apache.org/jira/browse/HBASE-7202
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.94.2, 0.96.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
             Fix For: 0.94.3, 0.96.0
         Attachments: HBASE-7202-v0.patch

using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.

This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Matteo Bertozzi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Bertozzi updated HBASE-7202:
-----------------------------------

    Status: Patch Available  (was: Open)
    
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v0.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502184#comment-13502184 ] 

Hadoop QA commented on HBASE-7202:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12554539/HBASE-7202-v1.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 100 warning messages.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 24 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.master.TestAssignmentManagerOnCluster

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3387//console

This message is automatically generated.
                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502263#comment-13502263 ] 

stack commented on HBASE-7202:
------------------------------

+1 on patch.
                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Matteo Bertozzi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Bertozzi updated HBASE-7202:
-----------------------------------

    Attachment: HBASE-7202-v0.patch
    
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v0.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Matteo Bertozzi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Bertozzi updated HBASE-7202:
-----------------------------------

    Attachment: HBASE-7202-v2.patch
    
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502394#comment-13502394 ] 

Hudson commented on HBASE-7202:
-------------------------------

Integrated in HBase-TRUNK #3556 (See [https://builds.apache.org/job/HBase-TRUNK/3556/])
    HBASE-7202 Family Store Files are not archived on admin.deleteColumn() (Matteo) (Revision 1412267)

     Result = SUCCESS
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/HFileArchiver.java
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestHFileArchiving.java

                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502254#comment-13502254 ] 

Hadoop QA commented on HBASE-7202:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12554551/HBASE-7202-v2.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 99 warning messages.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 24 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3388//console

This message is automatically generated.
                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502478#comment-13502478 ] 

Hudson commented on HBASE-7202:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #269 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/269/])
    HBASE-7202 Family Store Files are not archived on admin.deleteColumn() (Matteo) (Revision 1412267)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/backup/HFileArchiver.java
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestHFileArchiving.java

                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502274#comment-13502274 ] 

Ted Yu commented on HBASE-7202:
-------------------------------

Integrated to trunk.

Thanks for the patch, Matteo.

Thanks for the review, Stack.
                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502176#comment-13502176 ] 

Ted Yu commented on HBASE-7202:
-------------------------------

{code}
+   * Remove the store files of the specified region family,
{code}
Better expand 'region family'.
{code}
+   * @param parent Parent region hosting the store files
+   * @param conf {@link Configuration} to examine to determine the archive directory
+   * @param familyDir the family dir path hosting the store files
{code}
Order of conf and parent is reverted. There is no familyDir parameter.
{code}
+    if (storeFiles == null) {
+      LOG.debug("No store files to dispose, done!");
{code}
If you keep the above debug log, consider adding region name and family name.
{code}
+          + " into " + storeArchiveDir + "Something is probably arwy on the filesystem.");
{code}
nit: add punctuation before the S in Something. Spelling: arwy

                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Lars Hofhansl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Hofhansl updated HBASE-7202:
---------------------------------

    Fix Version/s:     (was: 0.94.3)
                   0.94.4
    
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.96.0, 0.94.4
>
>         Attachments: HBASE-7202-v1.patch, HBASE-7202-v2.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502136#comment-13502136 ] 

Hadoop QA commented on HBASE-7202:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12554517/HBASE-7202-v0.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {color:green}+1 hadoop2.0{color}.  The patch compiles against the hadoop 2.0 profile.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 100 warning messages.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 24 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.client.TestMultiParallel
                  org.apache.hadoop.hbase.master.handler.TestTableDeleteFamilyHandler

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/3385//console

This message is automatically generated.
                
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v0.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Matteo Bertozzi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Bertozzi updated HBASE-7202:
-----------------------------------

    Attachment:     (was: HBASE-7202-v0.patch)
    
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v1.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-7202) Family Store Files are not archived on admin.deleteColumn()

Posted by "Matteo Bertozzi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Bertozzi updated HBASE-7202:
-----------------------------------

    Attachment: HBASE-7202-v1.patch
    
> Family Store Files are not archived on admin.deleteColumn()
> -----------------------------------------------------------
>
>                 Key: HBASE-7202
>                 URL: https://issues.apache.org/jira/browse/HBASE-7202
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.2, 0.96.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: HBASE-7202-v0.patch, HBASE-7202-v1.patch
>
>
> using HBaseAdmin.deleteColumn() the files are not archived but deleted directory.
> This causes problems with snapshots, and other systems that relies on files to be archived.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira