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

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

GitHub user sanpwc opened a pull request:

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

    IGNITE-5438

    JDBC thin: support query timeout implemented.

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-5438

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

    https://github.com/apache/ignite/pull/5772.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 #5772
    
----
commit 25c6a1d742ec7ed8bd87e828479069be45ec1bf7
Author: sanpwc <lapin1702@...>
Date:   2018-11-12T08:31:10Z

    IGNITE-5439: Initial implementation.

commit 359d2c9b60730b4a9c6cc9e053d022e1f36548d9
Author: alapin <lapin1702@...>
Date:   2018-11-12T09:59:01Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5439

commit 423a1b2d2143fe82dd6a0c07b8541bc2a42a1c4b
Author: sanpwc <lapin1702@...>
Date:   2018-11-13T11:07:13Z

    IGNITE-5439: Work in progress;

commit 99dc0798d1b8a55b402e9dcd248c35320cfa3ee6
Author: sanpwc <lapin1702@...>
Date:   2018-11-15T15:12:06Z

    IGNITE-5439: Request Id addedboth to JdbcRequest and JdbcResponse, 
cancellation thread-safety added, minor changes;

commit a2e3a010df6fad1ce2902a4c641911d44ffe2b32
Author: alapin <lapin1702@...>
Date:   2018-11-15T15:13:45Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5439

commit 6d12f3648aa3a7254ec42be40e9a965cc9ed9bf4
Author: sanpwc <lapin1702@...>
Date:   2018-11-16T12:03:12Z

    IGNITE-5439: Support for canceling file uploads added, few more tests added;

commit 67f5f91b1f5e650943edf6c0e1e2efe7db020305
Author: alapin <lapin1702@...>
Date:   2018-11-16T12:04:01Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5439

commit fb7f3c7db2a04b9c89f212b3ae9e8d865404fd91
Author: sanpwc <lapin1702@...>
Date:   2018-11-16T12:52:22Z

    IGNITE-5439: bug in tests fixed;

commit cfb918d672824cced7a852cb6e164e2a17ce8860
Author: sanpwc <lapin1702@...>
Date:   2018-11-16T12:53:15Z

    IGNITE-5439: warning suppresed in tests;

commit 440795fa04143e35c7b09c04e2fa2fcbc9406969
Author: sanpwc <lapin1702@...>
Date:   2018-11-16T14:25:40Z

    IGNITE-5439: more tests added: multistatement and batch canceling;

commit 95966c89f25d790d3b4241efce4972a630cd18fd
Author: sanpwc <lapin1702@...>
Date:   2018-11-19T10:59:21Z

    IGNITE-5439: Issues fixed after review;

commit 4c1ecfd0261f0a779e8aade6dd8ea5433ff570d1
Author: tledkov <tledkov@...>
Date:   2018-11-19T11:15:58Z

    IGNITE-5439: minors

commit b592040147d803d8b7acdd6534e104efc7cfe3e4
Author: tledkov <tledkov@...>
Date:   2018-11-19T12:20:28Z

    IGNITE-5439: minors

commit c7cf72c5540493f0510fa6f06ddfa6efe056a95f
Author: alapin <lapin1702@...>
Date:   2018-11-19T13:37:06Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5439

commit ec7f979034f22498849d4f94608f3fb84686a0cd
Author: alapin <lapin1702@...>
Date:   2018-11-19T13:42:25Z

    Merge branch 'ignite-5439' of https://github.com/gridgain/apache-ignite 
into ignite-5439

commit 33d396007c350057c6c8c9f0cb53167ffdfb6cb7
Author: sanpwc <lapin1702@...>
Date:   2018-11-19T13:45:20Z

    IGNITE-5439: Error handling, logging and security handling added within 
GridNioPriorityQueryFilter;

commit 3ae5b07f161401607a7c71f9da02394c2e85cb30
Author: sanpwc <lapin1702@...>
Date:   2018-11-19T14:12:13Z

    IGNITE-5439: Error handling within JdbcRequestHandler#cancelQuery added;

commit cdb7ab9ccc65fb2929cba1fc49de086852410d53
Author: sanpwc <lapin1702@...>
Date:   2018-11-19T15:00:54Z

    IGNITE-5439: More methods of JdbcThinStatement now throws 
SQLException(Query was cancelled).

commit ac7635d25421bf0d7bb0d6cf85f6c1342a0ad6b6
Author: sanpwc <lapin1702@...>
Date:   2018-11-19T15:50:15Z

    IGNITE-5439: RequestToCursorsMapping cleanup implemented.

commit 7615488361c13db65675ea7e06abb759d4ec46ad
Author: sanpwc <lapin1702@...>
Date:   2018-11-19T16:07:56Z

    IGNITE-5439: ensureAlive() restored in several cases;

commit 6254a5f91569066f902dc20e9d0c86c60709998a
Author: sanpwc <lapin1702@...>
Date:   2018-11-20T08:55:33Z

    IGNITE-5439: synchronizedToCAS optimizations;

commit c3e4115a4b9f47759440640820f63ba09f61a31d
Author: alapin <lapin1702@...>
Date:   2018-11-20T08:56:13Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5439

commit 91df0d6505b59220e7293bc95b3b5e30575be040
Author: sanpwc <lapin1702@...>
Date:   2018-11-20T10:06:32Z

    IGNITE-5439: failing 
testExpectSQLExceptionAndAFAPControlRetrievalAfterCancelingLongRunningFileUpload
 because of IGNITE-10340s;

commit 4dfcf5713e70a417ad44e67231bfc2bd44514202
Author: tledkov <tledkov@...>
Date:   2018-11-20T14:00:10Z

    Merge branch '_master' into ignite-5439

commit c8d956274453e451b39642765559a64a141fb1a9
Author: sanpwc <lapin1702@...>
Date:   2018-11-20T14:51:29Z

    IGNITE-5439: changes based on review;

commit 8e13019c1e01539c0dfa8d34c4fbca1b51ae07d0
Author: tledkov <tledkov@...>
Date:   2018-11-21T09:34:06Z

    Merge remote-tracking branch 'professional/ignite-5439' into ignite-5439

commit a9a9c588ddebc0d43b5e045d8a0c75f362d1a116
Author: alapin <lapin1702@...>
Date:   2018-11-21T15:27:22Z

    Merge branch 'ignite-5439' of https://github.com/gridgain/apache-ignite 
into ignite-5439

commit 2ba3931e82d8ef8ad2a2c39cd3820aa33394c89b
Author: sanpwc <lapin1702@...>
Date:   2018-11-28T09:51:43Z

    IGNITE-5439 Minor updates.

commit ed9966a992bebe05974aa2ee3781576e2bb539fa
Author: alapin <lapin1702@...>
Date:   2018-11-28T09:52:20Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite 
into ignite-5439

commit 08d49d6c44eeec2531d5be94c357b6f451564df3
Author: sanpwc <lapin1702@...>
Date:   2018-11-28T11:02:21Z

    IGNITE-5439 testCancelAgainstFullServerThreadPool fixed.

----


> JDBC thin: support query timeout
> --------------------------------
>
>                 Key: IGNITE-5438
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5438
>             Project: Ignite
>          Issue Type: Task
>          Components: jdbc
>    Affects Versions: 2.0
>            Reporter: Taras Ledkov
>            Assignee: Alexander Lapin
>            Priority: Major
>
> The {{setQueryTimeout}} method of JDBC {{Statement}} must be supported.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to