What happens if there is no disk space for Ignite persistent store

2017-12-09 Thread aMark
Hi, We are using Ignite cache with persistent store. Though we have sufficient disk space allocated to persistent store but I am just curious that what happens if disk run out of space for persistent store ? Does it throw exception and stop persisting new entries ? Or Does it uses cache eviction

Re: Apache Ignite Web Consol Monitor

2017-12-09 Thread Alexey Kuznetsov
Hi, The monitoring tab is provided as an add-on by GridGain. However, Ignite users can use it for free via Ignite console version hosted here: https://console.gridgain.com/ If you prefer to have it installed in your infrastructure then you need to contact the vendor or create a similar one add-on

Re: Apache Ignite Web console query tab error

2017-12-09 Thread Alexey Kuznetsov
Hi! There a bug in modules/web-console/frontend/app/utils/SimpleWorkerPool.js To fix you need to add missing import: import 'rxjs/add/operator/map'; And rebuild frontend. This is already fixed in master. -- Alexey Kuznetsov

Re: Apache Ignite Web Consol Monitor

2017-12-09 Thread slava.koptilin
Hi Ahmad, The monitoring tab is a plugin which is provided by GridGain. You can use this functionality for free via Web Console console version hosted here: https://console.gridgain.com/ If you prefer to have it installed in your infrastructure then you need to contact the vendor or create a simi