Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
We discovered that the current kudu client defaults in the kudu table sink are causing a large number of queries to fail. The current mutation buffer size is 100mb, which is too large and results in too much pressure on kudu. By decreasing the default value of this flag, we found our simple tests to be successful. This change only involves changing the default value of the flag, no new logic.