Re: Dynamically configuring data region

2021-10-07 Thread andrei
Hi, No you can not. Moreover, you should be aware that data regions should usually be created on all data nodes, because if your cache is replicated or partitioned, it will be created on all nodes and will try to use the region specified in its configuration. So the correct way is: 1) Add y

DEB install gives "The repository 'http://apache.org/dist/ignite/deb apache-ignite InRelease' is not signed"

2021-10-07 Thread privacyfi...@codesandnotes.be
Hello, I followed the instructions from https://ignite.apache.org/docs/latest/installation/deb-rpm#installing-deb-package to the letter, but as soon as I do "sudo apt update" I get this: E: Failed to fetch http://apache.org/dist/ignite/deb/dists/apache-ignite/InRelease Clearsigned file isn'

Re: DEB install gives "The repository 'http://apache.org/dist/ignite/deb apache-ignite InRelease' is not signed"

2021-10-07 Thread Petr Ivanov
Hi, Diego. I've filed [1]. For now, please use the following instructions: sudo apt update sudo apt install dirmngr gnupg ca-certificates --no-install-recommends -y sudo bash -c 'cat < /etc/apt/sources.list.d/ignite.list deb https://apache.jfrog.io/artifactory/ignite-deb/ apache-ignite main E

Re: Ignite cluster stability problems under heavy load

2021-10-07 Thread Piotr Jagielski
Hi again, Any advice? We're really struggling with our cluster stability - we had to turn on throttling before sending data to DataStreamer, but problems still happen. In DataStreamer javadoc I found this: perNodeParallelOperations(int) - sometimes data may be added to the data streamer via