Azure Integration

2016-04-25 Thread arthi
Hi Team, Can a Ignite grid run on Azure cloud? Thanks, Arthi -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Azure-Integration-tp4531.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: how to loadCache from Hbase

2016-04-25 Thread vkulichenko
Hi, There is no example particularly for HBase, but it's no different from other implementations - you need to implement CacheStore interface and provide it in configuration. I would start with extending convenient CacheStoreAdapter class and implementing load/write/delete methods, like shown

Thanks for contributing IGNITE-3015 Fix GridGain references in Javadoc

2016-04-25 Thread Alexey Kuznetsov
I want to thank Matt Hoffman from the community side for the contribution he has done in javadocs cleanup. Look forward for new contributions from your side! -- Alexey Kuznetsov GridGain Systems www.gridgain.com

how to loadCache from Hbase

2016-04-25 Thread ght230
Is there any example about using CacheStore.loadCache() to loading data from Hbase? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/how-to-loadCache-from-Hbase-tp4528.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Thanks for contributing IGNITE-3035 Postgres mssql JDBC discovery fix

2016-04-25 Thread Alexey Kuznetsov
I would like to thanks to I want to thank Peter Griffiths from the community side for the contribution he has done in JDBC discovery. Look forward for new contributions from your side! -- Alexey Kuznetsov GridGain Systems www.gridgain.com

Re: ignite logging not captured in log file (log4j)

2016-04-25 Thread vkulichenko
Can you clarify how exactly you're going to use rolling restart? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-logging-not-captured-in-log-file-log4j-tp4334p4526.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: ignite logging not captured in log file (log4j)

2016-04-25 Thread vkulichenko
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-logging-not-captured-in-log-file-log4j-tp4334p4525.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Client fails to connect - joinTimeout vs networkTimeout

2016-04-25 Thread vkulichenko
Hi, You can limit the size of the allocated off heap memory for a cache by setting CacheConfiguration.offHeapMaxMemory property. If it's exceeded, entries will start to evict from cache on LRU basis. If you have a persistence store, it will then loaded from from there. Otherwise, you lose the

Re: java.lang.OutOfMemoryError in normal Ignite usage

2016-04-25 Thread Dmitriy Setrakyan
1GB of heap is generally very small. The memory issue may or may not be related to Ignite. I would suggest increasing the heap size and check the heap graphs in any profiler, to make sure that it is not constantly growing without being reclaimed. If it is, then I would check which objects are the

Cluster Stopped when no activity for hours

2016-04-25 Thread arthi
Hi Team, I have a ignite cluster with 11 nodes, and I have four partitioned caches all using off heap memory. I want to load several GBs of data into the caches (each node is 256GB RAM). I use loadCache API to load, and it takes a lot of time to load the data into cache. I leave the cluster as

Re: IgniteSemaphore problem

2016-04-25 Thread Dmitriy Setrakyan
Here is a link to the nightly builds: https://cwiki.apache.org/confluence/display/IGNITE/Nightly+Builds On Mon, Apr 25, 2016 at 4:36 AM, Vladimir Ozerov wrote: > Hi, > > There was several issues associated with distributed semaphore in 1.5.0 > release. As far as I know

Re: Exception while using primary key with “underscore” character in apache ignite

2016-04-25 Thread Alexey Kuznetsov
There were a lot of bugs fixed in Schema Import Utility recently. Could you try to re-generate POJOs and configs one more time using Schema Import Utility from latest [nightly build][1]? [1]: https://builds.apache.org/view/H-L/view/Ignite/job/Ignite-nightly/lastSuccessfulBuild/ On Tue, Apr

Re: Client fails to connect - joinTimeout vs networkTimeout

2016-04-25 Thread bintisepaha
Val, we are going to try 10 GB off heap storage with 4 GB heap sizes this week and next and will revert how that looks. A follow up question - what happens when data does not fit off heap and we have defined affinity, where does it go - on heap or do we start seeing inconsistent results? We do not

Re: ignite logging not captured in log file (log4j)

2016-04-25 Thread bintisepaha
I will give it one more shot on our end with several clients connected to the grid when we attempt to restart and let you know if we saw the same effect. Does ignite support a rolling restart methodology? -- View this message in context:

Re: Exception while using primary key with “underscore” character in apache ignite

2016-04-25 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that the community can receive email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 anishdevasia wrote > Following exception occurs when using apache

Re: Can't load log handler "org.apache.ignite.logger.java.JavaLoggerFileHandler"

2016-04-25 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that the community can receive email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 suhuadong wrote > My project based spring boot and

Re: Error running nodes in .net and c++

2016-04-25 Thread Murthy Kakarlamudi
Hi Alexey...Apologize the delay in my response. Below are the 2 links from gdrive for my Java and c++ projects. Java Project: https://drive.google.com/open?id=0B8lM91-_3MwRZmF6N0tnN1pyN2M C++ Project: https://drive.google.com/open?id=0B8lM91-_3MwRMGE5akVWVXc0RXc Please let me know if you have

Re: Which is a better choice,Ignite client Node or Memcached client?

2016-04-25 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that the community can receive email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 suhuadong wrote > When i readed ignite documents, i know that

Re: Performance Issue - Threads blocking

2016-04-25 Thread vkulichenko
Matt Hoffman wrote > Do you think that would be a candidate for the "Performance tips" page in > the docs? I know I've referred to that page a few times recently myself. That's a good point, thanks. I updated the docs. -Val -- View this message in context:

Re: Performance Issue - Threads blocking

2016-04-25 Thread vkulichenko
Hi Matt, Matt Hoffman wrote > Based on his claim of a lot of threads waiting on the same locks, I > assumed > that's what was happening -- high contention for a few cache keys. I don't > know his use case, but I can imagine cases with a fairly small number of > very "hot" entries. > It wouldn't

Re: Ignite Installation with Spark under CDH

2016-04-25 Thread mdolgonos
Vladimir, There are 2 things that I'm experiencing so far: 1. I have added the following code to spark-env.sh in my CDH installation IGNITE_HOME=/etc/ignite-1.5.0 IGNITE_LIBS="${IGNITE_HOME}/libs/*" for file in ${IGNITE_HOME}/libs/* do if [ -d ${file} ] && [ "${file}" !=

Re: Problems About Loadcache Streamer And Putall

2016-04-25 Thread Dmitriy Setrakyan
DataStreamer allows to inject high volume of data into Ignite from a client. It essentially is an equivalent of a bulk-put operation which automatically batches the data on the client side before sending it to servers. loadCache() method, on the other hand, will load data from the underlying

Re: ignite logging not captured in log file (log4j)

2016-04-25 Thread bintisepaha
After enabling the dependency this is what I used. Does not seem to log anything extra than my java code in the log file. log4j.logger.org.apache.ignite=ERROR log4j.logger.org.apache.activemq=INFO log4j.logger.org.apache.commons=INFO -- View this message in context:

Re: Error running nodes in .net and c++

2016-04-25 Thread Alexey Kuznetsov
I see in stack trace "Caused by: class org.apache.ignite.IgniteException: Spring application context resource is not injected." Also CacheJdbcPojoStoreFactory contains such declaration: @SpringApplicationContextResource private transient Object appCtx; Anybody know why appCtx may not be

Re: Not able to save data in Ignite datagrid using JavaIgniteRDD

2016-04-25 Thread Vladimir Ozerov
Hi Vij, I am a bit confused - do you still have any problems? Because one message earlier you mentioned that finally it worked. Is any assistance still needed? Vladimir. On Thu, Apr 21, 2016 at 7:32 AM, vijayendra bhati wrote: > Hi Alexei, > > Here it is, the file

Re: Error running nodes in .net and c++

2016-04-25 Thread Vladimir Ozerov
Alexey Kuznetsov, Provided you have more expertise with POJO store, could you please advise what could cause this exception? Seems that POJO store expects some injection, which doesn't happen. Are there any specific requirements here? C++ node starts as a regular node and also use Spring.

Re: Error running nodes in .net and c++

2016-04-25 Thread Murthy Kakarlamudi
Any help on this issue please... On Sat, Apr 16, 2016 at 7:29 PM, Murthy Kakarlamudi wrote: > Hi, >In my use case, I am starting a node from .net which loads data from > SQL Server table into cache upon start up. I have to read those entries > from cache from a c++ node

Problems About Loadcache Streamer And Putall

2016-04-25 Thread Level D
Hi?? I've already read the development manul about these three methods. And it says that putall is inefficient when cluster loads a large nember of data. Here comes my problems. What are the advantages of localcache and streamer in big data? Are there any mesures to ensure data is not

Re: IgniteSemaphore problem

2016-04-25 Thread Vladimir Ozerov
Hi, There was several issues associated with distributed semaphore in 1.5.0 release. As far as I know most of the will be fixed in 1.6.0 release. Can you try building from current development master and see if the problem is still there? Vladimir. On Wed, Apr 20, 2016 at 1:00 PM, swoky

Re: Getting a null pointer exception when trying to bulk load a cache using LoadCache

2016-04-25 Thread Vladimir Ozerov
Hi, Could you please clarify what is ROCCache and ROCCacheConfiguration? And how many nodes do you have in topology? Vladimir. On Thu, Apr 21, 2016 at 10:34 AM, abhishek94 wrote: > 1 client node and 1 remote server node, have added the Pojo jar and MYSQl > jar >

Re: Ignite Installation with Spark under CDH

2016-04-25 Thread Vladimir Ozerov
Hi, Could you please clarify the exact problem? Do you see any exception? Vladimir. On Fri, Apr 22, 2016 at 4:57 PM, mdolgonos wrote: > I'm trying to install and integrate Ignite with Spark under CDH by > following > the recommendation at >

Re: Detecting a node leaving the cluster

2016-04-25 Thread Vladimir Ozerov
Ralph, EVT_NODE_LEFT and EVT_NODE_FAILED occur on local node. They essentially mean "I saw that remote node went down". Vladimir. On Sat, Apr 23, 2016 at 5:48 PM, Ralph Goers wrote: > Some more information that may be of help. > > Each user of a client application

Re: java.lang.OutOfMemoryError in normal Ignite usage

2016-04-25 Thread Vladimir Ozerov
Hi, Most probably, you just have insufficient heap, as queries require some heap space during execution. Probably you should give your node more heap and monitor it for some. If all is fine, you will see a saw-like pattern - when memory is allocated and then release. If there is a leak, you will

Re: Compute Grid API in C++/Scala

2016-04-25 Thread Vladimir Ozerov
Hi Arthi, I think C++ Compute API will be ready somewhere around 1.7 version. Exact timeline is not know for now, but I think this is a matter of several months. Vladimir. On Mon, Apr 25, 2016 at 8:47 AM, arthi wrote: > Thanks Igor & Val. > > Is there a

Re: Compute Grid API in C++/Scala

2016-04-25 Thread arthi
Thanks Igor & Val. Is there a tentative timeline when the next release with C++ compute grid will come out? Thanks, Arthi -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Compute-Grid-API-in-C-Scala-tp4456p4487.html Sent from the Apache Ignite Users mailing