Re: gridgain ultimate edition snapshot error

2022-06-06 Thread Surinder Mehra
Hi, I was going through this post on stackoverflow which is about the same issue. The fact that snapshot works for apache ignite bit not in ultimate edition indicates there is some bug in later. Could you please confirm. We have around 15 caches with 2 backups. I changed backups to zero but still s

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Sachin janani
Thanks for the confirmation, I will open a ticket right away. Regards, Sachin Janani On Mon, Jun 6, 2022 at 8:46 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > You should open a ticket (https://issues.apache.org/). This looks like a > regression as it works in 2.12. Also, the

gridgain ultimate edition snapshot error

2022-06-06 Thread Surinder Mehra
Hi, I was experimenting with the GG ultimate edition to take snapshots and encountered the below error and cluster stops. Please note that this works in the ignite free version and we don't see too many files open error. Is this a bug or we are missing some configuration? version: gridgain-8.8.19

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Stephen Darlington
You should open a ticket (https://issues.apache.org/ ). This looks like a regression as it works in 2.12. Also, the documentation talks about a refresh command that doesn’t appear to exist in either 2.12 or 2.13. > On 6 Jun 2022, at 14:11, Sachin janani wrote: > >

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Sachin janani
Hi, I am using the latest Ignite 2.13 and running this query from sqlline. On Mon, Jun 6, 2022 at 2:16 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > What version of Ignite are you using? Statistics were added in Ignite 2.12 > (IIRC), so if you’re using an older version you’d g

Re: Docker image for Apache Ignite with Java 11

2022-06-06 Thread Petr Ivanov
Hi, Igniters! Fixed in [1] () s390x-jdk11 and x86_64-jdk11 images are uploaded to [2] Added build configuration [3] to prepare images during release phase. Images are not tested, though (checked only that x86_64-jdk11 starts) Also, will greatly appreciate if someone checks the PR. [1] https:

Re: How to change JMX port in XML Ignite Configuration?

2022-06-06 Thread Maksim Timonin
Hi Rose, There is a guide [1] on how to configure JMX for Ignite, please check the setting "com.sun.management.jmxremote.port". It should work. [1] https://ignite.apache.org/docs/2.13.0/monitoring-metrics/metrics#enabling-jmx-for-ignite Maksim On Fri, Jun 3, 2022 at 4:54 PM Айсина Роза wrote:

Re: Docker image for Apache Ignite with Java 11

2022-06-06 Thread Stephen Darlington
There is a ticket for this: https://issues.apache.org/jira/browse/IGNITE-14031 > On 2 Jun 2022, at 09:48, Surinder Mehra wrote: > > Yeah hope so > > On Thu, 2 Jun 2022, 14:06 Айсина Роза, > wrote: > Hey! > > > > Thank you very much - I have already built the imag

Re: Analyze table query failing with syntax error from sqlline

2022-06-06 Thread Stephen Darlington
What version of Ignite are you using? Statistics were added in Ignite 2.12 (IIRC), so if you’re using an older version you’d get this error. > On 2 Jun 2022, at 05:37, Sachin janani wrote: > > Yes I am able to run DML queries on the PRODUCT_TABLE but the ANALYZE > statement query is failing wi