Re: Question about rmvall command of Rest API

2016-09-26 Thread Satoshi Iijima
Hello Val, Thank you for your response. I have checked the size of near cache by the bellow command from visor admin console. In my case @n3 is the client (not server) which has near cache. cache -id8=@n3 Thanks, Satoshi 2016-09-24 6:59 GMT+09:00 vkulichenko :

Re: Ignite - How to check if ignite instance has already started

2016-09-26 Thread Roman Shtykh
Hi, How about using Ignition.getOrStart(...)? -Roman On Tuesday, September 27, 2016 10:44 AM, M Singh wrote: Hi Folks: I am using Ignition.start() and if Ignite has already been started, it shows an IgniteException indicating that the default grid has already

Ignite - How to check if ignite instance has already started

2016-09-26 Thread M Singh
Hi Folks: I am using Ignition.start() and if Ignite has already been started, it shows an IgniteException indicating that the default grid has already been started: org.apache.ignite.IgniteCheckedException: Default Ignite instance has already been started. Is there a way to check if Ignite has

Re: Ignite inside OData WebAPI

2016-09-26 Thread Murthy Kakarlamudi
Thanks Pavel. I tried to stop the Clinet after every request using Ignition.stop and I am now getting expected results. On Sep 26, 2016 4:09 AM, "Pavel Tupitsyn" wrote: > 1) Have you restarted IIS? > 2) To avoid "already started" errors altogether you can use the following

Re: How to avoid the event lost in the continuous query

2016-09-26 Thread vkulichenko
Hi, Are 77, 78 and 79 three different entries? If so, ordering for them is not defined in any case. They can potentially be stored on different nodes, and therefore notifications can come from different nodes. In this case they can arrive in any order, regardless of whether it's a listener

Re: Race condition with partition affinity mapping

2016-09-26 Thread edwardkblk
Thank you Vladimir, Indeed, I see the expected partition-2-node assignment on the 1st node when I turned off late-affinity-assignment mode. However I would see this feature being useful after the initial data set is loaded into a minimal number of running nodes and while new nodes are joining

Re: Adding Thrift binary protocol

2016-09-26 Thread vkulichenko
Hi, First of all, 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. Maurice wrote > Dear community, > > i am

Re: AtomicSequence not working when shutting down one server node from a cluster

2016-09-26 Thread Vladislav Pyatkov
Hi, You example required external connection for running it and does not have atomicConfiguration, which was recommended. Hence I created own sample, please look at attachment. The example does not fail, until last one server would by online. PS You need to start ignite.sh with same

Re: Affinity and Topology versions

2016-09-26 Thread Vladimir Ozerov
Hi, Yes, Ignite guarantees that all nodes participating in transactions operate on the same topology version. I explained the problem with assumed race condition in relevant thread. Vladimir. -- View this message in context:

Re: Race condition with partition affinity mapping

2016-09-26 Thread Vladimir Ozerov
Hi. Looks like you observe "late affinity assignment" feature which is aimed to achieve better overall cluster performance during rebalance. Please see IgniteConfiguration.isLateAffinityAssignment() method for more information. Vladimir. -- View this message in context:

Re: Out of order updates for CacheEntryListeners and multi-cache transactions

2016-09-26 Thread Taras Ledkov
There is no way to guarantee order of updates different keys. Even for a single cache. The order is guaranteed only for the one key (create / update). On 21.09.2016 19:07, ross.anderson wrote: Hi, So with a simple setup: Two nodes, A and B Two TRANSACTIONAL caches y and z, both

Re: Ignite inside OData WebAPI

2016-09-26 Thread Pavel Tupitsyn
1) Have you restarted IIS? 2) To avoid "already started" errors altogether you can use the following pattern: var ignite = Ignition.TryGetIgnite(null) ?? Ignition.Start(cfg); On Sat, Sep 24, 2016 at 10:21 PM, Murthy Kakarlamudi wrote: > Hi Pavel, >Based on your

RE: H2 console starts with error

2016-09-26 Thread ming.he
I switch to master and build package, the issue has gone. Ming -Original Message- From: zhaogxd [mailto:zhao...@gmail.com] Sent: Monday, September 26, 2016 6:56 AM To: user@ignite.apache.org Subject: Re: H2 console starts with error I am using apache-ignite-fabric-1.7.0-bin which was

Re: H2 console starts with error

2016-09-26 Thread Alexey Kuznetsov
Guang, You also can use latest nightly build: https://ignite.apache.org/community/contribute.html#nightly-builds On Mon, Sep 26, 2016 at 1:39 PM, Sergi Vladykin wrote: > Guang, > > Yes, we did not release the fix yet. > > Also you can easily build master yourself:

Re: H2 console starts with error

2016-09-26 Thread Sergi Vladykin
Guang, Yes, we did not release the fix yet. Also you can easily build master yourself: https://ignite.apache.org/download.cgi#build-source Sergi 2016-09-26 1:56 GMT+03:00 zhaogxd : > I am using apache-ignite-fabric-1.7.0-bin which was downloaded a week ago > and > this