You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (Jira)" <ji...@apache.org> on 2021/11/22 18:35:00 UTC

[jira] [Resolved] (DRILL-3192) TestDrillbitResilience#cancelWhenQueryIdArrives hangs

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

Vitalii Diravka resolved DRILL-3192.
------------------------------------
    Resolution: Done

Not an issue after DRILL-7973 and DRILL-8030

> TestDrillbitResilience#cancelWhenQueryIdArrives hangs
> -----------------------------------------------------
>
>                 Key: DRILL-3192
>                 URL: https://issues.apache.org/jira/browse/DRILL-3192
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - RPC
>            Reporter: Sudheesh Katkam
>            Assignee: Sudheesh Katkam
>            Priority: Critical
>             Fix For: Future
>
>
> TestDrillbitResilience#cancelWhenQueryIdArrives (previously named cancelBeforeAnyResultsArrive) hangs when the test is run multiple times. 
> -(Will add more information)-
> *Configuration: BIT_SERVER_RPC_THREADS = 1*
> The remote RPC thread with a cancel signal is waiting for the fragment to start accepting external events. The fragment is waiting for a ControlConnection to the Foreman node (through ReconnectingConnection). The Foreman node is waiting for the remote node to accept the connection, which happens through an RPC thread. Distributed deadlock.
> DRILL-3242 should solve this problem.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)