Does Ignite enforce FULL_SYNC with Paxos ?

2023-10-30 Thread Semeria, Vincent via user
expect only one PutIfAbsent to succeed (returning true) and the other to fail (returning false), is it what happens ? If so, is it a Paxos algorithm that chooses only one of those 2 PutIfAbsent ? Thanks, Vincent "FINASTRA" is the trade name of the FINASTRA group of companies. This emai

RE: [EXT] Re: Crash of Ignite (B+Tree corrupted) on a large PutIfAbsent

2021-10-18 Thread Semeria, Vincent
fe1457ab340f1b67e1024fb%7C0%7C0%7C637701585167858681%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ZXPgqf1vuz%2FzPJ95DbFxDxaKdjjHtrdcjFqUZ%2BeTqWE%3D&reserved=0> сб, 16 окт. 2021 г. в 15:02, Semeria, Vincent mailto:vincent.seme.

Crash of Ignite (B+Tree corrupted) on a large PutIfAbsent

2021-10-13 Thread Semeria, Vincent
PutIfAbsent of 100 megabytes ? Anyway Ignite should probably not crash when this limit is exceeded. Please send a clean error instead like "Insertion request exceeds limit XYZ" and keep Ignite alive in this case. Regards, Vincent Semeria error : PerformanceAttribu

Re: Ignite Client getting OOM, GridAffinityProcessor grows in size

2019-02-04 Thread Vincent
It looks like this happens when the connection is lost to the ignite servers from my clients. we use a internal vert.x event bus which seems to fail when ignite fails. Can it be that ignite does something to the thread when a disconnect happens. At first i had a vert.x event loop and merged the ev

Ignite Client getting OOM, GridAffinityProcessor grows in size

2019-01-21 Thread Vincent
Hi, When running for some time handling a constant load of 1.5K or more my application blows up with a OOM. org.apache.ignite.internal.processors.affinity.GridAffinityProcessor is taking up 96+% of memory in my application. It's a client so i do not undrestand why the application accumulates somet

unsubscribe

2017-05-29 Thread vincent gromakowski

Unsubscribe

2017-01-08 Thread vincent gromakowski

Unsubscribe

2017-01-07 Thread vincent gromakowski

Re: Apache Ignite vs alluxio

2016-11-23 Thread vincent gromakowski
Hi, As any intermediate, Alluxio or Ignite have overhead which is the time to load backend data in the cache and then read from the cache so there may be use cases that doesn't suite to cache. And I think your very simple job doesn't leverage cache whatever cache you use. In my point of view there

Re: spark SQL thriftserver over ignite and cassandra

2016-10-17 Thread vincent gromakowski
Hi I mean using HTTPS transport instead of binary (thrift?) transport. 2016-10-17 19:10 GMT+02:00 Igor Sapego : > Hi Vincent, > > Can you please explain what do you mean by HTTP(S) support for the ODBC? > > I'm not quite sure I get it. > > Best Regards, > Igor >

spark and ignite error

2016-10-12 Thread vincent gromakowski
Hi all, I am unable to run spark 2.0.1 with ignite 1.7. I get the following error: error: missing or invalid dependency detected while loading class file 'IgniteContext.class'. Could not access type Logging in package org.apache.spark, because it (or its dependencies) are missing. Check your build

Re: secured mesos deployment

2016-10-12 Thread vincent gromakowski
Hi, thanks for your answer, it works. Now I have the same question for the mesos role because I don't use *, problem is that ignite tries to request resources with role *, which is forbiden... Rgds 2016-10-11 15:12 GMT+02:00 Nikolay Tikhonov : > Hi Vincent, > > Ignite Mesos Framew

Re: secured mesos deployment

2016-10-10 Thread vincent gromakowski
what part of the > deployment you wish to secure. > > Please provide more details and I hope Nikolay Tikhonov (copied) will be > able to give a more precise answer. > > — > Denis > > On Oct 10, 2016, at 12:29 AM, vincent gromakowski < > vincent.gromakow...@gmail.com>

Re: secured mesos deployment

2016-10-10 Thread vincent gromakowski
Can somebody confirm it's not supported ? 2016-10-06 21:54 GMT+02:00 vincent gromakowski < vincent.gromakow...@gmail.com>: > Hi, > Is there any way to configure mesos credentials in ignite-mesos ? > > Vincent >

secured mesos deployment

2016-10-06 Thread vincent gromakowski
Hi, Is there any way to configure mesos credentials in ignite-mesos ? Vincent

Re: spark SQL thriftserver over ignite and cassandra

2016-10-06 Thread vincent gromakowski
will keep you informed Le 6 oct. 2016 00:12, "Denis Magda" a écrit : > Vincent, > > Please see below > > On Oct 5, 2016, at 4:31 AM, vincent gromakowski < > vincent.gromakow...@gmail.com> wrote: > > Hi > thanks for your explanations. Please find inlin

Re: spark SQL thriftserver over ignite and cassandra

2016-10-05 Thread vincent gromakowski
Hi thanks for your explanations. Please find inline more questions Vincent 2016-10-05 3:33 GMT+02:00 Denis Magda : > Hi Vincent, > > See my answers inline > > On Oct 4, 2016, at 12:54 AM, vincent gromakowski < > vincent.gromakow...@gmail.com> wrote: > > Hi, > I

Re: spark SQL thriftserver over ignite and cassandra

2016-10-04 Thread vincent gromakowski
Do you have any remark/correction on my assumptions ? Le 4 oct. 2016 9:54 AM, "vincent gromakowski" a écrit : > Hi, > I know that Ignite has SQL support but: > - ODBC driver doesn't seem to provide HTTP(S) support, which is easier to > integrate on corporate net

Re: spark SQL thriftserver over ignite and cassandra

2016-10-04 Thread vincent gromakowski
ertain > partitions/tables in Hive in-memory. If you want to go to iterative machine > learning algorithms you can go for Spark on top of this. You can use then > also Ignite cache for Spark RDDs. > > On 4 Oct 2016, at 02:24, Alexey Kuznetsov wrote: > > Hi, Vincent! > >

spark SQL thriftserver over ignite and cassandra

2016-10-03 Thread vincent gromakowski
Hi, I am evaluating the possibility to use Spark SQL (and its scalability) over an Ignite cache with Cassandra persistent store to increase read workloads like OLAP style analytics. Is there any way to configure Spark thriftserver to load an external table in Ignite like we can do in Cassandra ? He