You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ali Alsuliman (Jira)" <ji...@apache.org> on 2022/02/17 17:56:00 UTC

[jira] [Resolved] (ASTERIXDB-2800) Hash join should deal/check if re-inserting a tuple in hash table fails

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

Ali Alsuliman resolved ASTERIXDB-2800.
--------------------------------------
    Resolution: Fixed

> Hash join should deal/check if re-inserting a tuple in hash table fails
> -----------------------------------------------------------------------
>
>                 Key: ASTERIXDB-2800
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2800
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: RT - Runtime
>    Affects Versions: 0.9.3
>            Reporter: Ali Alsuliman
>            Priority: Major
>             Fix For: 0.9.7
>
>
> During the build phase of InMemoryHashJoin, we insert the incoming tuples in the hash table (in build()). If at one point, we could not insert a tuple, then we compact the hash table and try inserting the tuple again. However, we don't check if this second try succeeded or not.



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