Thomas Tauber-Marshall created KUDU-3042:
--------------------------------------------
Summary: DCHECK hit in Connection::HandleOutboundCallTimeout
Key: KUDU-3042
URL: https://issues.apache.org/jira/browse/KUDU-3042
Project: Kudu
Issue Type: Bug
Components: rpc
Affects Versions: 1.12.0
Reporter: Thomas Tauber-Marshall
When testing a patch for IMPALA-8712, I ran into the error:
{noformat}
F0114 12:18:29.332731 22712 connection.cc:379] Check failed: car->call
{noformat}
This occurs when an async rpc is cancelled and then hits its timeout, as the
timeout handling code assumes that the call is still valid.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)