Re: Partitioned cache read through issue

2019-08-05 Thread raja24
any one had this issue or working fine in the cluster environment? Thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Cache replication with two sites or clusters

2019-08-05 Thread raja24
Alex, Thanks for your response. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Cache replication with two sites or clusters

2019-08-05 Thread raja24
Hi, Apache Ignite will support for cache replication between two clusters or sites? Thanks, Raja -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Partitioned cache read through issue

2019-08-02 Thread raja24
Hi Folks, I have implemented cache read through and working fine with single node. I'm trying to test with two nodes cluster and didn't working for backup data concept. My test case is as below - I have started two server nodes - Data is loaded into one server node(seeing DB activity logs in the

Re: alternate for Cache getAll method

2019-08-02 Thread raja24
Ilya, Thanks for your response and it's working. - Raja -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

alternate for Cache getAll method

2019-08-01 Thread raja24
Hi, I want to retrieve all the records from the cache with out passing collection of keys on cache getAll(collection) method. For example I want to display all the country info from country-cache so for this case I don't know the key values. Do we have any alternative method like getAll() or va

Re: Cache Query Filter Logic

2019-08-01 Thread raja24
The problem is I didn't put updated jar in the server. Thanks, Raja. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Auto sync caches with database

2019-08-01 Thread raja24
Hi, Currently we are doing a POC for cache read-through pattern. Apache ignite will support for Auto sync caches with database, if we add/update/delete any records in the DB. Thanks in advance. - Raja -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache Query Filter Logic

2019-07-30 Thread raja24
I have fixed it and working fine. Thanks, Raja. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache Query Filter Logic

2019-07-30 Thread raja24
Igor, I have tries as per your suggestion still didn't work. import org.apache.ignite.cache.query.annotations.QueryTextField; public class Fund implements Serializable{ private static final long serialVersionUID = 1L; private int reportingSeq; @QueryText

Cache Query Filter Logic

2019-07-23 Thread raja24
Hi, I'm new to Apache Ignite and doing a POC with Cache Query filter and didn't work. My code is as below and sure I'm missing the logic. Please help. Config:

Re: Partitioned cache didn't distributed for all the server nodes

2019-07-22 Thread raja24
Stephen, Thanks for your quick response. It's my bad and I have added below entry and resolved the issue. Thanks, Raja. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Partitioned cache didn't distributed for all the server nodes

2019-07-22 Thread raja24
Hi, I haven below configuration and partitioned cache didn't distributed for all the server nodes.