Re: Using Java executor service inside Ignite transaction

2018-06-09 Thread Prasad Bhalerao
Hi Val, Can you please reply? Thanks, Prasad On Wed, Jun 6, 2018, 11:00 PM Prasad Bhalerao wrote: > Hi Andrey, I am starting new mail thread as my previous mails were not > appearing in ignite archive even after sending it multiple times. But I am > receiving latest group mails. > > > *Question:

Re: Ignite Node failure - Node out of topology (SEGMENTED)

2018-06-09 Thread naresh.goty
We are still seeing the NODE SEGMENTATION issue happening to one of the node in our production even after JVM option is enabled ( -Djava.net.preferIPv4Stack=true). We don't see any activity reported in the logs for a period of ~30min after node failed. The below logs are from the failed node, and

Re: Heap exhaustion when querying

2018-06-09 Thread ilya.kasnacheev
Hello! Sorry for the late reply! I think the good description of this flag is found in JDBC driver's documentation. https://apacheignite-sql.readme.io/docs/jdbc-driver#section-parameters lazy Lazy query execution. By default, Ignite attempts to fetch the whole query result set to memory and se

Re: IgniteCache.destory does delete CacheName*.dat file from persistent store directory

2018-06-09 Thread Ivan Daschinsky
Hi! This issue was fixed in 2.5 Fix to issue here -- https://issues.apache.org/jira/browse/IGNITE-8021 2018-06-09 16:21 GMT+03:00 aMark : > Hi, > > We are using Ignite 2.3 as distributed offheap persistent store to various > caches in a cache group. > When we create the cache, it creates the CA

Re: Ignite 2.5 uncatched BufferUnderflowException while reading WAL on startup

2018-06-09 Thread Pavel Kovalenko
Hello DocDVZ, What is your hardware environment? Do you use external / network storage device? 2018-06-09 15:14 GMT+03:00 DocDVZ : > Raw text blocks were discarded from message: > Service parameters: > ignite.sh -J-Xmx6g -J-Xms6g -J-XX:+AlwaysPreTouch -J-XX:+UseG1GC > -J-XX:+ScavengeBeforeFullGC

IgniteCache.destory does delete CacheName*.dat file from persistent store directory

2018-06-09 Thread aMark
Hi, We are using Ignite 2.3 as distributed offheap persistent store to various caches in a cache group. When we create the cache, it creates the CACHENAME_cache_data.dat file and *.bin files in persistent store directory. After the use of cache, we are deleting the cache using IgniteCache.destory

Re: Ignite 2.5 uncatched BufferUnderflowException while reading WAL on startup

2018-06-09 Thread DocDVZ
Raw text blocks were discarded from message: Service parameters: ignite.sh -J-Xmx6g -J-Xms6g -J-XX:+AlwaysPreTouch -J-XX:+UseG1GC -J-XX:+ScavengeBeforeFullGC -J-XX:+DisableExplicitGC ${IGNITE_HOME}/config/test-ignite-config.xml Configurations:

Ignite 2.5 uncatched BufferUnderflowException while reading WAL on startup

2018-06-09 Thread DocDVZ
Hello. We have a test ignite 2.5 installation with 1 server and 1 client. Server starts from systemctl service with parameters: Ignite configuration: Client consistently loading data with IgniteDataStreamer. After those actions: 1. start server 2. start client 3. 3-4 times restart client without

RE: RDBMS as backend for Ignite SQL

2018-06-09 Thread Stanislav Lukyanov
If you’re asking whether you can use other DBMS as a persistence layer, then yes. You can use anything (any DBMS, or any kind of custom storage) as a 3rd party persistence – see https://apacheignite.readme.io/docs/3rd-party-store. If you’re asking whether you can use multiple DBMS backing the s

Re: RDBMS as backend for Ignite SQL

2018-06-09 Thread Andrey Mashenkov
Hi, You can use only one backed store per cache. I'm not sure, but very likely you will not be able to use cross-cache transaction for caches backed by different stores. Anyway, you can try. On Sat, Jun 9, 2018 at 1:15 PM, Michaelikus wrote: > Is it possible to use various RDBMS as persisted b

RE: Question on peer class loading

2018-06-09 Thread Stanislav Lukyanov
Hi, peerClassLoading only works for Ignite’s Compute Grid – i.e. for the tasks you send via ignite.compute() calls. Other classes, such as 3rd party libraries, need to be present on all nodes. Stan From: Dmitry Pavlov Sent: 9 июня 2018 г. 13:08 To: user; Vishwas Bm Subject: Fwd: Question on pee

Re: MSSQL as backend for cache

2018-06-09 Thread Andrey Mashenkov
Hi, Looks like it is MsSql driver issue: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'URL' of bean class [com.microsoft.sqlserver.jdbc.SQLServerDriver]: Seemd, URL is generated by driver itself automatically. Try to

RDBMS as backend for Ignite SQL

2018-06-09 Thread Michaelikus
Is it possible to use various RDBMS as persisted backend for Ignite SQL ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Fwd: Question on peer class loading

2018-06-09 Thread Dmitry Pavlov
Hi, Cross posting to user list. dev list is intended for contribution related discussions. Sincerely, -- Forwarded message - From: vbm Date: чт, 7 июн. 2018 г. в 10:55 Subject: Question on peer class loading To: Hi, I have a Ignite server running with 3rd partyDB (MYSQL). I

MSSQL as backend for cache

2018-06-09 Thread Michaelikus
Hi everybody! I'm try to config mssql as 3d party persistence for ignite 2.5 downloaded mssql jdbc(sqljdbc42.jar) and placed in $IGNITE_HOME/libs this is located before main ignite bean config. So when i start ignite i get this error: class org.apache.ignite.IgniteException: Failed to in