Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.2.0
-
None
-
None
-
ghx-label-6
Description
Exchanges into blocking nodes (e.g. sort nodes during run formation) can block the whole execution if a single node blocks. Data stream senders should buffer a limited amount of data to allow more sort nodes to start sorting their data. Possible options would be a fixed amount of buffer size, or a size relative to the sort node run size.
Attachments
Issue Links
- is duplicated by
-
IMPALA-6692 When partition exchange is followed by sort each sort node becomes a synchronization point across the cluster
- Reopened