Hi Denis, I planned to address this issue at first, but then, after analysis, I decided to change other parts of CacheStore implementation only.
As for this case, usually, in production, model changes are not so frequent and they also require new code or config changes, which also requires node restart. When you restart node without native persistence, it recreates CacheStore from the factory again and if columns were added to the XML configuration, they will be added to the CacheStore too. So, in your case, you can just restart all nodes one by one, it will recreate CacheStore with a new configuration. Best Regards, Evgenii ср, 27 мая 2020 г. в 08:00, Denis Magda <[email protected]>: > Evgeniy, > > I remember you were planning to address this particular limitation in the > new version of CacheStore. Could you please join the thread and confirm > this? Hopefully, there is already a ticket for this task. > > - > Denis > > > On Tue, May 26, 2020 at 11:14 PM manueltg89 < > [email protected]> wrote: > >> Thanks for your response. I update my RDBMS manually also, but the >> problem is >> if for example I added a field called "telephone" Apache Ignite with >> write-through activated is not capable of write this field on RDBMS, How I >> can do this whitout rebooting? >> >> Thanks in advance. >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> >
