Re: Does it affect the put, get, query operation when add or remove a node?

2018-11-26 Thread Maxim.Pudov
There is no simple answer to this question. It depends on configuration of your cluster and load profile. Cluster won't stop in any case, because it is designed to support scaling, but the performance could be affected. If you use partitioned caches (default cache configuration) then adding or

Re: Does it affect the put, get, query operation when add or remove a node?

2018-11-23 Thread Justin Ji
Great, thank you very much! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Does it affect the put, get, query operation when add or remove a node?

2018-11-23 Thread aealexsandrov
Hi, The general answer is yes because the rebalancing of data will be started and you will not be able to process data until partition map exchange will not be completed. https://apacheignite.readme.io/docs/rebalancing

Does it affect the put, get, query operation when add or remove a node?

2018-11-22 Thread Justin Ji
Hi - When I add or remove a server node, does the performance of the cluster will be affected? become slower or even stop? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Does it affect the put, get, query operation when add or remove a node?

2018-11-22 Thread Justin Ji
Hi - When I add or remove a server node, does the performance of the cluster will be affected? become slower or even stop? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/