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 2020/07/30 07:26:01 UTC

[jira] [Work logged] (HIVE-23952) Reuse VectorAggregationBuffer to reduce GC pressure in VectorGroupByOperator

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

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

                Author: ASF GitHub Bot
            Created on: 30/Jul/20 07:25
            Start Date: 30/Jul/20 07:25
    Worklog Time Spent: 10m 
      Work Description: mustafaiman opened a new pull request #1337:
URL: https://github.com/apache/hive/pull/1337


   Change-Id: If398aba0130fffff28c17d18340c20ba681c278f
   
   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HIVE-XXXXX: Fix a typo in YYY)
   For more details, please see https://cwiki.apache.org/confluence/display/Hive/HowToContribute
   


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

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


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

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

> Reuse VectorAggregationBuffer to reduce GC pressure in VectorGroupByOperator
> ----------------------------------------------------------------------------
>
>                 Key: HIVE-23952
>                 URL: https://issues.apache.org/jira/browse/HIVE-23952
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Mustafa Iman
>            Priority: Major
>         Attachments: Screenshot 2020-07-30 at 7.38.13 AM.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> !Screenshot 2020-07-30 at 7.38.13 AM.png|width=1171,height=892!
> [https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorGroupByOperator.java]
> {code:java}
> aggregationBuffer = allocateAggregationBuffer(); {code}
> Flushed out aggregation buffers could be reused instead of allocating everytime here, to reduce GC pressure.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)