Re: Binary type has different fields error

2018-05-24 Thread Pavel Tupitsyn
s, > > Raymond > > > > *From:* Pavel Tupitsyn [mailto:ptupit...@apache.org] > *Sent:* Thursday, May 24, 2018 7:13 AM > > *To:* user@ignite.apache.org > *Subject:* Re: Binary type has different fields error > > > > Hi Raymond, > > > > Many thanks for p

RE: Binary type has different fields error

2018-05-23 Thread Raymond Wilson
e expected to deal with this situation, and I’m not sure if .Net serialization deals with it either. Thanks, Raymond. *From:* Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] *Sent:* Wednesday, May 23, 2018 11:09 PM *To:* user@ignite.apache.org *Subject:* Re: Binary type has different fields erro

Re: Binary type has different fields error

2018-05-23 Thread Pavel Tupitsyn
is was something you needed to do): >> >> >> >> public class B >> >> { >> >> public int new bob; >> >> } >> >> >> >> I’m not sure if the marshaller should be expected to deal with this >> situation, and I’m not sure

Re: Binary type has different fields error

2018-05-23 Thread Ilya Kasnacheev
th this > situation, and I’m not sure if .Net serialization deals with it either. > > > > Thanks, > > Raymond. > > > > > > *From:* Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] > *Sent:* Wednesday, May 23, 2018 11:09 PM > > *To:* user@ignite.ap

RE: Binary type has different fields error

2018-05-23 Thread Raymond Wilson
Kasnacheev [mailto:ilya.kasnach...@gmail.com] *Sent:* Wednesday, May 23, 2018 11:09 PM *To:* user@ignite.apache.org *Subject:* Re: Binary type has different fields error Hello Raymond! This is unusual. Do you have a minimal reproducer by chance? Care to share it on e.g. github? Regards, -- Ilya

Re: Binary type has different fields error

2018-05-23 Thread Ilya Kasnacheev
uteImpl.<>c__DisplayClass1d`3.< > ExecuteClosures0>b__1a(BinaryWriter writer) > >at Apache.Ignite.Core.Impl.PlatformTargetAdapter.WriteToStream(Action`1 > action, IBinaryStream stream, Marshaller marsh) > >at Apache.Ignite.Core.Impl.PlatformJniTarget.InStre

RE: Binary type has different fields error

2018-05-21 Thread Raymond Wilson
8 12:51 AM *To:* user@ignite.apache.org *Subject:* Re: Binary type has different fields error 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 <raymond_wil...@trimble.com>: T

Re: Binary type has different fields error

2018-05-16 Thread Ilya Kasnacheev
tion 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:* user@ignite.apache.or

RE: Binary type has different fields error

2018-05-16 Thread Raymond Wilson
@ignite.apache.org *Subject:* Re: Binary type has different fields error 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

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