You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/03/22 10:53:00 UTC

[jira] [Commented] (IGNITE-11541) Dynamic columns and indexes can be lost after the cluster restart

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

Ignite TC Bot commented on IGNITE-11541:
----------------------------------------

{panel:title=--&gt; Run :: All: No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=3373394&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Dynamic columns and indexes can be lost after the cluster restart
> -----------------------------------------------------------------
>
>                 Key: IGNITE-11541
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11541
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache, persistence, sql
>    Affects Versions: 2.7
>            Reporter: Roman Guseinov
>            Assignee: Alexey Goncharuk
>            Priority: Critical
>             Fix For: 2.8
>
>         Attachments: StaticCacheAndDdlReproducer.java
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The case is the following:
> # Run a server node (persistence enabled. static cache configuration with queryEnities).
> # Add/drop column/index via DDL.
> # Restart the node with the same configuration.
> # The changes are lost...
> It seems the issue is related to merging cache metadata.
> There are some workarounds:
> # Remove/comment cache configuration. After the restart, the metadata will be loaded from the persistence store. This will work for a rolling restart.
> # Make the same changes in the configuration (update queryEntity). It requires the whole cluster restart.
> Reproducer is attached.



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