RE: Adding new fields without server restart

2018-02-14 Thread Tim Newman
...@gmail.com] Sent: Monday, February 12, 2018 03:33 PM To: user@ignite.apache.org Subject: Re: Adding new fields without server restart Hi Tim, Cache configuration is defines when it's started. So @QuerySqlField annotation on the new field does not have affect unless you restart the cluster

Re: Adding new fields without server restart

2018-02-12 Thread vkulichenko
Hi Tim, Cache configuration is defines when it's started. So @QuerySqlField annotation on the new field does not have affect unless you restart the cluster or at least destroy the cache and create with the new configuration. Field are added on object level transparently, but to modify the SQL