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)