[ 
https://issues.apache.org/jira/browse/HBASE-13812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14565814#comment-14565814
 ] 

Hadoop QA commented on HBASE-13812:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12736298/hbase-13812_v1.patch
  against master branch at commit 749dda6aca0562ed902b25d125d2c47139b1c989.
  ATTACHMENT ID: 12736298

    {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 hadoop versions{color}. The patch compiles with all 
supported hadoop versions (2.4.1 2.5.2 2.6.0)

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

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

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

    {color:green}+1 checkstyle{color}.  The applied patch does not increase the 
total number of checkstyle errors

    {color:green}+1 findbugs{color}.  The patch does not introduce any  new 
Findbugs (version 2.0.3) warnings.

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

    {color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

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

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14244//testReport/
Release Findbugs (version 2.0.3)        warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14244//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14244//artifact/patchprocess/checkstyle-aggregate.html

  Javadoc warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14244//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/14244//console

This message is automatically generated.

> Deleting of last Column Family of a table should not be allowed
> ---------------------------------------------------------------
>
>                 Key: HBASE-13812
>                 URL: https://issues.apache.org/jira/browse/HBASE-13812
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>            Reporter: Sophia Feng
>            Assignee: Enis Soztutar
>             Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
>         Attachments: console_tue_nokill_r3.log.zip, hbase-13812_v1.patch
>
>
> In this test run (without master killing) of IntegrationTestDDLMasterFailover 
> of HBASE-13470, the {{DeleteColumnFamilyAction}} tries to delete one of the 
> column families of a selected table. When there is only 1 column family left, 
> the delete didn't fail.
> {noformat:title=console_tue_nokill_r3.log}
> 2015-05-20 02:34:30,934 INFO  [Thread-5] hbase.IntegrationTestMasterFailover: 
> Deleting column family: {NAME => 'cf-882743293', DATA_BLOCK_ENCODING => 
> 'PREFIX', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0', COMPRESSION => 
> 'NONE', VERSIONS => '1', TTL => 'FOREVER', MIN_VERSIONS => '0', 
> KEEP_DELETED_CELLS => 'FALSE', BLOCKSIZE => '65536', IN_MEMORY => 'false', 
> BLOCKCACHE => 'true'} from table: ittable-0296278350
> ...
> 2015-05-20 02:34:35,269 INFO  [Thread-5] hbase.IntegrationTestMasterFailover: 
> Deleted column family: {NAME => 'cf-882743293', DATA_BLOCK_ENCODING => 
> 'PREFIX', BLOOMFILTER => 'ROW', REPLICATION_SCOPE => '0', COMPRESSION => 
> 'NONE', VERSIONS => '1', TTL => 'FOREVER', MIN_VERSIONS => '0', 
> KEEP_DELETED_CELLS => 'FALSE', BLOCKSIZE => '65536', IN_MEMORY => 'false', 
> BLOCKCACHE => 'true'} from table: ittable-0296278350
> ...
> 2015-05-20 02:34:35,383 INFO  [Thread-14] 
> hbase.IntegrationTestMasterFailover: No column families in table: 
> 'ittable-0296278350'
> ...
> Number of Tables: 49
>   Table: ittable-0372763896     rw               families: 1
>   Table: ittable-0824340809     rw               families: 1
>   Table: ittable-1400154361     rw               families: 1
>   Table: ittable-1625415605     rw               families: 0
>   Table: ittable-1501441540     rw               families: 1
>   Table: ittable-0296278350     rw               families: 0
> {noformat}
> This should not be allowed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to