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 2017/07/13 04:10:00 UTC

[jira] [Commented] (IGNITE-5744) Ignore non user caches when automatically choosing a queryable cache inside JDBC driver

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

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

GitHub user alexpaschenko opened a pull request:

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

    IGNITE-5744

    

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

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

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

    https://github.com/apache/ignite/pull/2289.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 #2289
    
----
commit 707c454ad9c3b4132e2d0a20d15dc1eb2ed295b0
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-07-12T07:53:46Z

    Corrected fix for REST processor wrt authentication

commit f3828261b30c12d5aa181914033afe46c787f87e
Author: Alexey Kuznetsov <ak...@apache.org>
Date:   2017-07-12T07:57:50Z

    IGNITE-5639 Added duration for empty result set.

commit 5859b192ba28d53e1bccb01ce3005821e26b5347
Author: devozerov <vo...@gridgain.com>
Date:   2017-07-12T09:46:42Z

    AI 2.1 release notes.

commit 8afdc7baae73ecba67e0735baa97d03f2c4fc715
Author: devozerov <vo...@gridgain.com>
Date:   2017-07-12T10:51:43Z

    Removed CacheBinaryAutoStoreExample and relevant bean "h2-example-db" from example-default.xml because example duplicated existing CacheAutoStoreExample.

commit c6ee085b8a1321ce7fa15f8adf74fa7a01f7a445
Author: Dmitriy Govorukhin <dm...@gmail.com>
Date:   2017-07-12T11:22:03Z

    Fixed page acquire during checkpoint

commit 0cb6ac06adddd43ac72c707b29d7216bd4cb711a
Author: Oleg Ostanin <oo...@gridgain.com>
Date:   2017-07-12T12:57:40Z

    IGNITE-5740 - Added transaction load timing benchmark

commit 3787181310597b7a6e633e745ba08209abd038a9
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-07-12T15:28:57Z

    More verbose logging

commit 21964fb5f6fb6fee891283332202cbc9ed5ac3f3
Author: Dmitry Pavlov <dp...@gmail.com>
Date:   2017-07-12T15:59:10Z

    Optimized snapshot progress tracking

commit 9496bf337d98559805c611b57140bea65c586602
Author: Alexander Paschenko <al...@gmail.com>
Date:   2017-07-13T04:04:28Z

    IGNITE-5744 Ignore non user caches when automatically choosing a queryable cache inside JDBC driver

----


> Ignore non user caches when automatically choosing a queryable cache inside JDBC driver
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-5744
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5744
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc, sql
>    Affects Versions: 2.1
>            Reporter: Alexander Paschenko
>            Assignee: Alexander Paschenko
>            Priority: Critical
>             Fix For: 2.2
>
>
> This is related to IGNITE-5711.
> When user supplies no cache name in JDBC connection params, we try to use all caches, including system ones, as candidate query caches, this must be explicitly forbidden.
> Failing test: {{org.apache.ignite.jdbc.JdbcNoDefaultCacheTest#testNoCacheNameQuery}}, apparently did not fail on TC because of inconsistent map iteration order.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)