[jira] [Created] (IGNITE-5386) Inactive mode must be forced on starting up grid with persistence enabled

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5386) Inactive mode must be forced on starting up grid with persistence enabled

Anton Vinogradov (Jira)
Sergey Chugunov created IGNITE-5386:
---------------------------------------

             Summary: Inactive mode must be forced on starting up grid with persistence enabled
                 Key: IGNITE-5386
                 URL: https://issues.apache.org/jira/browse/IGNITE-5386
             Project: Ignite
          Issue Type: Task
          Components: persistence
            Reporter: Sergey Chugunov
            Assignee: Sergey Chugunov
             Fix For: 2.1


h2. Notes
There is an issue in grid startup documented in IGNITE-5363.

In a nutshell it is caused by double initialization of database memory and disk structures when grid started in inactive mode gets activated.

To prevent this grid with persistence enabled must be started in the following order
# Inactive mode must be forced if persistence is enabled (if node is starting up in active mode and persistence is enabled, an exception must be thrown).
# During starting the node database is left uninitialized.
# When user triggers activating the cluster, database memory and disk structures are initialized on all nodes.

h2. Acceptance Criteria
# Inactive mode is forced on grid startup when persistence is enabled.
# New node join scenario is properly covered.
# All persistence-related tests are passing, no new test failures are added.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)