You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/12/06 02:38:43 UTC

[jira] Created: (HADOOP-2362) [hbase] Leaking hdfs file handle

[hbase] Leaking hdfs file handle
--------------------------------

                 Key: HADOOP-2362
                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
            Reporter: stack
            Priority: Minor
             Fix For: 0.16.0


Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

Hadoop QA commented on HADOOP-2362:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371151/2362-v3.patch
against trunk revision r601920.

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

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

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1288/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1288/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1288/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1288/console

This message is automatically generated.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: Patch Available  (was: Open)

Tests pass locally.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: In Progress  (was: Patch Available)

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: In Progress  (was: Patch Available)

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

Hadoop QA commented on HADOOP-2362:
-----------------------------------

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

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

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

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests -1.  The patch failed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1277/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1277/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1277/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1277/console

This message is automatically generated.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

Hudson commented on HADOOP-2362:
--------------------------------

Integrated in Hadoop-Nightly #325 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/325/])

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Attachment: 2362-v2.patch

Fix TestSplit.  Was dependent on the bug this patch fixes in that it was presuming regions returned out of a split would be open.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Attachment: 2362-v3.patch

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: Patch Available  (was: In Progress)

v2 mistakenly included a broken test i'd had hacked up.  v3 builds local.  Trying hudson.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: In Progress  (was: Patch Available)

Retry v3.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

Hadoop QA commented on HADOOP-2362:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371151/2362-v3.patch
against trunk revision r601518.

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

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

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests -1.  The patch failed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1281/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1281/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1281/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1281/console

This message is automatically generated.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

Hadoop QA commented on HADOOP-2362:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371095/2362-v2.patch
against trunk revision r601518.

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

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

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs -1.  The patch appears to cause Findbugs to fail.

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

    contrib tests -1.  The patch failed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1278/testReport/
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1278/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1278/console

This message is automatically generated.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: Patch Available  (was: In Progress)

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Status: Patch Available  (was: In Progress)

Fix for TestSplit failure.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Attachment: 2362.patch

HADOOP-2362 Leaking hdfs file handle
M  src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestScanner2.java
    HRegion.createHRegion API changed.
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStoreFile.java
    (obtainNewHStoreFile): Remove duplicated code.
    (writeInfo): No need to wrap FSDataOutputStream in a DataOutputStream.
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HStore.java
     No need to wrap FSDataOutputStream in a DataOutputStream.
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegionServer.java
    Remove useless log.
    Do explicit imports instead of importing whole packages.
M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMaster.java
    HRegion.createHRegion API changed.
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerInfo.java
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HServerAddress.java
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HAbstractScanner.java
M  src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMsg.java
    Do explicit imports instead of importing whole packages.
M src/contrib/hbase/src/java/org/apache/hadoop/hbase/HRegion.java
    Close daughter regions after opening them in split.
    (createHRegion): No need of initialFiles argument.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack updated HADOOP-2362:
--------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed.  Resolving.

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362-v3.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-2362) [hbase] Leaking hdfs file handle

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

stack reassigned HADOOP-2362:
-----------------------------

    Assignee: stack

> [hbase] Leaking hdfs file handle
> --------------------------------
>
>                 Key: HADOOP-2362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2362
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: 2362-v2.patch, 2362.patch
>
>
> Found a leaking filehandle researching HADOOP-2341.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.