New version of Web Console Released

2017-06-19 Thread Alexey Kuznetsov
Igniters! I'd like to announce that we redeployed the new version Ignite Web Console on GridGain infrastructure (https://console.gridgain.com) where you can give it a try right a way. *NOTE*: 1) You may need to refresh page (F5 or Ctrl+R) in order to reload Web Console. 2) You will need to

Re: Visor CLI not working (Apache Ignite 2.0.0)

2017-06-19 Thread Alexey Kuznetsov
Amit, Please attach full config. On Sun, Jun 18, 2017 at 2:15 AM, Amit Pundir wrote: > Hi Everyone, > I am using Ignite 2.0.0 and trying to launch the visorcmd cli. It shows the > 'Connected' message but always outputs 'No caches found' message. The > aforementioned cache

Re: Ignite 2.0 visor issue

2017-06-19 Thread Alexey Kuznetsov
Amit, Could you provide config for node? On Fri, Jun 16, 2017 at 4:18 PM, Amit Pundir wrote: > Hi, > I am also facing the same issue with visor on ignite 2.0.0. > Could you please let me know what the resolution was at your end. > > > Thanks > > > > -- > View this message

Re: Ignite web console and we agent are running not able to see clusters

2017-06-19 Thread Alexey Kuznetsov
Hi! Did you copy "ignite-rest-http" from "libs\optional" to "libs" ? Web Agent and cluster node communicate via REST HTTP. You will need to restart nodes after you coping "ignite-rest-http" from "libs\optional" to "libs". Alexey -- View this message in context:

Re: Ignite Custom Java Code calling

2017-06-19 Thread ezhuravlev
Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to user-subscr...@ignite.apache.org and follow simple instructions in the reply. If you want to use java code in SQL queries as custom

Re: Transaction Boundary - Data Streamer

2017-06-19 Thread fatih tekin
If you need transactional in your operations, you can use optimistic transactions by implementing and registering a receiver into your datastreamer as explained here https://apacheignite.readme.io/docs/transactions#deadlock-free-transactions and for datastreamer here

Re: Apache Ignite client gets disconnected on Amazon EC2 Scale In

2017-06-19 Thread Nikolai Tikhonov
Hello, At the first look it's network problem. Where are you client located? Also could you share full logs server and client node? On Fri, Jun 16, 2017 at 3:59 PM, robbie wrote: > I've also noticed a similar behavior whenever I kill multiple EC2 instances > when a

Re: deploy is not working by IgniteDataStreamer

2017-06-19 Thread afedotov
Hi. Could you please share Ignite configuration and the exact code you use to stream data. Also, please share the full logs. Kind regards, Alex. On Thu, Jun 15, 2017 at 10:40 AM, nash1k [via Apache Ignite Users] < ml+s70518n13804...@n6.nabble.com> wrote: > Hi! > I tried to use

Re: High heap on ignite client

2017-06-19 Thread Alexander Fedotov
I don't see anything wrong with your config. Could you please provide C:/Anil/dumps/gc-client.log There should be a reason for objects not being collected during GC. Just one more thing, try replacing -XX:NewSize=512m with -XX:G1NewSizePercent=30 XX:NewSize won't let G1GC adjusting young gen size

Re: Threads leaks problem...

2017-06-19 Thread ezhuravlev
Hi, This issue already was fixed, here is a ticket: https://issues.apache.org/jira/browse/IGNITE-5225 Evgenii -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Threads-leaks-problem-tp13828p13962.html Sent from the Apache Ignite Users mailing list archive at

Re: Out-Of-Memory

2017-06-19 Thread javastuff....@gmail.com
I found Performance tune tip with example of startSize [1] . Example specifying startSize in MB. Can you also comment on what would be startSize incase offHeapMaxMemory set to 0 (unlimited)? Based on your previous

Re: Out-Of-Memory

2017-06-19 Thread javastuff....@gmail.com
Sorry my bad. Example also talking in terms of number of entries. Thanks for help. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Out-Of-Memory-tp13829p13969.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Ignite Yardstick - Package built from source

2017-06-19 Thread Swetad90
Hi I am trying to use Ignite yardstick on packages that I build rather than using the ones given in example packages(org.apache.ignite). I tried to package the entire source and place it under the sources folder. However, yardstick is not able to find my packages from properties file. Contents of

Re: High heap on ignite client

2017-06-19 Thread Alexander Fedotov
Thanks. I'll take a look and let you know about any findings. Kind regards, Alex 18 июня 2017 г. 3:33 PM пользователь "Anil" написал: Hi Alex, test program repository - https://github.com/adasari/test-ignite-jdbc.git please let us if you have any suggestions/questions.

off heap and jvm tuning

2017-06-19 Thread neerajbhatt
Hello All As per my understanding by default ignite 2.0 keeps all objects in off heap by default We have kept java heap as 8 GB for all machines in cluster 1. When we add or remove a node (Partitioned cached, with backup one) we see that heap usage in one machine of cluster accordingly decreased

Re: off heap and jvm tuning

2017-06-19 Thread afedotov
Hello. Offheap mode mostly refers to the way the cache entries are stored. There are many other parts of the product that rely on the Java heap like any Java application. In case of a node joining/leaving a topology, partition rebalancing process will take place, which inevitably will affect

Re: High heap on ignite client

2017-06-19 Thread Alexander Fedotov
Hi Anil. Could you please also share C:/Anil/ignite-client.xml ? As well, it would be useful if you took JFR reports for the case with allocation profiling enabled. Just to clarify, by 4L do you mean 4 million entries? Kind regards, Alex. On Mon, Jun 19, 2017 at 10:15 AM, Alexander Fedotov <

Re: Transaction Boundary - Data Streamer

2017-06-19 Thread Andrey Mashenkov
Hi Ganesh, This will not work. IgniteDataStreamer is not transactional by design. On Thu, Jun 15, 2017 at 10:37 AM, Sri Ganesh V wrote: > Hi, > > Is it possible to use streamers to add data to different transactional > caches with transaction boundary defined? > >

Re: High heap on ignite client

2017-06-19 Thread Anil
HI Alex, I have attached the ignite client xml. 4L means 0.4 million records. Sorry, I didn't generate JFR. But created heap dump. Do you agree that Jdbc driver loading everything in memory and next() just for conversion ? Thanks On 19 June 2017 at 17:16, Alexander Fedotov

Re: Facing problem in examples.

2017-06-19 Thread Denis Magda
That’s the issue > Caused by: class org.apache.ignite.spi.IgniteSpiException: Local node's > binary configuration is not equal to remote node's binary configuration > [locNodeId=b3f0367d-3c2b-47b4-865f-a62c656b5d3f, > rmtNodeId=556a3f41-eab1-4d9f-b67c-d94d77ddd89d, >

Re: High heap on ignite client

2017-06-19 Thread afedotov
Actually, JDBC driver should extract data page by page. Need to take an in-depth look. Kind regards, Alex. On Mon, Jun 19, 2017 at 3:08 PM, Anil [via Apache Ignite Users] < ml+s70518n13953...@n6.nabble.com> wrote: > HI Alex, > > I have attached the ignite client xml. 4L means 0.4 million

Re: Facing problem in examples.

2017-06-19 Thread Igor Sapego
Hi, Denis is right. Currently C++ and Java nodes have different default binary configurations, so you need to set them up properly. Best Regards, Igor On Mon, Jun 19, 2017 at 3:40 PM, Denis Magda wrote: > That’s the issue > > Caused by: class

Re: which version of ignite cache is more stable?

2017-06-19 Thread Denis Magda
Libo Yu wrote > Hi all, > > We are using 1.5 but the semaphore always hangs. So we are considering an > upgrade. > So we have two questions. > 1 From API's perspective, is 2.0 compatible with 1.5? > 2 1.6 and 1.9, which is more stable? > > Regards, > > Libo 1. No, 2.0 is incompatible with 1.x