Alexey,

Of cause you can, but you will get an undefined behaviour in this case :)

It is assumed, that all nodes are using the same database. Otherwise
consistency is not guaranteed.

Maybe it is worth to clarify this point in the documentation explicitly.

Denis

ср, 17 янв. 2018 г. в 15:10, ALEKSEY KUZNETSOV <alkuznetsov...@gmail.com>:

> Denis, no, its valid case.
>
> you can set certain StoreFactory in cache configuration so that it create
> *different* instances of database(local) on different nodes. Then, my case
> will be applied.
>
>
>
> ср, 17 янв. 2018 г. в 14:45, Denis Mekhanikov <dmekhani...@gmail.com>:
>
>> Aleksey,
>>
>> You described an invalid case. Cache stores on all nodes for a single
>> cache should point to the same database. Otherwise data won't be the same
>> in different databases.
>> Different nodes are not supposed to have personal local DBs.
>>
>> If you want nodes to store data on disk in distributed manner, consider
>> using Ignite native persistence:
>> https://apacheignite.readme.io/docs/distributed-persistent-store
>>
>> Denis
>>
>> ср, 17 янв. 2018 г. в 14:17, Andrey Nestrogaev <a.nestrog...@flexsoft.com
>> >:
>>
>>> Local store = Apache Ignite Native Persistence?
>>>
>>>
>>>
>>> --
>>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>>>
>>
> --
>
> *Best Regards,*
>
> *Kuznetsov Aleksey*
>

Reply via email to