Vladimir Ozerov created IGNITE-2677:
---------------------------------------
Summary: ODBC: Exception is swallowed in OdbcNioListener.trySendErrorMessage()
Key: IGNITE-2677
URL:
https://issues.apache.org/jira/browse/IGNITE-2677 Project: Ignite
Issue Type: Sub-task
Components: odbc
Affects Versions: 1.5.0.final
Reporter: Vladimir Ozerov
Assignee: Igor Sapego
Fix For: 1.6
*Problem*
- User executes a request;
- Some exception occurs;
- Control goes to trySendErrorMessage() and another exception occurs there, which is swallowed;
- User never receives a response and hangs.
*Solution*
Exception occurred in this method must be propagated further what will lead to TCP channel close.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)