You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanilovsky Evgeny (JIRA)" <ji...@apache.org> on 2019/08/13 09:03:00 UTC

[jira] [Commented] (IGNITE-12061) Silently fail while try to recreate already existing index with differ inline_size.

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

Stanilovsky Evgeny commented on IGNITE-12061:
---------------------------------------------

[TC in progress|https://ci.ignite.apache.org/viewLog.html?buildId=4495067&buildTypeId=IgniteTests24Java8_RunAll]

> Silently fail while try to recreate already existing index with differ inline_size.
> -----------------------------------------------------------------------------------
>
>                 Key: IGNITE-12061
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12061
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.5, 2.7, 2.7.5
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> INLINE_SIZE differ from previous value is  not correctly sets.
> 1. create index idx0(c1, c2)
> 2. drop idx0
> 3. create index idx0(c1, c2) inline_size 100;
> inline_size remains the same, in this case default = 10.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)