RE: Peer ClassLoading Issue | Apache Ignite 2.10 with Spring Boot 2.3

2021-05-11 Thread Vasily Laktionov
Hi, Try cacheConfiguration.setPeerClassLoadingEnabled(true). Also you can try cacheConfiguration.setDeploymentMode(PRIVATE). https://ignite.apache.org/docs/latest/code-deployment/peer-class-loading#enabling-peer-class-loading

when persistence enabled,MaxDirectMemorySize = walSegmentSize * 4

2021-05-11 Thread 38797715
hello team, doc says: If you use Ignite native persistence, we recommend that you set the MaxDirectMemorySize JVM parameter to walSegmentSize * 4 why? In addition, for the following configuration and code: "vmArgs": "-XX:+PrintGCDetails -XX:MaxDirectMemorySize=5m" ByteBuffer bb = ByteBuffe

Re: rebalancing & K8

2021-05-11 Thread Alexandr Shapkin
Hello! It's recommended to set liveness and readiness probes, though the defaults should be fine. As per rebalancing, you might want to set -DIGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN=true meaning, that k8s can't restart a pod if this could lead to a data loss. You might check the Apache Ignite opera

Unable fetch Ignite JMX metrics

2021-05-11 Thread Kamlesh Joshi
Hi Igniters, We have recently upgraded to ignite 2.10.0. Post upgrade, unable to fetch the metrices using JMX exporter, getting error as below: We were using the same setup for earlier versions which worked fine. Please help if we are missing on something. May 11, 2021 7:49:26 PM io.prometheus

Re: Kafka connector module

2021-05-11 Thread facundo.maldonado
Thanks!! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Kafka connector module

2021-05-11 Thread Stephen Darlington
A number of modules have been moved from the core repository into a different once for “extensions” where they can be released independently of Ignite itself. Here’s where the Kafka adapter was moved: https://issues.apache.org/jira/browse/IGNITE-13394 The guide is in the new repository: https:

Re: Kafka connector module

2021-05-11 Thread Ilya Kasnacheev
Hello! Please take a look at https://github.com/apache/ignite-extensions/tree/master/modules/kafka-ext Regards, -- Ilya Kasnacheev вт, 11 мая 2021 г. в 16:03, facundo.maldonado : > In many posts here I saw a reference to this repository > https://github.com/apache/ignite/tree/master/modules/k

Kafka connector module

2021-05-11 Thread facundo.maldonado
In many posts here I saw a reference to this repository https://github.com/apache/ignite/tree/master/modules/kafka that seems to be moved or deleted. Is there any place where I can see a complete example of a kafka connector integration code? Thanks -- Sent from: http://apache-ignite-users.705

Re: Failed to Scan query data by partition index after insert data using DML

2021-05-11 Thread Taras Ledkov
Hi, Please provide steps to reproduce. I don't catch a case by the stacktrace. On 08.05.2021 3:02, Henric wrote: Hi, Thanks for replay I tried to used cache_name, but I still get Exception as below, I have specify the cache name, I don't know why I still get this error. I tried to set WRAP_VALU