Possible dead lock when number of jobs exceeds thread pool

2017-10-03 Thread Raymond Wilson
I am testing an aspect of a POC I have written in C# to determine how well it performs when processing multiple tasks at one time. I’m using Ignite 2.2. Briefly, a client node sends a request to a server node for a list of items. Each of the items requested is send back to a listener in the

Atomicity Mode and WAL

2017-10-03 Thread John Wilson
Hi, What is the purpose and difference in the use of the WAL in atomic mode vs. in transaction mode? Thanks

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
Does this same approach will work if I have used ignite client as SQL api instead of c# api ? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread Alexey Kukushkin
Hi JP, Please let me first explain some basics: Ignite is implemented in Java and presently all other APIs including .NET are "wrappers" of the Ignite JVM. When you start your .NET node, it automatically creates an Ignite Java node and talks to it using some thin JNI layer for .NET/Java

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
Hi, Alexey Kukushkin I am confused here, can you describe me about Java cache store. and How to utilize that in c# ignite client...? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cassandra failing to ReadThrough using Cache.get(key) without preloading

2017-10-03 Thread Kenan Dalley
Ok, that worked for me, too. Such a small change that I kept overlooking. Thanks a lot! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread Pavel Tupitsyn
Make sure all server nodes are started from .NET or with Apache.Ignite.exe On Tue, Oct 3, 2017 at 5:38 PM, JP wrote: > ok, I got it. > > Can guide me how I can achieve this kind of persistence. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
ok, I got it. Can guide me how I can achieve this kind of persistence. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Ignite long term support (LTS) version policy?

2017-10-03 Thread Dop Sun
Hi, I’m currently developing an application for my employer, and starting beginning of 2017, Ignite started at 1.8, and released 1.9 (Feb), 2.0 (Apr), 2.1 (Jul) and recently 2.2 (Sep), or about 2 - 3 months a version. And I can see good features added to every releases, together with bug

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread Pavel Tupitsyn
Hi, > c# as Ignite client in windows machine. > The standalone servers in Ubuntu. > .NET cache store Cache store defined in C# code requires .NET on every cache node. Your servers are on Ubuntu and are Java-only, so .NET code can't run there. Some functionality is limited in cross-platform

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread siva
Hi Alexey, Here is the code snippet, client config ===> var cfg = new IgniteConfiguration { BinaryConfiguration = new BinaryConfiguration { NameMapper = new BinaryBasicNameMapper { IsSimpleName =

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread siva
1. What exactly your issue is? Can you copy all the error output? --> we have a requirement to persist the data in SQL server for that written client(c#) and server(java) program.in client side implements cache store and factory interfaces and as well as server side(java) also. so while

Re: Query performance affected by record size?

2017-10-03 Thread afedotov
Hi, Could you please share the queries you run against the cache? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Job Listeners

2017-10-03 Thread Alexey Kukushkin
Hi Chandrika, Is it possible for you to share your Ignite task implementation? Or are you just running the above example I created? It looks you have some deadlock and it is hard to guess without having the code.

Re: Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread Alexey Kukushkin
Hi, Please can you give more details: - What exactly your issue is? Can you copy all the error output? - Are you using Microsoft SQL server for persistence? - What API does your C# client use to work with Ignite with the persistence enabled? Is it C# API or SQL or something else?

Re: Job Listeners

2017-10-03 Thread chandrika
Hello Alexey, Thanks for the valuable information, i hare tried executing a list of dependent tasks using a DAG using session.setAttribute("COMPLETE",true), and it is working fine as long as there are three nodes, cause there are 3 or less parallel tasks to execute. But when i run the same code

Persistence store(MSSQL) using cross-platform c#(Ignite Client windows) and java(Ignite Server linux version)

2017-10-03 Thread JP
Hi, I am trying to use cross-platform for data persistence(SQL server) using c# and java. c# as Ignite client in windows machine. The standalone servers in Ubuntu. So, can anyone tell me how to implement this..? I am also working on this. But I am facing the issue on updating the cache

RE: Trouble to connect to ignite cluster on kubernetes

2017-10-03 Thread Anton Mushin
Thanks for your replies! This suggestion doesn't suit me, if I correctly understand what do hostNetwork=true, then I should have one ignite pod in one kubernetes node. In one real kubernetes node I have a few ignite nodes in different namespaces, and I use ignite like as kubernetes service

Query performance affected by record size?

2017-10-03 Thread colinc
I have a use case where I would like to store a record that has some QuerySqlField attributes but also a non-queriable list of child objects. Something like this: public class Portfolio { @QuerySqlField(index = true) private int portCode; @QuerySqlField private String

Re: Question about number of total onheap and offheap cache entries.

2017-10-03 Thread Ray
Looks like this ticket is the answer I'm looking for. https://issues.apache.org/jira/browse/IGNITE-6131 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Question about number of total onheap and offheap cache entries.

2017-10-03 Thread Ray
I mean in the sixth column "Size" of last chart of "cache -a" command, the "Heap" entry count is not 0. As the above picture shows. But in the cache summary chart, the on-heap entry count is 0.

Re: Cache size in Memory

2017-10-03 Thread Gaurav Bajaj
Adding to the same question, can I see the off heap memory usage in Visor or Web console? I see on-heap memory size in Web console. On Tue, Oct 3, 2017 at 8:28 AM, Alexey Kuznetsov wrote: > Hi, > > Take a look at documentation: https://apacheignite.readme.io/docs/ >

Re: Question about number of total onheap and offheap cache entries.

2017-10-03 Thread Ray
But my on-heap entry count is still not 0 here. As I didn't set onHeapEnabled=true, the value should be false in default, right? So is this a visor bug that the on-heap entry count is not 0? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Cache size in Memory

2017-10-03 Thread Alexey Kuznetsov
Hi, Take a look at documentation: https://apacheignite.readme.io/docs/memory-metrics You can multiply TotalAllocatedPages on page size to get an estimation. On Tue, Oct 3, 2017 at 3:35 AM, pradeepchanumolu wrote: > Hi , > > Can someone let me know how to get the stats

Re: Question about number of total onheap and offheap cache entries.

2017-10-03 Thread Dmitriy Setrakyan
On Tue, Oct 3, 2017 at 4:19 AM, Ray wrote: > Hi Alexey > > My cache configuration is as follows. > cacheConfig.setName("DailyAggData") > cacheConfig.setIndexedTypes(classOf[A], classOf[B]) > cacheConfig.setSqlSchema("PUBLIC") > aggredCacheConfig.setBackups(2) >