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

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

GitHub user isapego opened a pull request:

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

    IGNITE-2677: IgniteException thown in trySendErrorMessage().

    IgniteException is now thrown instead of IOException in OdbcNioListener.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/isapego/ignite ignite-2677

Alternatively you can review and apply these changes as the patch at:

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

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #490
    
----
commit 5e9d391ac58ccc527f210f3181cec79c1bb5d6ef
Author: isapego <[email protected]>
Date:   2016-02-17T13:17:24Z

    IGNITE-2677: IgniteException is now thrown instead of IOException.
    IgniteException thown in trySendErrorMessage().

----


> 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)

Reply via email to