You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/24 14:08:00 UTC

[jira] [Work logged] (HIVE-25736) Close ORC readers

     [ https://issues.apache.org/jira/browse/HIVE-25736?focusedWorklogId=685858&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-685858 ]

ASF GitHub Bot logged work on HIVE-25736:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Nov/21 14:07
            Start Date: 24/Nov/21 14:07
    Worklog Time Spent: 10m 
      Work Description: pvary opened a new pull request #2813:
URL: https://github.com/apache/hive/pull/2813


   ### What changes were proposed in this pull request?
   Closing the ORC readers explicitly
   
   ### Why are the changes needed?
   This fixes the resource leak where the file readers remain open until a GC cleans them up
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Unit tests should remain green
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 685858)
    Remaining Estimate: 0h
            Time Spent: 10m

> Close ORC readers
> -----------------
>
>                 Key: HIVE-25736
>                 URL: https://issues.apache.org/jira/browse/HIVE-25736
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After ORC-498 the Orc readers should be closed explicitly. One of the cases was HIVE-25683, but there are several places where the ORC readers are still not closed. 
> We should go through the code and make sure that the readers are closed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)