[jira] [Created] (IGNITE-2428) [Test] [Rare] IgniteClientReconnectFailoverTest.testReconnectComputeApi

2016-01-21 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2428: --- Summary: [Test] [Rare] IgniteClientReconnectFailoverTest.testReconnectComputeApi Key: IGNITE-2428 URL: https://issues.apache.org/jira/browse/IGNITE-2428

Re: Re: Re: about AOP development

2016-01-21 Thread Vladimir Ershov
Hi, Yes, sure, I can take a look. Just send me, please, your full logs with exception, and describe how exactly you reproduce it (how many nodes started, which one is client and etc.). Thanks! On Thu, Jan 21, 2016 at 9:43 AM, 李玉珏 <18624049...@163.com> wrote: > Hi: > > I understand your

Re: Marking fixed JIRAs against releases

2016-01-21 Thread Konstantin Boudnik
There might be a way to enforce it on the JIRA side, I just have no idea, to be honest. The best way is to file INFRA and ask them to help Cos On Tue, Jan 19, 2016 at 04:12PM, Yakov Zhdanov wrote: > Cos, very good catch. > > 1. Agree with Dmitry that it would be better to enforce version is set

Re: about AOP development

2016-01-21 Thread 李玉珏
Hi: I am at home now, can not reproduce. Do not need to cluster, to get the code to run directly, you can reproduce. If you use the AOP spring technology, through the following code: ClusterGroup cg = ignite.cluster().forServers(); IgniteCompute compute = ignite.compute(cg); IgniteServices

[GitHub] ignite pull request: IGNITE-2419 manage memory overhead in resourc...

2016-01-21 Thread DoudTechData
GitHub user DoudTechData opened a pull request: https://github.com/apache/ignite/pull/414 IGNITE-2419 manage memory overhead in resource requests to YARN implements memory overhead property in ClusterProperties. use property for requesting memory in ApplicationMaster.

Re: What is jdbc:ignite:cfg ??

2016-01-21 Thread Konstantin Boudnik
On Wed, Jan 20, 2016 at 03:32PM, Andrey Gura wrote: > Dmitry, > > We can suggest to Zepplin comunity introduce parameters per > notebook/paragraph that can be passed to interpreter. > > The second option is adding some keywords that can be parsed by > interpreter. > > I think that Val's

Re: supporting collection indexes

2016-01-21 Thread Yakov Zhdanov
This may be a good feature, but I don't think it will be widely used. I understand that Ignite users want to have their objects stored exactly in the format they are used in the application's BL, but in most cases I think that users would benefit if they split they objects. For performance

MyBatis and Apache Ignite integration

2016-01-21 Thread dmagda
Hi MyBatis community! I'm a committer and PMC of Apache Ignite [1] project and writing to you on behalf of our community (+ CC-ed) to discuss an integration between our projects that should be useful for both sides. In short, Apache Ignite is a high-performance, integrated and distributed

[jira] [Created] (IGNITE-2426) Document optimisitic (deadlock-free) transactions on readme.io

2016-01-21 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2426: --- Summary: Document optimisitic (deadlock-free) transactions on readme.io Key: IGNITE-2426 URL: https://issues.apache.org/jira/browse/IGNITE-2426 Project: Ignite

回复: Re: about CacheTypeMetadata

2016-01-21 Thread 李玉珏
Hi: On the sample code, you only modify the XML part, the Java code section is not modified, omitted. Sent from Mail Master 在2016年01月20日 17:41 ,Denis Magda写道: Updated the docs. Thanks for pointing out. On 1/16/2016 12:19 PM, 李玉珏@163 wrote: > Hi: > > In the 1.5.0 version, I found that

[jira] [Created] (IGNITE-2427) [Test] [Rare] CacheSerializableTransactionsTest.testGetRemoveTxNearCache2

2016-01-21 Thread Vladimir Ershov (JIRA)
Vladimir Ershov created IGNITE-2427: --- Summary: [Test] [Rare] CacheSerializableTransactionsTest.testGetRemoveTxNearCache2 Key: IGNITE-2427 URL: https://issues.apache.org/jira/browse/IGNITE-2427

[jira] [Created] (IGNITE-2425) BinaryObject.readField() called for an object Java array field reads objects class

2016-01-21 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2425: --- Summary: BinaryObject.readField() called for an object Java array field reads objects class Key: IGNITE-2425 URL: https://issues.apache.org/jira/browse/IGNITE-2425

Re: 回复: Re: about CacheTypeMetadata

2016-01-21 Thread Denis Magda
I've doubled checked both the pages and didn't find any usage of CacheTypeMetadata in Java code. Please point out to a particular document and the code. On 1/21/2016 11:55 AM, 李玉珏 wrote: Hi: On the sample code, you only modify the XML part, the Java code section is not modified, omitted.

Re: Binary ID mapper that uses a simple name of classes.

2016-01-21 Thread Artem Shutak
Dmitriy, Out-of-the-box Ignite wil have 2 IdMappers: - BinaryLowerCaseIdMapper - converts all of the characters in given string to lower case and then calls hashCode() for it. - BinaryStraightIdMapper - just calls hashCode() for given string (without converting to lower case). May be

[jira] [Created] (IGNITE-2429) CPP: Add examples for the ODBC.

2016-01-21 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2429: --- Summary: CPP: Add examples for the ODBC. Key: IGNITE-2429 URL: https://issues.apache.org/jira/browse/IGNITE-2429 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-2430) BinaryObject: Inconsistent field type name is returned for Collections

2016-01-21 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2430: --- Summary: BinaryObject: Inconsistent field type name is returned for Collections Key: IGNITE-2430 URL: https://issues.apache.org/jira/browse/IGNITE-2430 Project: Ignite

Re: supporting collection indexes

2016-01-21 Thread Sergi Vladykin
I think this feature can be implemented. As far as I understand user will not need to clone the collection or do anything else from what he does now. We well have to drop all the collection items from that separate table and add them again on update. Of course we can try to apply some heuristics

Pool size limits

2016-01-21 Thread Vasiliy Sisko
Hello. I found that IgniteConfiguration.utilityCachePoolSize and IgniteConfiguration.marshCachePoolSize are limited by a constant IgniteConfiguration.DFLT_SYSTEM_MAX_THREAD_CNT that is equals to DFLT_PUBLIC_THREAD_CNT and does not used any more. IgnitionEx:1661: utilityCacheExecSvc =

Re: ignite cache process entry should inject source?

2016-01-21 Thread Denis Magda
Hi Wei Jiang, You can inject @SpringResource and @SpringApplicationContextResource into Ignite Service or Ignite Compute. This feature is not supported for individual cache entries, at least because of performance reasons. @Autowired is unsupported for both Ignite services and computes. So

Re: ignite cache process entry should inject source?

2016-01-21 Thread 姜 为
Hi Denis, How about provide an option for this? Ignite cache user can chose enable or disable inject resources. Wei Jiang > 在 2016年1月22日,下午3:22,Denis Magda 写道: > > Hi Wei Jiang, > > You can inject @SpringResource and @SpringApplicationContextResource