Re: Active jobs from LoadBalancingSpi

2016-02-25 Thread Paolo Di Tommaso
Hi Valentin, I was thinking the same. I will give a try to this approach. Thanks, Paolo On Wed, Feb 24, 2016 at 11:55 PM, vkulichenko wrote: > Paolo, > > I think you can create a replicated cache and store such metrics there. > When > a job starts, it increments number of used CPUs and decre

Reproducing the benchmark numbers

2016-02-25 Thread Peter Veentjer
We (Hazelcast) would like to reproduce the benchmark numbers: https://ignite.apache.org/benchmarks/ignite-vs-hazelcast.html We have set up 3 separate environments, to reduce the change of configuration errors, according to the exact specifications on the website, but have failed to reproduced the

Re: Version issue with concurrent cache updates (EntryProcessor)

2016-02-25 Thread Myron Chelyada
Hello Team, Looks like I am faced to similar issue in case of cache rebalancing. I.e. there are few nodes and cache data are being modified/updated via EntryProcessor. And at some moment additional node is joined to grid. And finally (after rebalance complete and update complete) I got cache valu

Re: Cache Updates Order

2016-02-25 Thread vkulichenko
amit2103 wrote > I also made some additions to the Ignite Spring Transaction manager. Like > implementing doSetRollbackOnly. > Is there any way I can make a pull request to Ignite or make a > contribution? Will a pull request on github do? > > Regards Hi Amit, This should go to dev@ mailing list

Re: Ignite in memory to replicate DB

2016-02-25 Thread vkulichenko
Hi Asvin, Can you please properly subscribe to the mailing list so that the community receives email notifications? Please follow this instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 Ashwin wrote > I am dealing with billion of records in my

Re: Reproducing the benchmark numbers

2016-02-25 Thread Dmitriy Setrakyan
Cross-copying to the dev@ list. Yakov, can you please explain the environment to the Hazelcast engineer? I do find it a bit strange that their CEO, Mr. Luck, first accused us of “faking” [1][2] the result a week ago, and only now is making an attempt to actually reproduce the results, but neverth

Re: Reproducing the benchmark numbers

2016-02-25 Thread Yakov Zhdanov
Hello! Here is the info: * AMI used - ami-e78b6687 which should be just Ubuntu 14.04 + git + java + dstat * Instance c4.2xlarge: RAM 15GiB, vCPU 8 * VM information: Java(TM) SE Runtime Environment 1.7.0_80-b15 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 24.80-b11 * Zone: us-west-2a * Co

NoSuchMethod Error

2016-02-25 Thread jitesh dundas
HI All, Apache Ignite 1.5.0.Final We are using this version to store a few thousand strings in the cache using the simple example on the site http://apacheignite.gridgain.org/docs/getting-started We are using resin-4.0.36 to run this. Any ideas as to why this happens? 016-02-25 17:30:16.849 [As

Re: NoSuchMethod Error

2016-02-25 Thread vkulichenko
Hi Jitesh, This issue looks similar to [1] - Resin includes javaee-16.jar which contains some outdated JCache spec classes. These classes override ones provided by the application. Can you try the solution provided on SO to reverse the class loading order? [1] http://stackoverflow.com/questions/2

Re: NoSuchMethod Error

2016-02-25 Thread jitesh dundas
Hi, Thanks for the advise. I will surely try that. Thanks & Regards, Jitesh Dundas Phone - 732-357-6292 On Thu, Feb 25, 2016 at 6:40 PM, vkulichenko wrote: > Hi Jitesh, > > This issue looks similar to [1] - Resin includes javaee-16.jar which > contains some outdated JCache spec classes. Th

Re: If Apache Ignite's cacheMode is REPLACATED, there will be a delay?

2016-02-25 Thread vkulichenko
Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Please follow this instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1 上帝已死 wrote > If Apache Ignite's cacheMode is REPLACATED, there

Linking sessions and nodes ?

2016-02-25 Thread Ravi Puri
I want to run separate nodes for separate session.. eg. difrnt node for login n another node fr logout . How can i do this via configuration or some code chnges in ignite?? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Linking-sessions-and-nodes-tp3199.html Sen