how to monitor off heap size used

2019-03-29 Thread scottmf
Hi, I have a two node cluster with 8GB offheap memory configured on each node. To monitor my offheap usage I'm checking the dataregionmetrics..offheapusedsize metric from jmx. But I'm finding that this value never shrinks. I've tried to expand the cluster and expire the caches and it always

Re: ComputeTask with JSON POST data

2019-03-29 Thread kellan
How exactly would I go about doing that? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: JDBC Thin Client Set Streaming On/Off in node.js app

2019-03-29 Thread ilyn
Ilya, Please see attached code. jdbcStream.js Thanks! Ilyn -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Triggering Rebalancing Programmatically get error while requesting

2019-03-29 Thread Ilya Kasnacheev
Hello! Unfortunately, it is hard to say what is going on without thread dumps. Can you collect those using `jstack` utility? I suspect you have some kind of deadlock. There are suspicious things in your logs, but it's not completely clear what happens here. Regards, -- Ilya Kasnacheev ср,

Re: ComputeTask with JSON POST data

2019-03-29 Thread Ilya Kasnacheev
Hello! I don't think you can do that with Ignite's REST, but it should be trivial to write such REST handler on your side and plug it into Jetty. Regards, -- Ilya Kasnacheev ср, 27 мар. 2019 г. в 21:25, kellan : > How do I create a ComputeTask that accepts JSON POST data from a REST API >

Re: Java Thin Client TCP Connections

2019-03-29 Thread Ilya Kasnacheev
Hello! I can already see that you're not closing IgniteClient when you reconnect. Meaning it will not free resources. Have you considered using Ignite (with Ignition.setClientMode(true)) instead of IgniteClient? Regards, -- Ilya Kasnacheev ср, 27 мар. 2019 г. в 22:03, Brent Williams : >

Re: Classloading problem prevents joining nodes started in Karaf into cluster

2019-03-29 Thread Ilya Kasnacheev
Hello! I doubt we have expertise on karaf/OSGi here. I'm afraid you will have to file ticket and propose a solution. Can you also determine when did it break? Regards, -- Ilya Kasnacheev пт, 29 мар. 2019 г. в 17:42, : > Hello > > > > I’m running Ignite node (v. 2.7.0) inside Karaf 4.2.0 as

Classloading problem prevents joining nodes started in Karaf into cluster

2019-03-29 Thread oleksii
Hello I'm running Ignite node (v. 2.7.0) inside Karaf 4.2.0 as part of my application. The problem that I discovered that I'm unable to join multiple such nodes into a cluster. When a new node is joining an existing node it sends its node data which is supposed to be unmarshalled

RE: key value cache - value size limits or concerns

2019-03-29 Thread wt
Hi SCott access will be driven by data loads on the other end. I am looking at odbc and rest access which will be used to load data into SQL server here is a base of how it will look class data { timespan loaddate string item string value } class alldata { list records } then when we

RE: key value cache - value size limits or concerns

2019-03-29 Thread Scott Cote
Wayne, You can stick huge items into ignite as a value of a key store. Have seen design patterns whereas a queueish structure was thrown in as a value corresponding to a key, and clients of queue retrieved the queue by the key, then queued data in/out. Not a high speed solution. What is

key value cache - value size limits or concerns

2019-03-29 Thread wt
Is the following design appropriate or does it need reworking i want to build a key value store where the key is a company and the value is a list of data that will grow over time. The value data can contain thousands of items and these can change over time. My question is having a value for a

quick Q- date type in cache is converted to ticks. is this based on time since from 1970?

2019-03-29 Thread wt
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Can ODBC driver be used to query a key value cache?

2019-03-29 Thread wt
Thanks for the quick response Ilya. This is exactly what i am looking for -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Can ODBC driver be used to query a key value cache?

2019-03-29 Thread Ilya Kasnacheev
Hello! You can use ODBC to query cache when table(s) configured for that cache. See: https://apacheignite.readme.io/docs/indexes Regards, -- Ilya Kasnacheev пт, 29 мар. 2019 г. в 14:51, wt : > I have had a rather late change to a project that makes a db engine i am > using not adequate. I

Can ODBC driver be used to query a key value cache?

2019-03-29 Thread wt
I have had a rather late change to a project that makes a db engine i am using not adequate. I wanted to see if Users can access data in a key value cache with the odbc driver or if i have to write a tool that uses the api or use rest -- Sent from:

Re: JDBC Thin Client Set Streaming On/Off in node.js app

2019-03-29 Thread Ilya Kasnacheev
Hello! Is it possible to make a reproducer project for this behavior? Regards, -- Ilya Kasnacheev чт, 28 мар. 2019 г. в 23:02, ilyn : > Hi all, > > I currently have an ETL application that parses raw logs and builds batch > inserts that load our Oracle table. We're trying to build out our

Re: When I use Ignite create table ddl,can I set the db schema instead of the schema name "PUBLIC"?

2019-03-29 Thread Ilya Kasnacheev
Hello! When using CacheConfiguration you can specify schema. Not sure it is possible for CREATE TABLE. Regards, -- Ilya Kasnacheev пт, 29 мар. 2019 г. в 02:48, Bruce Packer : > All, > > I need to create a custom

Re: JVM tuning parameters

2019-03-29 Thread Yakov Zhdanov
If you have all tables colocated with each other, i.e. having the same affinity function and backups count then you can try using cache groups - https://apacheignite.readme.io/docs/cache-groups --Yakov пт, 29 мар. 2019 г. в 08:49, ashfaq : > We are testing and also the production data would be