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 2020/11/13 01:14:00 UTC

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

Ali Alsuliman created ASTERIXDB-2800:
----------------------------------------

             Summary: 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
             Fix For: 0.9.5


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.3.4#803005)