Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
ghx-label-3
Description
Currently KrpcDataStreamRecvr is co-owned (using a shared_ptr) between the data-stream-mgr and xchg-node. This leads to memory lifetime complications. We should move this to a single ownership model and split apart control structures from resources giving them the standard lifetimes like we've been doing for everything else involved in query execution.
See IMPALA-6609.
Attachments
Issue Links
- is related to
-
IMPALA-6609 Some COUNTER_ADD() in KrpcDataStreamRecvr may lead to use-after-free
- Resolved