Jason Fehr created IMPALA-14373: ----------------------------------- Summary: SpanManager Needs to Obtain exec_state_lock_ Key: IMPALA-14373 URL: https://issues.apache.org/jira/browse/IMPALA-14373 Project: IMPALA Issue Type: Bug Reporter: Jason Fehr
In two places in span-manager.cc, the SpanManager class reads from the ClientRequestState::exec_state(). According to the documentation in impala-server.h, the exec_state_lock_ must be held while accessing exec_state. Obtain this lock in the SpanManager class. -- This message was sent by Atlassian Jira (v8.20.10#820010)