[ https://issues.apache.org/jira/browse/IGNITE-24675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Evgeny Stanilovsky updated IGNITE-24675: ---------------------------------------- Ignite Flags: (was: Docs Required,Release Notes Required) > Sql. Hash join operation may hangs for right and outer join > ----------------------------------------------------------- > > Key: IGNITE-24675 > URL: https://issues.apache.org/jira/browse/IGNITE-24675 > Project: Ignite > Issue Type: Bug > Components: sql > Affects Versions: 3.0 > Reporter: Andrey Mashenkov > Assignee: Andrey Mashenkov > Priority: Critical > Labels: ignite-3 > Fix For: 3.1 > > Time Spent: 1h 20m > Remaining Estimate: 0h > > `RightHashJoin.join()` and `FullOuterHashJoin.join()` may fall into infinite > loop when processing non-matching rows from right source. > When right buffer contains the same amount of rows that were requested by > downstream, the algo emits these rows, but didn't notify downstream the > end-of-data. And on next request emits same rows again, and again... -- This message was sent by Atlassian Jira (v8.20.10#820010)