Re: Getting javax.cache.CacheException after upgrading to Ignite 2.7

2019-05-23 Thread hulitao198758
mee too -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: confirm unsubscribe from user@ignite.apache.org

2019-05-23 Thread Puneeth S B Gowda
remove me On Thu, 23 May 2019 at 22:00, wrote: > Hi! This is the ezmlm program. I'm managing the > user@ignite.apache.org mailing list. > > To confirm that you would like > >puneeth.go...@travelcentrictechnology.com > > removed from the user mailing list, please send a short reply > to this

unsubscribe

2019-05-23 Thread Puneeth S B Gowda
-- Warm regards, Puneeth S B Gowda, MBA | Agile Operations Manager [image: HotelHub-logo] HotelHub LLP Phone: +91 80 6741 8730 Cell: +91 96 3209 6056 Email: puneeth.go...@hotelhub.com Website: www.hotelhub.com

Re: Which cache gets expiry policy when creating near cache?

2019-05-23 Thread John Smith
Also is there a difference between these two? ignite.getOrCreateCache(cacheConfig, nearConfig).withExpiryPolicy(); AND ignite.getOrCreateNearCache(name, nearConfig).withExpiryPolicy(); On Thu, 23 May 2019 at 11:27, Ilya Kasnacheev wrote: > Hello! > > Yes, I guess so. > > Regards, > -- >

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread joaquinsanroman
Hi, Thank you very much for your help! You mean that I need to run one IgniteClient inside the host from I want to make the query? With this configuration the hdfs will access to the cluster through the local client, right? I would like to access without having to run the ignite client in

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread Ilya Kasnacheev
Hello! Unfortunately I'm not familiar enough with IGFS to answer such question purely from configuration variables. What does it say when it does not work? Have you tried starting Ignite client in the same VM prior to the launch? If you don't have Ignite client, you will have to use IPC.

Re: apache ignite in client mode - memory leak?

2019-05-23 Thread mahesh76private
>>What happens if you trigger garbage collection? It frees up some amount of memory then continues to increase (as shown in earlier message) Haven't taken GC logs. is there a quick way to take these? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: apache ignite in client mode - memory leak?

2019-05-23 Thread Ilya Kasnacheev
Hello! Do you have GC logs? What happens if you trigger garbage collection? Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 18:25, mahesh76private : > Hi, > > When Ignite is in client mode, it constantly seems to consume 20MB. > See the below metric, ignite spews out. Please explain. > > >

Re: Which cache gets expiry policy when creating near cache?

2019-05-23 Thread Ilya Kasnacheev
Hello! Yes, I guess so. Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 17:53, John Smith : > So then I should create my regular cache first... Set the expiry policy on > that and then create near cache on top of that? > > On Thu, 23 May 2019 at 08:48, Ilya Kasnacheev > wrote: > >> Hello!

apache ignite in client mode - memory leak?

2019-05-23 Thread mahesh76private
Hi, When Ignite is in client mode, it constantly seems to consume 20MB. See the below metric, ignite spews out. Please explain. Metrics for local node (to disable set 'metricsLogFrequency' to 0) ^-- Node [id=dba51c3c, uptime=00:56:00.345] ^-- H/N/C [hosts=5, nodes=6, CPUs=40] ^--

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread joaquinsanroman
Hi, I set fs.igfs.igfs.endpoint.no_embed to false, but it does not run. This is the actual situation: [xxx@snnni0006 ~]$ hdfs getconf -confkey fs.igfs.igfs.endpoint.no_embed false [xxx@snnni0006 ~]$ hdfs getconf -confkey IgfsIpcEndpointConfiguration.host snnni0010 [xxx@snnni0006 ~]$ hdfs

Re: Which cache gets expiry policy when creating near cache?

2019-05-23 Thread John Smith
So then I should create my regular cache first... Set the expiry policy on that and then create near cache on top of that? On Thu, 23 May 2019 at 08:48, Ilya Kasnacheev wrote: > Hello! > > It will be set on the cache proxy returned by withExpirePolicy() method > (and will be applied to near

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread Ilya Kasnacheev
Hello! It seems that Igfs can try use client node from the same process if fs.igfs.igfs.endpoint.no_embed is set to false. But you have it set to true. In this case it will use IPC by host/port. Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 17:20, joaquinsanroman : > Hi, > > Yes, this

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread joaquinsanroman
Hi, Yes, this what I need. When I run "hdfs dfs -ls igfs://igfs@" in an external node (who has not an ignite node) it should connect to a defined endpoint:port to do IGFS operations. I have checked the documentation and I found 2 properties (File system URI:

Re: [External]Re: Read/query TPS is decreasing after enabling mix load i.e. write services

2019-05-23 Thread Ilya Kasnacheev
Hello! I recommend gathering thread dumps from cluster as it has performance issues, sharing these dumps with us. Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 10:52, Kamlesh Joshi : > Hi ilya, > > > > We tried with LOG_ONLY and BACKGROUND both but still behavior remains > same. Any other

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread Ilya Kasnacheev
Hello! I don't understand what you are trying to do. Do you want igfs://igfs@/ to spawn a client node that would connect to a cluster and do IGFS operations? Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 16:16, joaquinsanroman : > Hi Ilya, > > I am not using SHMEM, because the client and

Re: sessionFactory.getCache().evictCollectionData

2019-05-23 Thread Tomasz Prus
Interestingly, when i run evictCollectionData twice, it works. czw., 23 maj 2019 o 13:39 Tomasz Prus napisał(a): > Hello, > I have configured Ignite cache with Hibernate 2L cache for to instances > and almost everything works fine but when trying to evict collection data > after new entity

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread joaquinsanroman
Hi Ilya, I am not using SHMEM, because the client and the servers are in different hosts. If I use @localhost:10500, I will never connect because in localhost is not running one node of ignite. My intention is to connect to one cluster remotely. Do you know how to do it? Thank you very much,

Re: When the client frequently has FullGC, it blocks all requests from the server. "Possible starvation in striped pool"

2019-05-23 Thread Ilya Kasnacheev
Hello! I think that this will only be mitigated ny moving to some kind of thin client. Optionally you can try to bring thick client out of VM that is having long GCs (a separate JVM?). Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 04:59, 赵剑 : > Hello > When the client frequently has

Re: Issue with CacheQueryReadEvent's queryType

2019-05-23 Thread Ilya Kasnacheev
Hello! Yes, using JDBC Thin driver is preferred because a lot of work is happening around it. Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 10:30, Garaude, Benjamin < benjamin.gara...@wolterskluwer.com>: > Hi, > > > > Thanks for your answer, I’ll file an issue and we’ll see. > > > > Just

Re: Which cache gets expiry policy when creating near cache?

2019-05-23 Thread Ilya Kasnacheev
Hello! It will be set on the cache proxy returned by withExpirePolicy() method (and will be applied to near cache, I guess, if this is implemented at all) Regards, -- Ilya Kasnacheev чт, 23 мая 2019 г. в 00:18, John Smith : > Hi, when we use ignite getOrCreateNearCache().withExpirePolicy() >

Re: Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread Ilya Kasnacheev
Hello! I don't think you actually want to use SHMEM. How about just using @localhost:10500? -- Ilya Kasnacheev чт, 23 мая 2019 г. в 13:15, joaquinsanroman : > Hi, > > First of all, thak you very much for your help. > > I have configured one IGFS cluster without HDFS secondary filesystem >

How to use transaction.commitAsync()?

2019-05-23 Thread kimec.ethome.sk
Let's assume I need to update an item in a cache and then invoke commitAsync(). Is the following a valid code pattern? Transaction transaction = ignite.transactions().txStart(); cache.putAsync(key, value); // this cache.put(key, value); // or this transaction.commitAsync().listen(fut -> /*

zk connect loss

2019-05-23 Thread wangsan
13:10:06.119 [main] ERROR - Failed to resolve default logging config file: config/java.util.logging.properties 13:10:37.097 [main] ERROR o.a.i.s.d.z.internal.ZookeeperClient - Operation failed with unexpected error, connection lost: org.apache.zookeeper.KeeperException$ConnectionLossException:

sessionFactory.getCache().evictCollectionData

2019-05-23 Thread Tomasz Prus
Hello, I have configured Ignite cache with Hibernate 2L cache for to instances and almost everything works fine but when trying to evict collection data after new entity creation, seems that eviction doesn't work because there is no new entity in that evicted collection. My configs:

Re: failed to get the security context object

2019-05-23 Thread Zaheer
Hi, I am also trying to develop a security plugin for Ignite. Security context in case of visor call is null and even the SecurityContextHolder wont work. Because, 1. *SecurityContextHolder* has a ThreadLocal variable holding the *SecurityContext*. So if your calls of authenticate and authorize

Hadoop client configuration IGFS - hdfs dfs

2019-05-23 Thread joaquinsanroman
Hi, First of all, thak you very much for your help. I have configured one IGFS cluster without HDFS secondary filesystem because the intention is to use IGFS as an independent storage. The configuration file for all server nodes is the next: http://www.springframework.org/schema/beans;

JVM Halt on Null Pointer Exception in GridDhtTxAbstractEnlistFuture

2019-05-23 Thread garima.j
Hello, We have a 3 node cluster in production for Apache Ignite version 2.7. RAM 128GB. A Spark streaming service (with thick Ignite clients) writes data into Ignite cache in a transaction (first get and then put). Now, 3 spark clients stopped and hence NODE_FAILED events were received. My

Re: Apache ignite rewrite badly SQL ???

2019-05-23 Thread Roman Kondakov
Hi! Is your data collocated? To perform fast joins in the distributed systems tables should be collocated on the join keys [1] to avoid network latency. Also Ignite's SQL optimizer currently is not able to select the best join order. If your query is slow you should choose the join order

RE: [External]Re: Read/query TPS is decreasing after enabling mix load i.e. write services

2019-05-23 Thread Kamlesh Joshi
Hi ilya, We tried with LOG_ONLY and BACKGROUND both but still behavior remains same. Any other parameter tweak which would help? Thanks and Regards, Kamlesh Joshi From: Ilya Kasnacheev Sent: Wednesday, May 22, 2019 9:14 PM To: user@ignite.apache.org Subject: Re: [External]Re: Read/query TPS

RE: Issue with CacheQueryReadEvent's queryType

2019-05-23 Thread Garaude, Benjamin
Hi, Thanks for your answer, I’ll file an issue and we’ll see. Just one question: when you say “everyone seems to be using JDBC”, you mean they are not using SQLFieldQuery, but plain JDBC queries using the ignite JDBC driver? Is that approach recommended over SQLFieldQueries? Regards,