Re: Dynamically configuring data region

2021-10-07 Thread andrei
Hi, No you can not. Moreover, you should be aware that data regions should usually be created on all data nodes, because if your cache is replicated or partitioned, it will be created on all nodes and will try to use the region specified in its configuration. So the correct way is: 1) Add y

Dynamically configuring data region

2021-10-03 Thread Wen Bo (Bill) Li
Hi, I am curious if there is a way to dynamically add a new data region after calling Ignition.start()? I tried locally by starting one instance with just a default region and starting a second instance with an additional data region called regionA. After this, I used a simple thin client program