You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2020/02/03 10:08:00 UTC

[jira] [Commented] (IGNITE-12600) Baseline auto-adjust makes it impossible to assemble mixed persistence clusters

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

Ilya Kasnacheev commented on IGNITE-12600:
------------------------------------------

Right now it seems to me that mixed persistence clusters are broken in both 2.7.x and upcoming 2.8.

Maybe we should drop their support completely by disabling their creation on discovery level.

> Baseline auto-adjust makes it impossible to assemble mixed persistence clusters
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-12600
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12600
>             Project: Ignite
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Ilya Kasnacheev
>            Priority: Major
>
> If you try to start a cluster of two nodes, where A only has default non-persistent region, and B also has a persistent non-default region, it will fail with:
> {code}
> Caused by: class org.apache.ignite.spi.IgniteSpiException: Joining persistence node to in-memory cluster couldn't be allowed due to baseline auto-adjust is enabled and timeout equal to 0
> {code}
> However, there seem to be no configuration settings to actually disable this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)