Re: Ignite node log file setup

2020-06-10 Thread kay
Hello, I excute sh ./ignite.sh -J-DgridName=testCache1-1 -v ./config/testCache1-1.xml and attachted whloe log file. Thank you testCache1-1.out -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Out of memory error in data region with persistence enabled

2020-06-10 Thread Raymond Wilson
Just a correction to context of the data region running out of memory: This one does not have a queue of items or a continuous query operating on a cache within it. Thanks, Raymond. On Thu, Jun 11, 2020 at 4:12 PM Raymond Wilson wrote: > Pavel, > > I have run into a different instance of a

Re: Out of memory error in data region with persistence enabled

2020-06-10 Thread Raymond Wilson
Pavel, I have run into a different instance of a memory out of error in a data region in a different context from the one I wrote the reproducer for. In this case, there is an activity which queues items for processing at a point in the future and which does use a continuous query, however there

Re:RE: Gridgain8.7.14 in kubernetes problem

2020-06-10 Thread s
Could you be more specific These three pods, I plan to form a cluster Or, is there a successful configuration running in kubernetes? Can you provide it, including config, yaml and JVM parameters? Thank you At 2020-06-10 17:56:55, "Saxena, Ravi (CMS)" wrote: Delete and redeploy

Re: embedded jetty & ignite

2020-06-10 Thread Clay Teahouse
Understood. Thank you, Denis for the explanation. On Mon, Jun 8, 2020 at 2:08 PM Denis Magda wrote: > Clay, > > I assume embedding jetty as an ignite service, i.e., as an ignite server >> node, is not desirable (still don't know the reason). > > > Let's suppose that your cluster has 3

Re: Ignite concepts

2020-06-10 Thread Denis Magda
Hi Eugene, Let me help you with that as much as I can. Please help me understand the following: - Is the cluster supposed to be deployed outside of Kubernetes (on VMs or bare-metal)? Is this a private cloud (OpenShift, PCF) or a public environment (Azure, AWS, etc.)? - If you use

Ignite concepts

2020-06-10 Thread Eugene McGowan
Hi Igniters, Our company has recently started using Ignite and our team are now to it. We would like to use Ignite as a Cache layer for an upcoming project Our use case is that we have an Ignite cluster that we want to interact with , our client service is Springboot based and running in a

Re: EXCEPTION_ACCESS_VIOLATION when Swap is enabled

2020-06-10 Thread steve.hostettler
No I will try that now -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes

2020-06-10 Thread VeenaMithare
HI Andrei, >>IgniteCache can help to hold all the information about started transactions and users. >>Using EventStorageSpi is a good way to handle the events. Thank you . I wanted a review on the below approach : 1.If the cache_put event holds the subject id of the remoteclient, then fetch it

Re: Ignite Spring Integration

2020-06-10 Thread Ilya Kasnacheev
Hello! I think that Uri Deployment has its own class loader, which can interfere with resources loading. Maybe you can wrap access to those via some intermediate class or read them from file. Regards, -- Ilya Kasnacheev ср, 10 июн. 2020 г. в 09:56, marble.zh...@coinflex.com <

Re: Questions on the mechanics of activated on-heap in ignite 2.x.x

2020-06-10 Thread Ilya Kasnacheev
Hello! 1. I'm not sure it will be immediately available on heap. 2. This sounds a more reasonable assumption. 3. I guess so, but the real issue here is that on-heap cache increases Full GC times. At some point it will become infeasible. 4. Yes, it would counteract the change to off-heap model.

Re: BinaryObjectException: Conflicting enum values

2020-06-10 Thread Ilya Kasnacheev
Hello! Currently it is not implemented. Metadata will be preserver unless cluster is restarted (in case persistence is enabled, unless it is cleared) Regards, -- Ilya Kasnacheev вс, 7 июн. 2020 г. в 02:32, Andrew Munn : > So once I insert an instance of a class in a Map I can't change the

Re: ignite web agent issue

2020-06-10 Thread Ilya Kasnacheev
Hello! Yes, I did exactly that and it got built. I think I already had dependencies. Regards, -- Ilya Kasnacheev ср, 10 июн. 2020 г. в 17:44, itsmeravikiran.c : > thank you for the help. > > To Building Ignite Web Agent, shall we need MongoDB (version >=3.2.x > <=3.4.15) and NodeJS

Re: Non Distributed Join between tables

2020-06-10 Thread manueltg89
I had to set baseline topology to all nodes. Now this works perfectly, thanks. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite node log file setup

2020-06-10 Thread Andrei Aleksandrov
Hi, Can you please attach the whole log file? BR, Andrei 6/9/2020 5:14 AM, kay пишет: Hello! I start up sh ./ignite.sh -J-DgridName=testGridName -v ./config/config-cache.xml and in config-cache.xml but server start failed. Is that not proper to set igniteInstanceName?? log is here

Re: Cache_Put event generated from a remote_client user action has subject uuid of Node that executes the request sometimes

2020-06-10 Thread Andrei Aleksandrov
Hi, Your approach is correct as for me. IgniteCache can help to hold all the information about started transactions and users. Using EventStorageSpi is a good way to handle the events. BR, Andrei 6/9/2020 10:06 AM, VeenaMithare пишет: Cache_Put event generated from a remote_client user

Re: ignite web agent issue

2020-06-10 Thread itsmeravikiran.c
thank you for the help. To Building Ignite Web Agent, shall we need MongoDB (version >=3.2.x <=3.4.15) and NodeJS (version >=8.0.0) ??? Could you please let me know, the stop to building the web agent from source's. As for the docs Building Ignite Web Agent To build Ignite Web Agent from

Re: CountDownLatch issue in Ignite 2.6 version

2020-06-10 Thread Evgenii Zhuravlev
Prasad, Please don't use the dev list for the questions regarding the product usage, dev list used for development-related activities. To see how this configuration used for countDownLatch you can take a look at these 2 methods:

Re: ignite web agent issue

2020-06-10 Thread Ilya Kasnacheev
Hello! Why can't you use fresh web agent? You can build it from source package or download from running Web Console. https://apacheignite-tools.readme.io/docs/build-and-deploy#building-ignite-web-agent Regards, -- Ilya Kasnacheev ср, 10 июн. 2020 г. в 13:19, itsmeravikiran.c : > Hi Team, > >

Re: ignite web agent issue

2020-06-10 Thread Evgenii Zhuravlev
Hi, You always should upgrade web console and web agent to the newer versions when you upgrade the cluster itself. Evgenii ср, 10 июн. 2020 г. в 03:19, itsmeravikiran.c : > Hi Team, > > Currently my application is using ignite 2.6.0 version and ignite web agent > version is

Re: Non Distributed Join between tables

2020-06-10 Thread Ilya Kasnacheev
Hello! Yes, if both nodes are in baseline then both nodes should have the same data. In fact, when you query your cluster, you should get the same result regardless of node which does the query. Regards, -- Ilya Kasnacheev пн, 8 июн. 2020 г. в 21:12, manueltg89 : > Hello Ilya!, > > Thanks

[Meetup] The Role and Specifics of Networking - Talk at June 11 2020 for Bay Area IMC Meetup

2020-06-10 Thread Stanislav Lukyanov
Hi Igniters, Tomorrow I'll be talking at an online meetup of the Bay Area In-Memory Computing community. The subject is The Role and Specifics of Networking in Distributed Systems. We'll use Apache Ignite's protocols as an example - experienced Ignite users will guess that we'll be looking at

Re: Query using IN Clause slow

2020-06-10 Thread Ilya Kasnacheev
Hello! We had an issue with IN clause, which we thought fixed on a general case, but if you have a complex condition it may still manifest. Does it change if you just use (product_name = 'Product1' OR product_name = 'Product2')? Regards, -- Ilya Kasnacheev ср, 10 июн. 2020 г. в 13:54,

Query using IN Clause slow

2020-06-10 Thread njcstreet
Hi, I am seeing poor performance on queries which use IN in the WHERE clause with multiple items supplied. I have searched for issues related to this and I have seen replies suggesting that when you use IN, that indexes are not used, but I guess this must have been fixed because I do see indexes

ignite web agent issue

2020-06-10 Thread itsmeravikiran.c
Hi Team, Currently my application is using ignite 2.6.0 version and ignite web agent version is ignite-web-agent-2.4.4. Everything is working fine. Now we are migrating ignite 2.6.0 to 2.8.0. Ignite 2.8.0 will support the ignite-web-agent-2.4.4?? While running the queries i am getting below

RE: Gridgain8.7.14 in kubernetes problem

2020-06-10 Thread Saxena, Ravi (CMS)
Delete and redeploy with different name. Regards, Ravi Saxena Stay home stay safe From: Denis Magda [mailto:dma...@apache.org] Sent: Wednesday, June 10, 2020 10:05 AM To: user Subject: Re: Gridgain8.7.14 in kubernetes problem Hi, This user list is intended for Ignite questions. Please direct

Re: Ignite Spring Integration

2020-06-10 Thread marble.zh...@coinflex.com
For more clear, i am using the bin/ignite.sh to start the ignite server, and using the uri hot deployment, my business logic is in the igniteSerivce, and need spring annotation/configuration support. case 1, we deploy our package jar into the ./libs folder, all works fine, but this way cannot hot

Re: Ignite Spring Integration

2020-06-10 Thread marble.zh...@coinflex.com
Thanks, we are not building spring boot application with ignite support, we are trying this scenario, build up the service with Spring Annotation involve, and package into the urideployment folder for service hot deployment. If we put this package into the ignite $IGNITE_HOME/libs folder, then