You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@quickstep.apache.org by "Harshad Deshmukh (JIRA)" <ji...@apache.org> on 2016/10/23 13:37:58 UTC

[jira] [Closed] (QUICKSTEP-58) Destruction of HashTable buckets in Aggregation hash tables

     [ https://issues.apache.org/jira/browse/QUICKSTEP-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harshad Deshmukh closed QUICKSTEP-58.
-------------------------------------
    Resolution: Fixed

Fixed in PR#107

> Destruction of HashTable buckets in Aggregation hash tables
> -----------------------------------------------------------
>
>                 Key: QUICKSTEP-58
>                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-58
>             Project: Apache Quickstep
>          Issue Type: Bug
>          Components: Storage
>            Reporter: Harshad Deshmukh
>            Assignee: Harshad Deshmukh
>
> The hash table implementation specialized for Aggregation has a bug related to its destructor. A single bucket in this hash table looks as follows:
> | A mutex | Aggregation State 1 | Aggregation State 2 | ....
> The destructor for this hash table should iterates over each bucket and explicitly delete all the aggregation states individually. Right now this is not being done. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)