Files
impala/tests/query_test/test_datastream_sender.py
Riza Suminto f1cca6c767 IMPALA-12135: Deflake test_krpc_datastream_sender_shuffle
test_krpc_datastream_sender_shuffle has been failing with OOM error in
HDFS EC environement. This is due to fix introduced in IMPALA-12106
reduce num instances of a union fragment (F06) from 3 to 2. Running the
test with BATCH_SIZE=8 help pass the test while still holding the
assertion (KrpcDataStreamSender claiming megabytes of memory for
RowBatchSerialization).

Testing:
- test_krpc_datastream_sender_shuffle pass both in regular minicluster
  and HDFS EC setup.

Change-Id: I8c7961ad8dd489a4d62e738d364d4da1fa44d0cc
Reviewed-on: http://gerrit.cloudera.org:8080/20011
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
2023-06-09 20:50:36 +00:00

1.5 KiB