Re: Migrating from Oracle to Apache Ignite.

2018-01-14 Thread rizal123
Hi Ilya, Thanks for your reply. It is solved now, our cluster has distributed the data. And from Log Node, it is show 3 server. "[09:45:33] Topology snapshot [ver=9, servers=1, clients=0, CPUs=8, heap=0.77GB] [09:47:15] Topology snapshot [ver=10, servers=2, clients=0, CPUs=12, heap=1.8GB]

Re: Migrating from Oracle to Apache Ignite.

2018-01-12 Thread Ilya Kasnacheev
Hello! > ipFinder.setAddresses(Arrays.asList("127.0.0.1:47500..47510")); > discovery.setLocalAddress("127.0.0.1"); It seems that you don't have a cluster of 3 nodes, but rather 3 different localhost-only clusters. No wonder data doesn't get distributed. I would expect something between the

Re: Migrating from Oracle to Apache Ignite.

2018-01-10 Thread Denis Magda
The data will be distributed evenly among the node. You can read more on this here [1] or watch this video [2] [1] https://apacheignite.readme.io/v2.3/docs/data-grid [2] https://www.youtube.com/watch?v=G22L2KW9gEQ — Denis > On Jan 10,

Re: Migrating from Oracle to Apache Ignite.

2018-01-10 Thread rizal123
Hi Andrew, Thanks for your reply. Hope the ticket will be on 2.4 Next question about replication. I have 3 node server with different machine/ip. How ignite replicate/distribution data between them? Whereas my application only access into one node. Please let me know if there something I

Re: Migrating from Oracle to Apache Ignite.

2018-01-10 Thread Andrey Mashenkov
Hi, 1. SQL will support transactions after next ticket will be resolved [1]. You can track it's state via "start watching this issue" link on issue page. 2. JDBC pooling, failover and load banacling is not supported for JDBC. More over JDBC connection is not thread safe. Feel free to create a

Migrating from Oracle to Apache Ignite.

2018-01-09 Thread rizal123
Hi, I have a project/poc, about migrating database oracle into in memory apache ignite. First of all, this is my topology. in case image not showing: https://ibb.co/cbi5cR I have done this thing: 1. Create node