checkpoint marker is present on disk, but checkpoint record is missed in WAL

2019-01-31 Thread radha jai
Hi, Ignite has been deployed on k8s has 12 ignite-servers, which are spread out one on each worker node. The limits are 1 CPU 32GB RAM, with maximum of 8 CPU and 64GB. Each ignite-server has a WAL and Persistent storage volume of 30GB. Getting below error after inserting the 60GB of data to

Object unmarshalling issue in ignite 2.7

2019-01-31 Thread Kamlesh.Joshi
Hi All, I am trying to preload the data using below code snippet which worked perfectly fine with Ignite 2.6 (with native persistence enabled) however when I run same piece of code on 2.7 (with native persistence enabled) it throws below exception. 1. Code snippet - running as a compute

Tcp discover server thread got terminated

2019-01-31 Thread aa...@tophold.com
Hi igniters, Under which circumstance we may receive the SYSTEM_WORKER_TERMINATION of the Thread: tcp-disco-srvr*? We meet this several times, especially we leave the nodes running for over 5 days or longer. the stack did not say too much: [ERROR] 2019-01-31 19:25:32.094 [tcp-disco-srvr#3%P

cache configurations in a grid

2019-01-31 Thread Scott Cote
I am trying to inspect the caches that are contained within a given grid. Using a specific instance of Ignite, myIgnite, I created an instance of IgniteCache - myIgniteCache - call the cache "FOO". Later, I interrogated that same Ignite instance, myIgnite, by invoking "myIgnite.configuration().

Re: nodes getting disconnected from cluster

2019-01-31 Thread Aat
It's works. Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

FW: Python/Java Ignite Compatibility

2019-01-31 Thread Scott Cote
Any advice on ignite/java/python interoperability? From: Benjamin McCord Sent: Tuesday, January 29, 2019 4:31 PM To: Scott Cote Subject: Python/Java Ignite Compatibility I have an issue using a cache to share data between a python and Java application. My Java application defines a POJO call

Re: Storing parent child relationship

2019-01-31 Thread Ilya Kasnacheev
Hello! If you have a huge number of small graphs (a forest) you could also hold rootId in every record, collocate by rootId. If you have one huge graphs it's not so straightforward. Regards, -- Ilya Kasnacheev вт, 29 янв. 2019 г. в 13:19, shishal : > Hi, > > I am storing parent child relatio

Re: Why GridDiscoveryManager onSegmentation use StopNodeFailureHandler?

2019-01-31 Thread Ilya Kasnacheev
Hello! You can have your own failureHandler set, so I think. Regards, -- Ilya Kasnacheev вт, 29 янв. 2019 г. в 19:52, wangsan : > Thanks! > The IgniteConfiguration.segmentationPolicy RESTART_JVM would be a little > misleading. Exit java with some exit code ,The java application will ignore >

Re: failure due to IGNITE_BPLUS_TREE_LOCK_RETRIES

2019-01-31 Thread ilya.kasnacheev
Hello! I have filed an usability ticket https://issues.apache.org/jira/browse/IGNITE-11162 Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Is there a way to restart ignite without data but only table structures.

2019-01-31 Thread Ilya Kasnacheev
Hello! You can convert your cache configurations to Java code or Spring XML (manually or semi-automated) or as a list of DDL statements. I don't think that we do that out of box. Regards, -- Ilya Kasnacheev вт, 29 янв. 2019 г. в 04:39, yangjiajun <1371549...@qq.com>: > Hello. > > I want to c

Re: Unable to form connection between ignite(v 2.7) node inside kubernetes-1.11.3

2019-01-31 Thread Ilya Kasnacheev
Hello! > Caused by: > java.net.ConnectException: Connection refused (Connection refused) at Can you show your K8s IP finder config? Looks like something specified in it can't be reached. Regards, -- Ilya Kasnacheev вт, 29 янв. 2019 г. в 00:00, Lalit Jadhav : > While starting one node it gets

Re: Report "Blocked system-critical thread has been detected" when load data with streamer

2019-01-31 Thread Ilya Kasnacheev
Hello! I imagine that maybe you have overwhelmed your system with I/O (HDD? Swapping? Shared resources?): Thread [name="data-streamer-stripe-4-#13%ignite-server-003%", id=27, state=WAITING, blockCnt=0, waitCnt=343357] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.

Re: failure due to IGNITE_BPLUS_TREE_LOCK_RETRIES

2019-01-31 Thread Ilya Kasnacheev
Hello! Index inline is actually a vital parameter that can make up for multiple orders of performance difference. You can find threads about this in users list archive. However, you should definitely not set it to anything comparable to page size. Regards, -- Ilya Kasnacheev ср, 30 янв. 2019

Re: Error while persisting from Ignite to Hive for a BinaryObject

2019-01-31 Thread Ilya Kasnacheev
Hello! Do you have this problem also if you swap Hive with some other DB (H2 comes to mind)? If so, can you create a reproducer project out of those files, post it to e.g. github? Then I will look. My immediate idea is that after you supply aliases Ignite can't find apn_id (or apnId) in your bin

Re: 2.8 release date?

2019-01-31 Thread Ilya Kasnacheev
Hello! I think you should be asking on developers list. Ignite is usually released semiannually, so you should expect 2.8 around May. Code freeze will probably happen much more sooner, but getting it out of door took a lot of effort the last time. Maybe it will be easier this time as there are no

Re: GridCachePartitionExchangeManager Null pointer exception

2019-01-31 Thread Ilya Kasnacheev
Hello! Unfortunately I think you have stumbled on a known issue: https://issues.apache.org/jira/browse/IGNITE-10010 It is a Blocker for 2.8 so I hope it will get fixed in a next release. Regards, -- Ilya Kasnacheev вт, 29 янв. 2019 г. в 08:31, mahesh76private : > We got this null pointer exc

Re: processDynamicIndexChange exception at client node while creating index

2019-01-31 Thread Ilya Kasnacheev
Hello! Is it one-time occurrence or does it happen regularily? Regards, -- Ilya Kasnacheev пн, 28 янв. 2019 г. в 08:36, mahesh76private : > The client connection through exceptions shown in the log. During this > time, > we have another program creating index on a column. > > please review cl

Re: Problem setting baseline programmatically

2019-01-31 Thread Ilya Kasnacheev
Hello! It's hard to say. Can you provide logs and list nodes which are not added to baseline topology. It's also not obvious what's context.igniteReplicas. Regards, -- Ilya Kasnacheev пн, 28 янв. 2019 г. в 18:20, kellan : > I'm trying to set the baseline using this code: > > val expe

Re: Default Cache template

2019-01-31 Thread Вячеслав Коптилин
Thanks for catching that. I already proposed the fix of xml example. I hope the doc will be updated soon. Regards, S. ср, 30 янв. 2019 г. в 22:30, mahesh76private : > It works. > > it isn't in your documentation though. > https://apacheignite.readme.io/docs/cache-template > > > > > -- > Sent fro