RE: Ignite upgrade 2.13.0 | Nodes getting crashed with classcastexception for same class with Critical system error

2022-12-07 Thread Mikhail Pochatkin
Hello. I did a little research on this issue. As I see it, between 2.9.1 and 2.13.0, the serialization backward compatibility of the GridDhtPartitionFullMap and GridDhtPartitionMap classes has not changed. Could you try to upgrade to some lower version, for example, try 2.12 2.11.1 2.10. It would b

Re: Kafka & Ignite AffinityFunction

2023-02-01 Thread Mikhail Pochatkin
Hi! Looks like you can't achieve it in Ignite 3 the same way as Ignite 2 (at least currently). Current implementation of affinity in Ignite 3 based on ignite-3/RendezvousAffinityFunction.java at main · apache/ignite-3 (github.com)

Re: How to set -DIGNITE_QUIET=false in service.sh?

2023-02-01 Thread Mikhail Pochatkin
Hi, you can use -v option for ignite.sh script in this case you will have *-DIGNITE_QUIET=false* On Wed, Feb 1, 2023 at 1:56 PM Айсина Роза Мунеровна < roza.ays...@sbermarket.ru> wrote: > Hola! > We run Ignite via service from DEB package and use service.sh to start it. > > In the service file we

Re: How to set -DIGNITE_QUIET=false in service.sh?

2023-02-01 Thread Mikhail Pochatkin
< roza.ays...@sbermarket.ru> wrote: > Hi Mikhail! > > The problem is that I don’t use ignite.sh. > To run service we use service.sh and service.sh does not have this option. > > On 1 Feb 2023, at 2:19 PM, Mikhail Pochatkin > wrote: > > Внимание: Внешний отправитель

Re: Collocated storage of data that is distributed by Apache Kafka

2023-02-13 Thread Mikhail Pochatkin
Hi, Mikhail. Thanks for your questions! First of all I found some links in documentation which may help you. Apache Kafka Streamer | Ignite Documentation Apache Cassandra Acceleration With Apache Ignite |

Re: Need whelp with reading a list of binaryobjects from a field

2023-02-13 Thread Mikhail Pochatkin
Hi, Dinakar. Thanks for your question! Could you please provide doc references where you found that it should be possible? вт, 14 февр. 2023 г. в 07:18, Dinakar Devineni : > Hi, > > > > Appreciate some help, to understand why is this failing and how to > correct this. > > > > Trying to

Re: Need whelp with reading a list of binaryobjects from a field

2023-02-14 Thread Mikhail Pochatkin
this.name = name; > } > > public List getInspirations() { > return inspirations; > } > > public void setInspirations(List inspirations) { > this.inspirations = inspirations; > } > > public BigDec

Re: Assigning specific name to thin client

2023-02-17 Thread Mikhail Pochatkin
Hi, Gunguly. The system views are an experimental feature and can be changed in future releases [1]. This is a serious reason to not make logic in your application based on this feature. Why don't you want to use public API instead of experimental system views? [1] System Views | Ignite Documenta