Re: JDBC Thin Client with Transactions

2017-11-02 Thread devkumar
Hi Denis, I tested the transactional nature using SqlFieldsQuery and cache.get()/cache.put() in PESSIMISTIC & REPEATABLE_READ mode. case 1: update using SqlFieldsQuery in one transaction and read using SqlFieldsQuery in another transaction on the same record and we didn't commit any of the transact

Re: JDBCThinDriver features

2017-10-13 Thread devkumar
Thanks Evgenii, I will try this. Are there any known limitation in terms of performance and concurrency, while using JDBCThin. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

JDBCThinDriver features

2017-10-13 Thread devkumar
I want to use ignite DDL to create the table in my cache. From the documentation (https://apacheignite.readme.io/v2.2/docs/distributed-ddl), I see that the following 4 parameters are available for WITH clause - TEMPLATE BACKUPS ATOMICITY CACHEGROUP AFFINITYKEY I want to know if there are any othe

Re: Unable to access cache data in Dbeaver

2017-09-27 Thread devkumar
Issue has been resolved. There was a application issue from my side. Thanks for the help Mike. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Unable to access cache data in Dbeaver

2017-09-27 Thread devkumar
@Mikhail, I updated the post. I am able to get cache data in Sqlworkbench with 20 server and 7 client node. but when i did same activity with 20 server node and 20 client node, i am seeing the cache is empty in Sqlworkbench. while ignite api is saying that data is present in the cache. -- Sent f

Unable to access cache data in Dbeaver

2017-09-27 Thread devkumar
My ignite serve is having 20 nodes and 20 clients. i am able to connect to the cache using DBeaver. But not able to see any records in DBeaver for any of the cache, while ignite get-cache-size API response is showing that records are present in the cache. Please refer to the screenshot for more inf

Re: Unable to start 2.1 with durable memory

2017-08-02 Thread devkumar
Hi, I started the server as per your suggestion and getting the following error :- Ignite Command Line Startup, ver. 2.0.0#20170430-sha1:d4eef3c6 2017 Copyright(C) Apache Software Foundation class org.apache.ignite.IgniteException: Failed to instantiate Spring XML application context (make sure a

Re: Unable to start 2.1 with durable memory

2017-08-02 Thread devkumar
Hi, i am using following configuration to start ignite server. http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/bean

Re: Unable to start 2.1 with durable memory

2017-08-01 Thread devkumar
I have set the IGNITE_HOME and still not able to start the ignite. ./ignite.sh ../examples/config/persistentstore/example-persistent-store.xml I am using this command to start the ignite. According to the logs, It is not able find bean with name 'org.apache.ignite.configuration.PersistentStoreCon

Re: Unable to start 2.1 with durable memory

2017-08-01 Thread devkumar
I have both libraries inside lib folder of ignite. The problem occurs only when i put below configuration in my ignite configuration. I am able to start the ignite server by removing above property. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Una

Unable to start 2.1 with durable memory

2017-07-31 Thread devkumar
Hi, I am unable to start server with durable memory enable. I am getting the following error :- class org.apache.ignite.IgniteException: Failed to instantiate Spring XML application context (make sure all classes used in Spring configuration are present at CLASSPATH) [springUrl=file:/Users/dkumar