You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chinna Rao Lalam (JIRA)" <ji...@apache.org> on 2011/03/11 09:49:59 UTC

[jira] Created: (HIVE-2046) In error scenario some opened streams may not closed in Utilities.java

In error scenario some opened streams may not closed in Utilities.java
----------------------------------------------------------------------

                 Key: HIVE-2046
                 URL: https://issues.apache.org/jira/browse/HIVE-2046
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.7.0
         Environment: Hadoop 0.20.1, Hive0.7.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
            Reporter: Chinna Rao Lalam
            Assignee: Chinna Rao Lalam


1) In error scenario XMLDecoder & XMLEncoder may not be closed in serializeMapRedWork() and deserializeMapRedWork() Utilities.java

2) BufferedReader is not closed in Utilities.StreamPrinter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HIVE-2046) In error scenario some opened streams may not closed in Utilities.java

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

Chinna Rao Lalam updated HIVE-2046:
-----------------------------------

    Status: Patch Available  (was: Open)

> In error scenario some opened streams may not closed in Utilities.java
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2046
>                 URL: https://issues.apache.org/jira/browse/HIVE-2046
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.7.0
>         Environment: Hadoop 0.20.1, Hive0.7.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
>            Reporter: Chinna Rao Lalam
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-2046.Patch
>
>
> 1) In error scenario XMLDecoder & XMLEncoder may not be closed in serializeMapRedWork() and deserializeMapRedWork() Utilities.java
> 2) BufferedReader is not closed in Utilities.StreamPrinter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HIVE-2046) In error scenario some opened streams may not closed in Utilities.java

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

Chinna Rao Lalam updated HIVE-2046:
-----------------------------------

    Attachment: HIVE-2046.Patch

> In error scenario some opened streams may not closed in Utilities.java
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2046
>                 URL: https://issues.apache.org/jira/browse/HIVE-2046
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.7.0
>         Environment: Hadoop 0.20.1, Hive0.7.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
>            Reporter: Chinna Rao Lalam
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-2046.Patch
>
>
> 1) In error scenario XMLDecoder & XMLEncoder may not be closed in serializeMapRedWork() and deserializeMapRedWork() Utilities.java
> 2) BufferedReader is not closed in Utilities.StreamPrinter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HIVE-2046) In error scenario some opened streams may not closed in Utilities.java

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

Carl Steinbach resolved HIVE-2046.
----------------------------------

    Resolution: Duplicate

> In error scenario some opened streams may not closed in Utilities.java
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2046
>                 URL: https://issues.apache.org/jira/browse/HIVE-2046
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.7.0
>         Environment: Hadoop 0.20.1, Hive0.7.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
>            Reporter: Chinna Rao Lalam
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-2046.Patch
>
>
> 1) In error scenario XMLDecoder & XMLEncoder may not be closed in serializeMapRedWork() and deserializeMapRedWork() Utilities.java
> 2) BufferedReader is not closed in Utilities.StreamPrinter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HIVE-2046) In error scenario some opened streams may not closed in Utilities.java

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

He Yongqiang updated HIVE-2046:
-------------------------------

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

This is going to be merged to HIVE-2042

> In error scenario some opened streams may not closed in Utilities.java
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2046
>                 URL: https://issues.apache.org/jira/browse/HIVE-2046
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.7.0
>         Environment: Hadoop 0.20.1, Hive0.7.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
>            Reporter: Chinna Rao Lalam
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-2046.Patch
>
>
> 1) In error scenario XMLDecoder & XMLEncoder may not be closed in serializeMapRedWork() and deserializeMapRedWork() Utilities.java
> 2) BufferedReader is not closed in Utilities.StreamPrinter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (HIVE-2046) In error scenario some opened streams may not closed in Utilities.java

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

Carl Steinbach reopened HIVE-2046:
----------------------------------


> In error scenario some opened streams may not closed in Utilities.java
> ----------------------------------------------------------------------
>
>                 Key: HIVE-2046
>                 URL: https://issues.apache.org/jira/browse/HIVE-2046
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.7.0
>         Environment: Hadoop 0.20.1, Hive0.7.0 and SUSE Linux Enterprise Server 10 SP2 (i586) - Kernel 2.6.16.60-0.21-smp (5).
>            Reporter: Chinna Rao Lalam
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-2046.Patch
>
>
> 1) In error scenario XMLDecoder & XMLEncoder may not be closed in serializeMapRedWork() and deserializeMapRedWork() Utilities.java
> 2) BufferedReader is not closed in Utilities.StreamPrinter

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira