Re: When writethrough processing, Persistent storage failed

2016-11-01 Thread ght230
I have another problem about this. If DB fails, after a period of time it restore. Then during the period of time from DB fail to DB restore, all the data written to the cache is not synchronous written to DB. After DB restore, will Ignite automatically write the missed data to Oracle? -- Vie

Most up to date tasks available for contribution

2016-11-01 Thread Denis Magda
Igniters, If any of you is being bored but wants to do something valuable then go ahead and pick up one of the interesting tickets that we prepared for you https://ignite.apache.org/community/contribute.html#pick-ticket A contrib

New Advanced Task for Contribution: Apache Ignite and Kubernetes

2016-11-01 Thread Denis Magda
Igniters, Recently I’ve come across an interesting and promising solution that can greatly simplify and automate maintenance and scalability of an application - Kubernetes. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. htt

Re: [EXTERNAL] Re: Exception while trying to access cache via JDBC API

2016-11-01 Thread Chetan . V . Yadav
I have attached gradle file along with my config xml. On 11/1/16, 11:05 PM, "Sergej Sidorov" wrote: Hi chevy! I suppose that the issue in your configuration. Could you please provide your pom.xml and mpm-ignite.xml? Thanks, Sergej -- View this

Re: Exception while trying to access cache via JDBC API

2016-11-01 Thread Sergej Sidorov
Hi chevy! I suppose that the issue in your configuration. Could you please provide your pom.xml and mpm-ignite.xml? Thanks, Sergej -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-while-trying-to-access-cache-via-JDBC-API-tp8648p8651.html Sent from the

Re: KARAF 4.6/4.8.Snapshot IgniteAbstractOsgiContextActivator

2016-11-01 Thread Sergej Sidorov
Hi! I have reproduced your issue with feature:istall ignite-core. I have also same issue with ignite-indexing: lucene and h2 dependencies have not been installed. The features.xml looks correct. Probably this is karaf issue. As a workaround you can use jars from ignite release bundle [1]. About t

Re: Using OFF_HEAP_TIERED and Replicated Heap continously grows eventually heap crash

2016-11-01 Thread styriver
It seems if I set this number to property to 1 can't set it to zero then the heap size does not grow. I am assuming we are sacrificing performance for this. Is there still an issue with Ignite code or is this desired behavior. -- View this message in context: http://apache-ignite-users.70518.

Exception while trying to access cache via JDBC API

2016-11-01 Thread chevy
Hi, Below is my code where I am trying to access ignite cache using JDBC API. I am getting exception as mentioned after my code - try { Class.forName("org.apache.ignite.IgniteJdbcDriver"); try (Connection conn = DriverManager.getConnection(

Re: Explicit lock whithin a transaction

2016-11-01 Thread akaptsan
May be I should use empty EntryProcessor for this? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Explicit-lock-whithin-a-transaction-tp8586p8647.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.