Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.9.0
-
None
Description
If I run discrepancy_searcher.py the log is overwritten near the end of execution and will only contain a single line:
13:02:47 INFO:hiveserver2[265]:Closing active operation
tail -F proves this is happening. From 1 execution of discrepancy_searcher.py:
13:02:47 INFO:discrepancy_searcher[799]:Results matched (1 rows) tail: /tmp/discrepancy_searcher.py.log: file truncated 13:02:47 INFO:hiveserver2[265]:Closing active operation
This is a "regression" due to this commit:
IMPALA-4467: Add support for DML statements in stress test
... in which the Impyla version changed from 0.11.2 to 0.14.0.