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

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

GitHub user zstan opened a pull request:

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

    IGNITE-10654 Print warn message in case of index creating with already 
existing fields.

    

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

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

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

    https://github.com/apache/ignite/pull/5676.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 #5676
    
----
commit a23a128d01850193a031db3927541111e6037b59
Author: zstan <stanilovsky@...>
Date:   2018-12-15T10:21:27Z

    IGNITE-10654 Print warn message in case of index creating with already 
existing fields.

----


> Report in case of creating index with already existing fields collection.
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-10654
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10654
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.7
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>             Fix For: 2.8
>
>
> Report in log if new index creating with already existing fields collection.
> for example, need to log warn here:
> {code:java}
>         cache.query(new SqlFieldsQuery("create index \"idx1\" on Val(keyStr, 
> keyLong)"));
>         cache.query(new SqlFieldsQuery("create index \"idx3\" on Val(keyStr, 
> keyLong)"));
> {code}



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

Reply via email to