read through cache refresh

2018-05-16 Thread yonggu.lee
I have an ignite cache with hbase read-through. Data is fully reconstructed on a daily basis on the underlying hbase table. My question is, when the hbase table is totally changed, calling cache.clear() is enough to get the latest data? And, during processing cache.clear(), all reads to the

Re: Binary type has different fields error

2018-05-16 Thread Ilya Kasnacheev
Hello! Yes, they are stored under work/marshaller. Should empty this dir before restarting node. Regards, -- Ilya Kasnacheev 2018-05-16 10:22 GMT+03:00 Raymond Wilson : > Thanks Pavel. > > > > I guess I’m confused that the type in question is not persisted, it is

RE: Binary type has different fields error

2018-05-16 Thread Raymond Wilson
Thanks Pavel. I guess I’m confused that the type in question is not persisted, it is ephemeral. Is Ignite persisting knowledge about these types behind the scenes? Raymond. *From:* Pavel Tupitsyn [mailto:ptupit...@apache.org] *Sent:* Wednesday, May 16, 2018 7:02 PM *To:*

Re: Binary type has different fields error

2018-05-16 Thread Pavel Tupitsyn
In general, Ignite is tolerant to changes within your types, adding fields, removing them. But field type change is a breaking change. You have to use a new field name. Other Ignite experts may give advice on how to update schema, I'm a bit out of the loop on this. Thanks, Pavel On Wed, May