[
https://issues.apache.org/jira/browse/DRILL-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sudheesh Katkam updated DRILL-3192:
-----------------------------------
Fix Version/s: (was: 1.2.0)
1.3.0
> 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: 1.3.0
>
>
> 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
(v6.3.4#6332)