Re: Apache Ignite 2.7.5 requirements for AWS

2019-06-28 Thread Denis Magda
Stephen, if you don't mind I'll promote you here :) https://www.imcsummit.org/2019/eu/session/cloud-nine-how-be-happy-migrating-your-memory-computing-platform-cloud Brendan, please check out the recording above where Stephen shares some of the cloud-deployment related best practices. - Denis

Re: ignite-web-console database

2019-06-28 Thread Denis Magda
Starting July, WebConsole will have no more dependencies on MongoDB. Required data will be persisted to Ignite persistence instead. However, that version of WebConsole will be available for GridGain Community and other Editions (if you'd like to install it on your premises). - Denis On Fri,

Re: Query where clause on byte array

2019-06-28 Thread Prasad Bhalerao
The problem with BigInteger is it takes around 80 bytes. I will be having 2 BigInteger fields in my class which will take around 176 bytes per record. I will be having around 40 to 60 million such entries in my cache. So I am thinking to squeeze some bytes using two long numbers or using two byte

Re: Query where clause on byte array

2019-06-28 Thread Ilya Lantukh
Hi, Theoretically, you can create an index and use >= and <= comparisons for any data type. In your particular case, I think, using BigInteger is the most straightforward approach. Hope this helps. On Fri, Jun 28, 2019 at 9:39 AM Prasad Bhalerao < prasadbhalerao1...@gmail.com> wrote: > Hi, > >

Re: Data taking more time to load using GetDataStreamer

2019-06-28 Thread siva
Hi ilya.kasnacheev,i have created git repo code .Net core console app with client and server. please find the repository link. https://github.com/CP-Ram/ApacheIgniteClientServerTestDotNetCoreConsoleApp Cache Name : "myTenantCache" query field TableName : EMPLOYEE So when i performing Sqlline

Re: Is there a way to use IgniteQueue with AffinityKey?

2019-06-28 Thread Maxim Muzafarov
Hello googy, Purely curious, why do you want to use IgniteQueue like an IgniteCache? What is your goal? Please note, that such Ignite data structures (base on Ignite caches) considered being reworked in future [1]. So, I think it's a good starting thing for collecting user experience with it

Re: ignite-web-console database

2019-06-28 Thread Jean Brodie
Onur, I wonder if he could use GG support. Have a good week-end. ~Jean On Fri, Jun 28, 2019 at 3:15 AM Shesha Nanda wrote: > > > I Am using ignite-web-console with Mongodb but the Mongodb rpm is AGPL > licensed software. > Trying build ignite-web-console with open source database. > > Please

Re: Checking for rebalancing?

2019-06-28 Thread Maxim Muzafarov
Stephen, I doubt that we should be able to have different configuration values of some cluster aware properties on cluster nodes (all such values must be the same). This will lead to unstable behaviour of the whole cluster. In the opposite, build a cluster which contains different Ignites node

Re: Thick client/thin client difference and how to get thin client port

2019-06-28 Thread Igor Sapego
Well, it seems like you start two nodes on the same host, and as first node occupies default thin client port (10800) the second node takes the next one (10801). I believe you use 127.0.0.1 or something like this for your thin client host lists which effectively means 127.0.0.1:10800. So, your

Re: Data taking more time to load using GetDataStreamer

2019-06-28 Thread Ilya Kasnacheev
Hello! This is strange. Can you throw together a reproducer project that I can run and validate this behavior? Regards, -- Ilya Kasnacheev пт, 28 июн. 2019 г. в 07:33, siva : > If I'm not using await then sqlline console result showing "0 row > selected". > > > > -- > Sent from:

Re: 2.7.5 IGNITE_HOME/bin/ignitevisorcmd.sh is absent

2019-06-28 Thread Ilya Kasnacheev
Hello! Did you install packaged Ignite? I'm afraid that it does not work as a script when ran from package. That's why it is in doc section. Regards, -- Ilya Kasnacheev пт, 28 июн. 2019 г. в 15:07, Michaelikus : > ignitevisorcmd found at /usr/share/doc/apache-ignite-2.7.5/bin > > > > > -

Re: 2.7.5 IGNITE_HOME/bin/ignitevisorcmd.sh is absent

2019-06-28 Thread Michaelikus
ignitevisorcmd found at /usr/share/doc/apache-ignite-2.7.5/bin - Russian telegram Ignite chat at https://t.me/RU_Ignite -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: 2.7.5 IGNITE_HOME/bin/ignitevisorcmd.sh is absent

2019-06-28 Thread Michaelikus
ignitevisorcmd found at /usr/share/doc/apache-ignite-2.7.5/bin - Russian telegram Ignite chat at https://t.me/RU_Ignite -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

2.7.5 IGNITE_HOME/bin/ignitevisorcmd.sh is absent

2019-06-28 Thread Michaelikus
Good day ppl! I have installed 2.7.5 and can't find ignitevisorcmd.sh Can somebody help with it? :) Thank you. Regards, Mic. - Russian telegram Ignite chat at http://t.me/Apache_Ignite_chat -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Checking for rebalancing?

2019-06-28 Thread Stephen Darlington
Thanks for your response. Certainly getting a future indicating when the process finishes would be a lot cleaner, but I was looking in CacheMetrics where there are a bunch of methods around rebalancing, and many of those appear to be exported by JMX. Would waiting until

Re: Issue in starting Near cache only on client node

2019-06-28 Thread Prasad Bhalerao
Can some please advise? On Thu, Jun 27, 2019 at 1:01 PM Prasad Bhalerao < prasadbhalerao1...@gmail.com> wrote: > Hi, > > I am getting following error on ignite client nodes. > > *class org.apache.ignite.IgniteCheckedException: Failed to start near > cache (a cache with the same name without near

Failed to execute compound future reducer: GridCompoundFuture......Caused by: java.lang.ClassNotFoundException: Unknown pair [platformId=0, typeId=-1854586790]

2019-06-28 Thread siva
Hi, I am using Apache Ignite 2.7.5 .net thin client and server.When i am do load operation getting below log on console and .net application going to crash. while only loading single record into cache only Exception is coming on console but when loading bulk data into cache continously all these

ignite-web-console database

2019-06-28 Thread Shesha Nanda
I Am using ignite-web-console with Mongodb but the Mongodb rpm is AGPL licensed software. Trying build ignite-web-console with open source database. Please let me know the opensource/free database which is configurable for ignite-web-console. -- *Regards* *Sheshananda*

TcpCommunicationSpi failed to establish connection to node, node will be dropped from cluster

2019-06-28 Thread wiltu
Hi, I am using Apache Ignite 1.9.0, and made the topology with 6 nodes on VM, it is stable. but moved to docker latest, when run some time ago, the exception was occurring by one node. one node drop from cluster, and huge amount of TIME_WAIT connections. I want to know what i have to do , what i

Query where clause on byte array

2019-06-28 Thread Prasad Bhalerao
Hi, I want to store 128 bit number as a one the field in value object in my cache. I can do that using multiple ways. e.g. 1) I can store 128 bit number using java.math.BigInteger. a) But If store it using BigInteger, can I create index on this field? b) How can I use this field in

Thick client/thin client difference and how to get thin client port

2019-06-28 Thread rick_tem
Hi, I am seeing that a thin client cannot reconnect (on the same port) after a server shutdown. I have 1 backup enabled and load some data in the cache on startup. Replication procedure is: 1) Start server 1 2) Try thin client --> it retrieves data 3) Start server 2 4) Kill server 1 (Server 2