Documentation for AOP-based Grid Enabling

2016-05-26 Thread Prachi Garg
Engineers, I have added documentation for AOP-based Grid Enabling - http://apacheignite.gridgain.org/docs/aop-based-grid-enabling. Can someone please review? -P

[GitHub] ignite pull request: Ignite 2969 last

2016-05-26 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/760 Ignite 2969 last You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-2969-last Alternatively you can review and apply t

[jira] [Created] (IGNITE-3206) .NET: Entity Framework Cache Store

2016-05-26 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-3206: -- Summary: .NET: Entity Framework Cache Store Key: IGNITE-3206 URL: https://issues.apache.org/jira/browse/IGNITE-3206 Project: Ignite Issue Type: New Featu

[GitHub] ignite pull request: IGNITE-3205: Fixed compiliation for the G++-4...

2016-05-26 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/759 IGNITE-3205: Fixed compiliation for the G++-4.4. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-3205 Alternatively you c

[jira] [Created] (IGNITE-3205) CPP: Ignite C++ can not be compiled with g++ 4.4.7

2016-05-26 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3205: --- Summary: CPP: Ignite C++ can not be compiled with g++ 4.4.7 Key: IGNITE-3205 URL: https://issues.apache.org/jira/browse/IGNITE-3205 Project: Ignite Issue Type:

Re: Deadlock detection usage

2016-05-26 Thread Andrey Gura
>From my point of view, "Transactions" topic is the most suitable place for deadlock detection docs. The only thing that I don't like it topic name. I think that would be better just mention that detection supports only pessimistic transactions, because in the next release we will have deadlock de

Re: Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread 李玉珏
The official release of the binary package and maven dependency is no problem. Your maven dependent version is not correct. you can look at: http://repo1.maven.org/maven2/org/apache/ignite/ignite-indexing/1.6.0/ignite-indexing-1.6.0.pom com.h2databaseh21.3.175compile 在 16/5/26 16:55, Ken Chen

Re: Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread 李玉珏
Ignite, may only use the 1.3.175 version of H2 database. 在 16/5/26 16:55, Ken Cheng 写道: Hi All, I ran into above issue. here is the error stack Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.start(Ig

Re: [apache/ignite] [IGNITE-2929] IgniteContext should not have typeparameters (#740)

2016-05-26 Thread Valentin Kulichenko
Hm, we can use it :) Create properly designed IgniteSession class and deprecate existing IgniteContext. Thoughts? -Val On Thu, May 26, 2016 at 5:47 AM, mabiao wrote: > And the Apache Spark 2.0 maven repo will be available soon. The spark 2.0 > will no longer use SparkContext but SparkSession,

Re: Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread Valentin Kulichenko
I replied in the ticket. -Val On Thu, May 26, 2016 at 1:00 PM, 姜 为 wrote: > Hi > > Can u share your code ? > > I has seem problem in spring boot. > > wmz7year > > > > 在 2016年5月26日,下午5:07,Ken Cheng 写道: > > > > I created a bug https://issues.apache.org/jira/browse/IGNITE-3204 > >

Re: Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread 姜 为
Hi Can u share your code ? I has seem problem in spring boot. wmz7year > 在 2016年5月26日,下午5:07,Ken Cheng 写道: > > I created a bug https://issues.apache.org/jira/browse/IGNITE-3204 > > > > Thanks, > kcheng > > On Thu, May 26, 2016 at 4:55 PM, Ken Cheng wrote: > >> Hi All,

[GitHub] ignite pull request: Fixed putIfAbsent() return error

2016-05-26 Thread zhanghenglei
GitHub user zhanghenglei opened a pull request: https://github.com/apache/ignite/pull/758 Fixed putIfAbsent() return error cache.putIfAbsent(key, val) return a boolean value, not the object. You can merge this pull request into a Git repository by running: $ git pull https://gi

Review of AffinityFunction: primary and backup copies in different locations

2016-05-26 Thread Denis Magda
Yakov, please do final review of the following functionality [1]. Probably you’ll have some additional comments. Dmitriy, please make a review of the new public API that was added to rendezvous and fair affinity functions. [1] https://issues.apache.org/jira/browse/IGNITE-2655

Re: Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread Ken Cheng
I created a bug https://issues.apache.org/jira/browse/IGNITE-3204 Thanks, kcheng On Thu, May 26, 2016 at 4:55 PM, Ken Cheng wrote: > Hi All, > > I ran into above issue. here is the error stack > > > Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties > at > org.apache.ign

[jira] [Created] (IGNITE-3204) java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread kcheng.mvp (JIRA)
kcheng.mvp created IGNITE-3204: -- Summary: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties Key: IGNITE-3204 URL: https://issues.apache.org/jira/browse/IGNITE-3204 Project: Ignite I

Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties

2016-05-26 Thread Ken Cheng
Hi All, I ran into above issue. here is the error stack Caused by: java.lang.NoClassDefFoundError: org/h2/constant/SysProperties at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.start(IgniteH2Indexing.java:1487) ~[ignite-indexing-1.6.0.jar:1.6.0] at org.apache.ignite.internal.p

[jira] [Created] (IGNITE-3203) Hadoop: permgen leak due to new statistics thread in Hadoop.

2016-05-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-3203: --- Summary: Hadoop: permgen leak due to new statistics thread in Hadoop. Key: IGNITE-3203 URL: https://issues.apache.org/jira/browse/IGNITE-3203 Project: Ignite

[jira] [Created] (IGNITE-3202) IGFS: Create user name converter for Hadoop secondary file system.

2016-05-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-3202: --- Summary: IGFS: Create user name converter for Hadoop secondary file system. Key: IGNITE-3202 URL: https://issues.apache.org/jira/browse/IGNITE-3202 Project: Ign

[jira] [Created] (IGNITE-3201) IGFS: Delete worker should not start on clients.

2016-05-26 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-3201: --- Summary: IGFS: Delete worker should not start on clients. Key: IGNITE-3201 URL: https://issues.apache.org/jira/browse/IGNITE-3201 Project: Ignite Issue