You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ashish Bhosle (Jira)" <ji...@apache.org> on 2020/01/15 07:36:00 UTC

[jira] [Created] (IGNITE-12541) Ignite BTL: Does not work as expected for a cluster of mix nodes (nodes with & without persistence)

Ashish Bhosle created IGNITE-12541:
--------------------------------------

             Summary: Ignite BTL: Does not work as expected for a cluster of mix nodes (nodes with & without persistence)
                 Key: IGNITE-12541
                 URL: https://issues.apache.org/jira/browse/IGNITE-12541
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.7.6
            Reporter: Ashish Bhosle


I have three server node. Two of them with data-node attribute and remaining one with worker-node attribute. Persistence is enabled on data-nodes. Below are some of the cases:

Case 1: Exception occurs on worker node and the node get killed
Steps:
    -start data node
    -worker node
    -start data node
    -activate the cluster by client node (or by control script)

PF all nodes' logs [here|[https://gist.github.com/ashishb888/4afe60c681befd0e167ee280d3625521]]


Case 2: All nodes comes under baseline topology instead of 2 nodes (data nodes)
Steps:
    -worker node
    -start data node
    -start data node
    -activate the cluster by client node (or by control script)

Here is a reproducer:

[Client node|[https://github.com/ashishb888/ignite-poc/tree/master/ignite-persistence]]
[Data node|[https://github.com/ashishb888/ignite-poc/tree/master/ignite-persistence-data-node]]
[Worker node|[https://github.com/ashishb888/ignite-poc/tree/master/ignite-persistence-worker-node]]

 



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