Re: Problem with writeBehind Apache Ignite 2.8.1

2020-06-19 Thread manueltg89
Ok, I will be aware to the new changes. Thank you very much! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Problem with writeBehind Apache Ignite 2.8.1

2020-06-19 Thread Ilya Kasnacheev
Hello! I think there is indeed a problem with Cache Store here: https://issues.apache.org/jira/browse/IGNITE-13167 I hope it will get fixed, until it isn't I recommend switching that cache to ATOMIC mode, this will help sidestep the issue. Regards, -- Ilya Kasnacheev пт, 19 июн. 2020 г. в

Re: Problem with writeBehind Apache Ignite 2.8.1

2020-06-19 Thread manueltg89
You need to have MySQL Server with schema "bugdb.sql" imported, config your mysql database in "secret.properties", run "ServerNodeCodeStartup" and execute PHP file with inserts to Apache Ignite. Sorry, there was a problem to attach PHP file. I've attached also PHP file now. bug.php

Re: Problem with writeBehind Apache Ignite 2.8.1

2020-06-19 Thread Ilya Kasnacheev
Hello! What do I need to run to observe the problem? I run ServerNodeCodeStartup but it runs OK. If there should be any images in your message, they're not there. Regards, -- Ilya Kasnacheev пт, 19 июн. 2020 г. в 11:12, manueltg89 : > Hi. I attach example project. I explain a bit more.

Re: Problem with writeBehind Apache Ignite 2.8.1

2020-06-19 Thread manueltg89
Hi. I attach example project. I explain a bit more. Details: - MySQL Server with max connections form example: 151 - Insert with PHP PDO from PHP 7.2: It seems that Apache Ignite with writeBehind enabled open one connection by insert and keeps open every connection over time, this

Re: Problem with writeBehind Apache Ignite 2.8.1

2020-06-18 Thread akorensh
Hi, This shouldn't be happening. Please attach a reproducer and I'll take a look. Describe the steps you take to reproduce scenario. Include version #'s for all affected components. Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Problem with writeBehind Apache Ignite 2.8.1

2020-06-17 Thread manueltg89
Hello, I use Apache Ignite with MariaDB (RDBMS Integration), all works properly except "writeBehind", if I activate "writeBehind" and I insert for example 200 instances with PHP PDO I receive a exception on console of Ignite, the exception is the following: jun 17, 2020 4:03:45 PM