You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (Created) (JIRA)" <ji...@apache.org> on 2012/04/14 20:13:16 UTC

[jira] [Created] (HBASE-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
---------------------------------------------------------

                 Key: HBASE-5793
                 URL: https://issues.apache.org/jira/browse/HBASE-5793
             Project: HBase
          Issue Type: Bug
            Reporter: Jonathan Hsieh


After the HBSAE-5747 modification, this one particular case hangs.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retires increased

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

    Summary: TestHBaseFsck#TestNoHdfsTable test hangs after client retires increased  (was: TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747)
    
> TestHBaseFsck#TestNoHdfsTable test hangs after client retires increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

    Summary: TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased  (was: TestHBaseFsck#TestNoHdfsTable test hangs after client retires increased)
    
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Hadoop QA commented on HBASE-5793:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12522685/hbase-5793.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 3 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
     

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/1530//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/1530//artifact/trunk/patchprocess/newPatchFindbugsWarnings.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/1530//console

This message is automatically generated.
                
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh commented on HBASE-5793:
---------------------------------------

patch applies cleanly on trunk/0.94, has minor conflicts in 0.90/0.92 imports that can be address on commit.
                
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

    Attachment: hbase-5793.patch
    
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

    Description: 
After the HBASE-5747 modification, this one particular case hangs.

{code}
mvn test -PlocalTests -Dtest=TestHBaseFsck
{code}

It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

  was:After the HBSAE-5747 modification, this one particular case hangs.

    
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Hudson commented on HBASE-5793:
-------------------------------

Integrated in HBase-0.92 #372 (See [https://builds.apache.org/job/HBase-0.92/372/])
    HBASE-5793 TestHBaseFsck#testNoHdfsTable test hangs after client retries increased (Revision 1326436)

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

                
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

    Affects Version/s: 0.96.0
               Status: Patch Available  (was: Open)
    
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: HBASE-5747
    
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>
> After the HBSAE-5747 modification, this one particular case hangs.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Hudson commented on HBASE-5793:
-------------------------------

Integrated in HBase-0.94 #119 (See [https://builds.apache.org/job/HBase-0.94/119/])
    HBASE-5793 TestHBaseFsck#testNoHdfsTable tests hangs after client retries increased (Revision 1326435)

     Result = SUCCESS
jmhsieh : 
Files : 
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

                
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

David S. Wang commented on HBASE-5793:
--------------------------------------

+1 to patch.
                
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Hudson commented on HBASE-5793:
-------------------------------

Integrated in HBase-TRUNK #2765 (See [https://builds.apache.org/job/HBase-TRUNK/2765/])
    HBASE-5793 TestHBaseFsck#testNoHdfsTable test hangs after client retries increased (Revision 1326434)

     Result = SUCCESS
jmhsieh : 
Files : 
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

                
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Hudson commented on HBASE-5793:
-------------------------------

Integrated in HBase-TRUNK-security #172 (See [https://builds.apache.org/job/HBase-TRUNK-security/172/])
    HBASE-5793 TestHBaseFsck#testNoHdfsTable test hangs after client retries increased (Revision 1326434)

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

                
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Zhihong Yu commented on HBASE-5793:
-----------------------------------

TestHBaseFsck passes in PreCommit build #1530.
But there still was some other hanging test(s).
                
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Hudson commented on HBASE-5793:
-------------------------------

Integrated in HBase-0.92-security #105 (See [https://builds.apache.org/job/HBase-0.92-security/105/])
    HBASE-5793 TestHBaseFsck#testNoHdfsTable test hangs after client retries increased (Revision 1326436)

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

                
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh commented on HBASE-5793:
---------------------------------------

Zhihong yeah, I broke this out to a separate issue because I was fixing other TestHBaseFsck problems, wanted test to pass, but didn't yet spend the effort to figure out the rest of the HBASE-5747 problems.

Since I got your confirmation and since this is a minor test update, I'm just going to commit.
                
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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-5793) TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased

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

Jonathan Hsieh updated HBASE-5793:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.96.0
                   0.94.0
                   0.92.2
                   0.90.7
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed to 0.90/0.92/0.94/0.96/
                
> TestHBaseFsck#TestNoHdfsTable test hangs after client retries increased
> -----------------------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 0.90.7, 0.92.2, 0.94.0, 0.96.0
>
>         Attachments: hbase-5793.patch
>
>
> After the HBASE-5747 modification, this one particular case hangs.
> {code}
> mvn test -PlocalTests -Dtest=TestHBaseFsck
> {code}
> It was hanging on a scan of a table that the test deleted. It expected a call to thrown an exception after a timeout.  HBASE-5747 changed the timeout to a larger number of retries which caused mvn to fail the test.

--
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] [Assigned] (HBASE-5793) TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747

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

Jonathan Hsieh reassigned HBASE-5793:
-------------------------------------

    Assignee: Jonathan Hsieh
    
> TestHBaseFsck#TestNoHdfsTable test hangs after HBASE-5747
> ---------------------------------------------------------
>
>                 Key: HBASE-5793
>                 URL: https://issues.apache.org/jira/browse/HBASE-5793
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>
> After the HBSAE-5747 modification, this one particular case hangs.

--
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