You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/05 14:03:13 UTC

[jira] [Commented] (IGNITE-2677) ODBC: Exception is swallowed in OdbcNioListener.trySendErrorMessage()

    [ https://issues.apache.org/jira/browse/IGNITE-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272411#comment-15272411 ] 

ASF GitHub Bot commented on IGNITE-2677:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/490


> 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: Vladimir Ozerov
>             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)