Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.5.0
Description
test_runtime_filters depends on scan ranges being equally distributed across the 3 impala daemons in the test setup. However, for the same reasons as IMPALA-2479, concurrent queries may cause those scan ranges to be scheduled on only 2 daemons.
The workaround is to mark test_runtime_filters as execute_serially.