Kurt Deschler created IMPALA-12208:
--------------------------------------

             Summary: DCHECK(pending_rpcs_.empty()) fails with concurrent RPCs
                 Key: IMPALA-12208
                 URL: https://issues.apache.org/jira/browse/IMPALA-12208
             Project: IMPALA
          Issue Type: Bug
            Reporter: Kurt Deschler
            Assignee: Kurt Deschler


There is a race condition where concurrent RPCs can register with the 
ClientRequestState after Finalize has been called. This causes the 
DCHECK(pending_rpcs_.empty()) since these RPCs are not unregistered in 
Finalize() as expected.

Issue reproduces with ASAN builds running 
tests/hs2/test_hs2.py::TestHS2::test_concurrent_unregister in a loop.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to