Re: ByteArrayConverter is not compatible with objects of type class org.apache.ignite.internal.binary.BinaryObjectImpl

2019-12-17 Thread Denis Magda
This question needs to be directed to GridGain as long as you're using their product. - Denis On Mon, Dec 16, 2019 at 10:20 PM ashishb888 wrote: > I am using Ignite Kafka connector with below config: > > *connect-standalone.properties* > key.converter.schemas.enable=false > value.converter.sch

Re: 3rd party persistence- From RDBMS load data into Ignite cache

2019-12-17 Thread Denis Magda
Hello Ankit, You need to use "project-name-server.xml" configuration file for your servers and "project-name-client.xml" for the applications that will be connecting to the cluster of servers. No any other JARs are needed, WebConsole simply prepares some code templates that can be reused by your a

IgniteCache hanging during ScanQuery

2019-12-17 Thread Mitchell Rathbun (BLOOMBERG/ 731 LEX)
We recently ran into an issue where we are hanging we attempting to iterate through the results from IgniteCache.query. The basic code is as follows: QueryCursor> queryResults = ts3KeysMetadataCache.query(new ScanQuery<>()); queryResults.forEach(e -> { // Do stuff }); Throug

RE: custom java classes and ignite node questions

2019-12-17 Thread Scott Cote
Thanks Ilya – we are standing up a second node in our QA to test the segregation by node (not region). Scott Cote Senior Application Developer - Java | Electronic Transaction Consultants Corporation (ETC) 1600 N. Collins Boulevard, Suite 4000, Richardson, TX 75080 (o) 469.248.4576 | (c) 972.900

Re: Geometry via SQL?

2019-12-17 Thread richard.ows...@viasat.com
Hi Andrew, Can you provide any feedback as to why the snippet I provide does not work? Thank you for your time! Regards, Shawn -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

3rd party persistence- From RDBMS load data into Ignite cache

2019-12-17 Thread Ankit Gupta
Ignite cluster is deployed on Kubernetes environment with 2 instance of server. Webconsole frontend, backend, & webagent is also running in kubernetes under same namespace. Using ignite webconsole i have imported metadata of postgresql(RDBMS)  i have imported schema information of database, on c

Re: custom java classes and ignite node questions

2019-12-17 Thread Ilya Kasnacheev
Hello! Did you try it to check if it works? For one thing, we do not recommend going to production with solutions which are theoretically sound, but were not tried in staging. Regards, -- Ilya Kasnacheev пн, 16 дек. 2019 г. в 20:29, Scott Cote : > Igniters, > > > > Request: we want to segreg