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/27 18:10:32 UTC

[jira] [Created] (HBASE-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
----------------------------------------------------------------------------------------------------

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



--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

Ted Yu commented on HBASE-4685:
-------------------------------

+1 on patch.
                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

stack updated HBASE-4685:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed to TRUNK and 0.92 branch.
                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.92.0
>
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

stack commented on HBASE-4685:
------------------------------

The TDLS tests are failing because of 'too many open files'.  These machines need the fds upped.  Asking Giri who owns 'hadoop1', et al.  Going to apply this patch.
                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

Hadoop QA commented on HBASE-4685:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12501109/4685.txt
  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 appears to have generated -167 warning messages.

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

    +1 findbugs.  The patch does not introduce any 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:
                       org.apache.hadoop.hbase.master.TestDistributedLogSplitting
                  org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort
                  org.apache.hadoop.hbase.coprocessor.TestMasterObserver

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

This message is automatically generated.
                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

stack updated HBASE-4685:
-------------------------

    Status: Patch Available  (was: Open)
    
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

Hudson commented on HBASE-4685:
-------------------------------

Integrated in HBase-TRUNK #2375 (See [https://builds.apache.org/job/HBase-TRUNK/2375/])
    HBASE-4685 TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

stack : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java

                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.92.0
>
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

stack updated HBASE-4685:
-------------------------

    Attachment: 4685.txt

Simple patch.
                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 4685.txt
>
>


--
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-4685) TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

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

Hudson commented on HBASE-4685:
-------------------------------

Integrated in HBase-0.92 #87 (See [https://builds.apache.org/job/HBase-0.92/87/])
    HBASE-4685 TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/master/TestDistributedLogSplitting.java

                
> TestDistributedLogSplitting.testOrphanLogCreation failing because of ArithmeticException: / by zero.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4685
>                 URL: https://issues.apache.org/jira/browse/HBASE-4685
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.92.0
>
>         Attachments: 4685.txt
>
>


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