Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.2.0
-
None
-
ghx-label-6
Description
When a query fails because SerializeToBuffer returns a "not OK" status in https://github.com/apache/impala/blob/4.2.0/be/src/runtime/query-state.cc#L646-L655, profile_len is always 0.
Usually if SerializeToBuffer returns "not OK" it's because it failed to allocate more buffer space, and often has already allocated some buffer. It would help to know how much buffer is allocated, so SerializeToBuffer should update profile_len before returning an error.
Attachments
Issue Links
- is related to
-
IMPALA-11200 Redundant additions to ExecOption field in query profile of grouping aggregator node when inside a subplan
- Resolved