Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.9.0
-
ghx-label-6
Description
When writing data into partial tuple, the HDFS text scanner incorrectly allocates the memory from a data buffer pool. The memory in that pool gets attached to row batches. After the row batch is Reset() and the memory is freed, we still have pointers to the var len data in the partial tuple, and we will try to access that data again.
Attachments
Issue Links
- breaks
-
IMPALA-5819 HdfsTextScanner::Close hitting DCHECK(boundary_column_.IsEmpty())
- Resolved
-
IMPALA-5820 test_scanners_fuzz.py::TestScannersFuzzing failing on non-debug builds
- Closed
- is caused by
-
IMPALA-10064 Support constant propagation for range predicates
- Resolved