Re: apache-ignite_2.8.0-1_all.deb package has older version of openjdk as dependency

2020-08-27 Thread Artem Budnikov
I've created a JIRA issue: https://issues.apache.org/jira/browse/IGNITE-13388 -Artem On 27.08.2020 12:05, Petr Ivanov wrote: Hi, Artem, Can you file and issue with description what exactly do not work and why, please? On 27 Aug 2020, at 11:55, Artem Budnikov <mailto:a.budnikov.

Re: apache-ignite_2.8.0-1_all.deb package has older version of openjdk as dependency

2020-08-27 Thread Artem Budnikov
Looks like this issue wasn't fixed in 2.8.1. The Ignite deb package v. 2.8.1 can't be installed on debian 10: $ sudo apt-get install apache-ignite ... The following packages have unmet dependencies:  apache-ignite : Depends: openjdk-8-jdk but it is not installable or    

Re: Connection Refused in Scala Ignite Client (Help!)

2019-10-17 Thread Artem Budnikov
Hi, Looks like you are trying to connect to the wrong port. The default port for client connection is 10800. Change: val cfg2 = new ClientConfiguration().setAddresses("100.25.173.220:47100..47700") to val cfg2 = new ClientConfiguration().setAddresses("100.25.173.220:10800") -Artem On

Re: Cache expiry policy not deleting records from disk(native persistence)

2019-09-13 Thread Artem Budnikov
Hi Denis, I updated the page about eviction policies. Not freeing up space on disk was not implemented for reasons explained in the dev-list thread. I'll update the page once more if/when a solution is implemented. Artem On 13.09.2019 00:34, Denis Magda wrote: Shiva, Hopefully, someone

Re: Ignite documentation error regarding RAM usage

2019-01-15 Thread Artem Budnikov
Hi, The information on the page you referenced is correct. The default max size of the default data region is either 20% of RAM or 256MB, whichever is larger. The log message changed in https://issues.apache.org/jira/browse/IGNITE-7824 refers to something else. Perhaps, someone from the