INSERT INTO ... SELECT kills server nodes

2018-10-05 Thread Alberto Mancini
Hi, we are developing a poc using Ignite and we faced a scaring problem that i suppose is due to some naive misconfiguration. Long story short, we use persistence on a cluster on AWS and to speedup test data loading we attempted a simple sql query: INSERT INTO MyTable ( ID PARTITION_KEY, ... )

System cache's DataRegion size is configured to 40 MB.

2018-08-09 Thread Alberto Mancini
Hello, do i miss something or the message at https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java#L2461 is incorrect ? I think it should refer to DataStorageConfiguration.*systemRegionInitialSize* and not to