You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by sanpwc <gi...@git.apache.org> on 2018/11/20 10:14:42 UTC

[GitHub] ignite pull request #5441: IGNITE-5439 Jdbc thin cancel implemented.

GitHub user sanpwc opened a pull request:

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

    IGNITE-5439 Jdbc thin cancel implemented.

    

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

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

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

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

    IGNITE-5439: Initial implementation.

commit 359d2c9b60730b4a9c6cc9e053d022e1f36548d9
Author: alapin <la...@...>
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 <la...@...>
Date:   2018-11-13T11:07:13Z

    IGNITE-5439: Work in progress;

commit 99dc0798d1b8a55b402e9dcd248c35320cfa3ee6
Author: sanpwc <la...@...>
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 <la...@...>
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 <la...@...>
Date:   2018-11-16T12:03:12Z

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

commit 67f5f91b1f5e650943edf6c0e1e2efe7db020305
Author: alapin <la...@...>
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 <la...@...>
Date:   2018-11-16T12:52:22Z

    IGNITE-5439: bug in tests fixed;

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

    IGNITE-5439: warning suppresed in tests;

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

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

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

    IGNITE-5439: Issues fixed after review;

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

    IGNITE-5439: minors

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

    IGNITE-5439: minors

commit c7cf72c5540493f0510fa6f06ddfa6efe056a95f
Author: alapin <la...@...>
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 <la...@...>
Date:   2018-11-19T13:42:25Z

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

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

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

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

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

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

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

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

    IGNITE-5439: RequestToCursorsMapping cleanup implemented.

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

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

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

    IGNITE-5439: synchronizedToCAS optimizations;

commit c3e4115a4b9f47759440640820f63ba09f61a31d
Author: alapin <la...@...>
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 <la...@...>
Date:   2018-11-20T10:06:32Z

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

----


---

[GitHub] ignite pull request #5441: IGNITE-5439 JDBC thin cancel implemented.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---