javax.cache.CacheException: Failed to find SQL table for type: XXXXXX

2019-10-30 Thread vinod.jv
I am using ignite 2.7 version and getting the below exception while querying the ignite cache: 19/10/30 05:33:14 ERROR yarn.ApplicationMaster: User class threw exception: javax.cache.CacheException: Failed to find SQL table for type: CanonicalNameOAVO javax.cache.CacheException: Failed to find SQL

Re: Streamer question

2019-10-30 Thread Saikat Maitra
Hi Mikael, The data streamer will flush data in batches and each batch will contain entries of K,V. So, as long as key updates applies to single batch for a flush then it will write last value. Regards, Saikat On Wed, Oct 30, 2019 at 4:44 PM Mikael wrote: > Hi! > > If a data streamer with all

Re: recoveryBallotBoxes in MvccProcessorImpl memory leak?

2019-10-30 Thread Denis Magda
Please try to capture head dumps that will show where is the leak. Share the dumps with us if the leak is not caused by the application code. - Denis On Tue, Oct 29, 2019 at 11:59 PM mvkarp wrote: > Hi team, any update/clarification on this? It is quite critical bug in > production environment

Re:

2019-10-30 Thread Denis Magda
What's the primary reason for such custom distribution? As it was suggested, you can always implement your own AffinityFunction but it has to be battle-tested really well, otherwise, if anything is missed during the implementation it can lead to hard to reproduce and debug issues in production. -

Re: Error while adding the node the baseline topology

2019-10-30 Thread Denis Magda
Have you tried to turn of the failure handling following the previously shared documentation page? It looks like some timeouts need to be tuned. Denis On Friday, October 25, 2019, krkumar24061...@gmail.com < krkumar24061...@gmail.com> wrote: > Hi - The application is doing two things, one threa

Streamer question

2019-10-30 Thread Mikael
Hi! If a data streamer with allow overwrite set and I write the same key multiple times to the streamer, is it clever enough to notice this and just replace the key with the last value before it flush the data or will it write the same key multiple times ? Mikael

Spring Data native Query support

2019-10-30 Thread niamin
Does Ignite provide native Query support using Spring Data? I am not able to bootstrap my application when I configure my Repository to include a method that implements a native query as below: @Repository @RepositoryConfig(cacheName = "FOO") public interface ARInvoiceRepository extends Ig

Re: Getting same erasure error during compilation

2019-10-30 Thread niamin
Can you share a pom.xml that includes the dependencies that have been tested and known to work with Spring Data? I used spring-data-2.0 but still cannot get to work with Spring Data integration due to additional errors. Thanks, Naushad -- Sent from: http://apache-ignite-users.70518.x6.nabble.co

Re: Node stopped.

2019-10-30 Thread John Smith
We have done two things so far... 1- Disabled client metrics on all clients. 2- We noticed we had some DNS issues, Ubuntu introduced new DNS system, so we made some fixes here. If somehow nodes where trying to reconnect to each other using DNS, then this may help the situation. So far it seems st

TransactionOptimisticException: Failed to prepare transaction, read/write conflict

2019-10-30 Thread Prasad Bhalerao
Hi, Ignite version: 2.6.0 I am getting following exception while committing a transaction inside IgniteRunnable task. Transaction is try (Transaction tx = transactions.txStart(TransactionConcurrency.OPTIMISTIC, TransactionIsolation.SERIALIZABLE)) { .. } As per the ignite doc

Re: Read through not working as expected in case of Replicated cache

2019-10-30 Thread Ilya Kasnacheev
Hello! I have discussed this with fellow Ignite developers, and they say read through for replicated cache would work where there is either: - writeThrough enabled and all changes do through it. - database contents do not change for already read keys. I can see that neither is met in your case,

RE: Write python dataframe to ignite table.

2019-10-30 Thread Muhammed Favas
Hi Ilya, Thanks for the response!! My requirement to have the flexibility to map the csv column to specific table column. The file I may be getting will have more columns and I want to import some specific set of columns to my table. I assume that flexibility is not available currently in COPY

Re: Node stopped.

2019-10-30 Thread Ilya Kasnacheev
Hello! I think the node has determined that it need to shut down: [22:26:31,800][SEVERE][disco-event-worker-#42%xx%][FailureProcessor] Ignite node is in invalid state due to a critical failure. You can tune failure handler to avoid this behavior: https://apacheignite.readme.io/docs/critical-f

Re: Getting same erasure error during compilation

2019-10-30 Thread Ilya Kasnacheev
Hello! I think you are using wrong version of Spring Data module. We have spring-data and spring-data-2.0 modules, are you sure you have added the correct one? Regards, -- Ilya Kasnacheev вт, 29 окт. 2019 г. в 20:21, niamin : > Hello, I am trying to use Ignite with Spring Data JPA. However I

Re: recoveryBallotBoxes in MvccProcessorImpl memory leak?

2019-10-30 Thread Ilya Kasnacheev
Hello! Since you are the first to report such problem, I recommend you to try make a reproducer project and/or file an issue against Ignite JIRA. Then, somebody will check it. Regards, -- Ilya Kasnacheev ср, 30 окт. 2019 г. в 06:59, mvkarp : > Hi team, any update/clarification on this? It is

Re: Read through not working as expected in case of Replicated cache

2019-10-30 Thread Ilya Kasnacheev
Hello! Can you provide a reproducer project for this problematic behavior? We could check it, file an issue (or you can file a JIRA issue yourself). Regards, -- Ilya Kasnacheev вт, 29 окт. 2019 г. в 21:01, Akash Shinde : > Hi, > I tried this scenario with version 2.7.6 and issue is still ther

Re: Ingite node in SpringBoot App

2019-10-30 Thread Ilya Kasnacheev
Hello! For me, it looks as follows: ~/Downloads/spring-boot/ignite-client% mvn spring-boot:run [INFO] Scanning for projects... [INFO] [INFO] -< com.gpc.rpm:ignite-client >-- [INFO] Building ignite-client 0.0.1-SNAPSHOT [INFO] ---

Re: Issue with adding nested index dynamically

2019-10-30 Thread Hemambara
Hello Ivan, please let me know if you get a chance to check the code and merge it.. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/