You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (Created) (JIRA)" <ji...@apache.org> on 2011/10/06 23:15:29 UTC

[jira] [Created] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

TestAdmin failing in 0.92 because .tableinfo not found
------------------------------------------------------

                 Key: HBASE-4547
                 URL: https://issues.apache.org/jira/browse/HBASE-4547
             Project: HBase
          Issue Type: Bug
            Reporter: stack


I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
{code}
Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
  testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
  testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
{code}
Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.

The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

stack updated HBASE-4547:
-------------------------

    Attachment: 4547.txt

This patch which does create in tmp dir, a delete and rename seems to fix the failing TestAdmin in repeated runs.
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

stack updated HBASE-4547:
-------------------------

         Priority: Critical  (was: Major)
    Fix Version/s: 0.92.0
         Assignee: stack

Bringing into 0.92 and marking critical.
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

Hudson commented on HBASE-4547:
-------------------------------

Integrated in HBase-0.92 #49 (See [https://builds.apache.org/job/HBase-0.92/49/])
    HBASE-4547 TestAdmin failing in 0.92 because .tableinfo not found

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java

                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

stack commented on HBASE-4547:
------------------------------

Applied the part2 addendum to 0.92 branch and trunk.
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547-part2.txt, 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

stack commented on HBASE-4547:
------------------------------

Thanks for review Jon.  I made HBASE-4553.

Turns out a bit missing.  Let me add it.
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

Hudson commented on HBASE-4547:
-------------------------------

Integrated in HBase-0.92 #51 (See [https://builds.apache.org/job/HBase-0.92/51/])
    HBASE-4547 TestAdmin failing in 0.92 because .tableinfo not found

stack : 
Files : 
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java

                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547-part2.txt, 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

stack updated HBASE-4547:
-------------------------

    Attachment: 4547-part2.txt

Need this piece where we test existence before doing delete when updating a file.  TestFSTableDescriptors was failing.
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547-part2.txt, 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

stack resolved HBASE-4547.
--------------------------

    Resolution: Fixed

Ran this a bunch of times and couldn't get TestAdmin to fail.  Applied 0.92 branch and trunk.
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4547) TestAdmin failing in 0.92 because .tableinfo not found

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

Jonathan Gray commented on HBASE-4547:
--------------------------------------

Post-commit +1.

Stack, should we open another JIRA to deal with your TODO?
                
> TestAdmin failing in 0.92 because .tableinfo not found
> ------------------------------------------------------
>
>                 Key: HBASE-4547
>                 URL: https://issues.apache.org/jira/browse/HBASE-4547
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>            Priority: Critical
>             Fix For: 0.92.0
>
>         Attachments: 4547.txt
>
>
> I've been running tests before commit and found the following happens with some regularity, sporadic of course, but they fail fairly frequently:
> {code}
> Failed tests:   testOnlineChangeTableSchema(org.apache.hadoop.hbase.client.TestAdmin)
>   testForceSplit(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
>   testForceSplitMultiFamily(org.apache.hadoop.hbase.client.TestAdmin): expected:<2> but was:<1>
> {code}
> Looking, it seems like we fail to find .tableinfo in the tests that modify table schema while table is online.
> The update of a table schema just does an overwrite.  In the tests we sometimes fail to find the newly written file or we get EOFE reading it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira