Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.8.0
Description
In automated tests we're seeing sporadic failures of tests/custom_cluster/test_scratch_disk.py. It looks like the log contents may not have been flushed to disk before calling self.assert_impalad_log_contains("INFO", "Using scratch directory ", expected_count=1). This can be fixed by adding --logbuflevel=-1 or --logbufsecs=0 to the startup flags.