You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Kurt Deschler (Jira)" <ji...@apache.org> on 2023/06/13 04:13:00 UTC

[jira] [Work started] (IMPALA-12208) DCHECK(pending_rpcs_.empty()) fails with concurrent RPCs

     [ https://issues.apache.org/jira/browse/IMPALA-12208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on IMPALA-12208 started by Kurt Deschler.
----------------------------------------------
> 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
>            Priority: Major
>
> 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: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org