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

2019-10-16 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 1

Query Parallelism through SQL

2019-10-16 Thread Kurt Semba
Hi all, Is there a way to define query parallelism for tables created through a SQL CREATE TABLE statement? Thanks Kurt

Issue querying id column only

2019-10-16 Thread Kurt Semba
Hi all, Is it possible for a table through the SQL interface to only return some subset of data if querying against a specific column? e.g. We have a cache configuration defined based on Java SQL Query annotations that contains an id field and some other string fields. The value of the id fiel

Re: Re: Ignite support for config BinaryBasicNameMapper with simpleName set to true

2019-10-16 Thread 11852...@qq.com
Thanks Pavel, i tried with method you provided, it works. The class name will not including namespace It seems C# xml loader has some issue and the config of simple name will not take effect. We can use workaround like this. below is class name with simple class | java.lang.String | fd9f80

RE: Pending Requests queue bloating

2019-10-16 Thread antkr
Hello, First of all, what is the exact version/build that is being used? I would say that it is hard to precisely identify what is the issue, knowing only retained sizes of some objects, but there are several different assumptions that may have happened with the cluster. And this queue is not

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

2019-10-16 Thread alexanderkor12
You need to replace the ip finder on all nodes to use the s3 one. add the libraries from libs/optional/ignite-aws to your application's classpath. No file is required. From: sri hari kali charan Tummala Sent: Wednesday, October 16, 2019 8:10 PM To: user@ignite.apache.org; alexanderko...@gm

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

2019-10-16 Thread sri hari kali charan Tummala
I this below property is while launching ignite on aws I already have ignite cluster running I just need to connect using java or Scala code which is failing with connection refused error. https://apacheignite-mix.readme.io/docs/amazon-aws#section- amazon-s3-based-discovery On Wednesday, Octob

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

2019-10-16 Thread sri hari kali charan Tummala
Do I need to keep any file inside the s3 bucket or is it just a empty bucket ? With aws credentials and bucket name ? On Wednesday, October 16, 2019, wrote: > Hi, > >Try using the S3 IP Finder: https://apacheignite-mix. > readme.io/docs/amazon-aws#section-amazon-s3-based-discovery > > > >

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

2019-10-16 Thread alexanderkor12
Hi, Try using the S3 IP Finder: https://apacheignite-mix.readme.io/docs/amazon-aws#section-amazon-s3-based-discovery Thanks, Alex From: sri hari kali charan Tummala Sent: Wednesday, October 16, 2019

Re: Ignite Node Connection Issue

2019-10-16 Thread sri hari kali charan Tummala
I even tried with simple scala code still no luck! Error:- Failed to connect to any address from IP finder (will retry to join topology every 2000 ms; change 'reconnectDelay' to configure the frequency of retries): package com.ignite.examples.igniteStartup import org.apache.ignite.Ignite import

Re: Node stopped.

2019-10-16 Thread John Smith
Sorry here is the gc logs for all 3 machines: https://www.dropbox.com/s/chbbxigahd4v9di/gc-logs.zip?dl=0 On Wed, 16 Oct 2019 at 15:49, John Smith wrote: > Hi, so it happened again here is my latest gc.log stats: > https://gceasy.io/diamondgc-report.jsp?oTxnId_value=a215d573-d1cf-4d53-acf1-900143

Unable to find the ml.inference package

2019-10-16 Thread captcha
Hi here, I'm trying to use the ML inference API to do ML model predictions in Ignite. I included the org.apache.ignite:ignite-ml dependency in my project. I'm able to see most packages and methods in the dependency. However seems the inference APIs (https://github.com/apache/ignite/tree/master/mod

Re: Node stopped.

2019-10-16 Thread John Smith
Hi, so it happened again here is my latest gc.log stats: https://gceasy.io/diamondgc-report.jsp?oTxnId_value=a215d573-d1cf-4d53-acf1-9001432bb28e Everything seems ok to me. I also have Elasticsearch Metricbeat running, the CPU usage looked normal at the time. On Thu, 10 Oct 2019 at 13:05, Denis M

Re: Authenticating communication between nodes using Ignite.Net

2019-10-16 Thread alokyadav12
Thanks, solution worked for my test setup, but when i am adding same code to my project then its still throwing the same exception. One change i noticed in my test application that its using the JRE and out project is pointing to Open JDK 12. Does this can create issue? If i run Ignite server fro

Re: Spring XML Issue

2019-10-16 Thread sri hari kali charan Tummala
that worked thanks. On Wed, Oct 16, 2019 at 1:41 PM Evgeniy Rudenko wrote: > Just add > > http://www.springframework.org/schema/beans"; >xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >xsi:schemaLocation=" > http://www.springframework.org/schema/beans > ht

Striim support for Ignite

2019-10-16 Thread niamin
Is there any plan to add Ignite connector for Striim to facilitate CDC? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Does any one have working Ignite cluster on AWS

2019-10-16 Thread sri hari kali charan Tummala
what are the next steps after creating a cluster, I want to run basic sql create some tables and load some data right now I dont want to code right away in Java will sqlline.sh works? I did launched it fails with no current connection. On Wed, Oct 16, 2019 at 2:24 PM sri hari kali charan Tummala

Re: Does any one have working Ignite cluster on AWS

2019-10-16 Thread sri hari kali charan Tummala
Working Gridgain Ignite cluster on AWS, followed below steps and changed a bit with aws_static_ip file. https://www.gridgain.com/docs/8.7.6//installation-guide/manual-install-on-ec2 aws_static_ip:- http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
Thank you Evgeniy On Wed, Oct 16, 2019 at 12:00 PM Evgeniy Rudenko wrote: > I afraid that no. Only CACHE_ENTRY_DESTROYED. > > On Wed, Oct 16, 2019 at 6:56 PM Sijo Mathew > wrote: > >> That's working, thanks! >> >> Is there a single event to represent the cache clear rather than an event >> for

Re: Spring XML Issue

2019-10-16 Thread Evgeniy Rudenko
Just add http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd";> to the start of the file and

Spring XML Issue

2019-10-16 Thread sri hari kali charan Tummala
Hi All, I am trying out steps mentioned in this blog ( https://www.gridgain.com/docs/8.7.6//installation-guide/manual-install-on-ec2) I created Ec2 nodes and .xml file when I try to run I get this bean xml error can anyone help with resolving this am I missing something in the file? Run Command:-

Re: Action performed multiple times when using HA ignite clients using continuous queries

2019-10-16 Thread Stephen Darlington
Your clients don’t “know” about each other, so, yes, they’re going to duplicate work. Could you use the Service Grid to run your client? That way it would fail over automatically. Regards, Stephen > On 16 Oct 2019, at 16:04, SunSatION wrote: > > Hi, > > We have a scenario where we're using I

Re: event notification for cache clear?

2019-10-16 Thread Evgeniy Rudenko
I afraid that no. Only CACHE_ENTRY_DESTROYED. On Wed, Oct 16, 2019 at 6:56 PM Sijo Mathew wrote: > That's working, thanks! > > Is there a single event to represent the cache clear rather than an event > for each entry in the cache? > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.na

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
That's working, thanks! Is there a single event to represent the cache clear rather than an event for each entry in the cache? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
As per the below description, it says, it won't notify listeners and that was my confusion. https://static.javadoc.io/javax.cache/cache-api/1.0.0/javax/cache/Cache.html#clear() I'll test it out, thank you so much, Evgeniy. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: event notification for cache clear?

2019-10-16 Thread Evgeniy Rudenko
You will get CACHE_ENTRY_DESTROYED event for each cleared entity. On Wed, Oct 16, 2019 at 5:53 PM Sijo Mathew wrote: > basically a notification for the below call on a cache: > > > https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#clear-- > > Thanks > Sijo > >

Re: event notification for cache clear?

2019-10-16 Thread Sijo Mathew
basically a notification for the below call on a cache: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteCache.html#clear-- Thanks Sijo -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: event notification for cache clear?

2019-10-16 Thread Evgeniy Rudenko
Hi Mathew, Do you mean EventType.CACHE_ENTRY_DESTROYED or something different? On Wed, Oct 16, 2019 at 4:01 PM Sijo Mathew wrote: > Hi All, > > is cache notification for clear supported in ignite? > > Thanks > Sijo >

Action performed multiple times when using HA ignite clients using continuous queries

2019-10-16 Thread SunSatION
Hi, We have a scenario where we're using Ignite Kafka Datastream to write to cache which are setup using PARTITIONED affinity. We're using continuous queries to identify changes to each cache entry and perform an action if the entry changes which are running on the client. We have 3 server nodes a

Re: Does any one have working Ignite cluster on AWS

2019-10-16 Thread sri hari kali charan Tummala
also can you send me full config file? so I dont have any typos etc IP1 IP2

Re: Does any one have working Ignite cluster on AWS

2019-10-16 Thread sri hari kali charan Tummala
Hi , someone sent me this I will give a try. https://www.gridgain.com/docs/8.7.6//installation-guide/manual-install-on-ec2 Thanks Sri On Wed, Oct 16, 2019 at 12:26 AM Muhammed Favas < favas.muham...@expeedsoftware.com> wrote: > Hi Sri, > > > > For Question 1 > > In the ignite c

event notification for cache clear?

2019-10-16 Thread Sijo Mathew
Hi All, is cache notification for clear supported in ignite? Thanks Sijo

Re: Issue with adding nested index dynamically

2019-10-16 Thread Hemambara
Hello Ivan, can you please check and provide updates on this -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/