Re: Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-09-13 Thread Denis Magda
Chris, Thanks for reminding. We'll update the docs the next week. Sorry for wasting your time. Btw, what was the task you tried to solve with IGFS? We might find an alternate API or solution with Ignite or recommend another project. - Denis On Wed, Sep 11, 2019 at 10:21 AM Chris Software

Re: Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-09-11 Thread Chris Software
I respectfully suggest you update your public documentation ASAP, as people (like my team) are developing new software now, using IGFS, expecting that it will continue to be supported. Please don't wait until you release 2.8. On Wed, Sep 11, 2019 at 11:07 AM Ilya Kasnacheev wrote: > Hello! > >

Re: Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-09-11 Thread Ilya Kasnacheev
Hello! https://issues.apache.org/jira/browse/IGNITE-11942 Vote already succeeded, there shouldn't be IGFS in 2.8. Regards, -- Ilya Kasnacheev ср, 11 сент. 2019 г. в 16:52, Chris Software : > Ilya, > > When will an official announcement and support-drop schedule be made about > dropping

Re: Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-09-11 Thread Chris Software
Ilya, When will an official announcement and support-drop schedule be made about dropping IGFS? Thank you, Chris On Tue, Aug 27, 2019 at 1:47 PM Chris Software wrote: > I see. Thank you. > > On Tue, Aug 27, 2019 at 12:30 PM Ilya Kasnacheev < > ilya.kasnach...@gmail.com> wrote: > >> Hello!

Re: Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-08-27 Thread Chris Software
I see. Thank you. On Tue, Aug 27, 2019 at 12:30 PM Ilya Kasnacheev wrote: > Hello! > > This looks like a mistake. However, we're going to drop IGFS so the fix is > unlikely to be expected. > > The recommended practical approach is to increase number of threads in > system thread pool to large

Re: Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-08-27 Thread Ilya Kasnacheev
Hello! This looks like a mistake. However, we're going to drop IGFS so the fix is unlikely to be expected. The recommended practical approach is to increase number of threads in system thread pool to large value. Regards, -- Ilya Kasnacheev вт, 27 авг. 2019 г. в 00:34, Chris Software : >

Ignite Map-Reduce Deadlocking, Running in SYS pool

2019-08-26 Thread Chris Software
Hello, I am working on a project and we have run into two related problems while doing Map_Reduce on Ignite Filesystem Cache. We were originally on Ignite 2.6 but upgraded to 2.7.5 in an unsuccessful bid to resolve the problem. We have a deadlock in our map-reduce process and have reproduced it