[jira] [Created] (IGNITE-1929) Add code snippets for C++ and C#.

2015-11-16 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-1929: Summary: Add code snippets for C++ and C#. Key: IGNITE-1929 URL: https://issues.apache.org/jira/browse/IGNITE-1929 Project: Ignite Issue Type: Sub-ta

Re: Ignite-1.5 Release

2015-11-16 Thread Valentin Kulichenko
Folks, I made several enhancements in our direct marshalling protocol that will reduce the amount of data transferred over the network. There are two main changes: - Optimized encoding of integers and longs. Now small numbers (0-127) consume only one byte instead of four, greater number can

Re: Ignite Console and PlatformConfiguration

2015-11-16 Thread Alexey Kuznetsov
Dmitriy, Good catch on code snippets! Will create an issue for this. On Tue, Nov 17, 2015 at 12:29 PM, Dmitriy Setrakyan wrote: > Agree. > > I think we should have C++ and .NET code snippets as well. > > D. > > On Mon, Nov 16, 2015 at 7:30 PM, Alexey Kuznetsov > > wrote: > > > Hi! > > > > As

Re: Ignite Console and PlatformConfiguration

2015-11-16 Thread Dmitriy Setrakyan
Agree. I think we should have C++ and .NET code snippets as well. D. On Mon, Nov 16, 2015 at 7:30 PM, Alexey Kuznetsov wrote: > Hi! > > As far as I know we are going to add Platforms in ignite-1.5 release. > > I would like to add a possibility to configure this via Ignite Console UI. > > In ig

Re: Ignite Console and PortableMarshaller

2015-11-16 Thread Dmitriy Setrakyan
To my knowledge, the PortableMarshaller will be moved to an internal package and won’t be public anymore. The portable protocol will be renamed to Binary and will become the default Ignite protocol. If users configure an explicit marshaller, then the configured marshaller will be used, and users w

[jira] [Created] (IGNITE-1928) Area chart shows incorrect graf on first page in special case

2015-11-16 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1928: -- Summary: Area chart shows incorrect graf on first page in special case Key: IGNITE-1928 URL: https://issues.apache.org/jira/browse/IGNITE-1928 Project: Ig

[jira] [Created] (IGNITE-1927) Show generated pom file on summary page

2015-11-16 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-1927: - Summary: Show generated pom file on summary page Key: IGNITE-1927 URL: https://issues.apache.org/jira/browse/IGNITE-1927 Project: Ignite Issue Type: Sub-ta

Ignite Console and PortableMarshaller

2015-11-16 Thread Alexey Kuznetsov
Hi! In ignite-1.5 we are going to add PortableMarshaller. It seems that we need also add PortableMarshaller configuration to Ignite Console UI. Ignite Console UI already can configure JDK and Optimized marshallers. Do we finalized PortableMarshaller public API? Can I proceed with adding suppor

Ignite Console and PlatformConfiguration

2015-11-16 Thread Alexey Kuznetsov
Hi! As far as I know we are going to add Platforms in ignite-1.5 release. I would like to add a possibility to configure this via Ignite Console UI. In ignite-1282 branch I see that IgniteConfiguration has new property "PlatformConfiguration". But it is an interface without any methods. I see

[jira] [Created] (IGNITE-1926) Implement IgfsSecondaryFileSystem using java.io.File API

2015-11-16 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-1926: --- Summary: Implement IgfsSecondaryFileSystem using java.io.File API Key: IGNITE-1926 URL: https://issues.apache.org/jira/browse/IGNITE-1926 Project: Ignite

Re: about apache ignite's document localization(Simplified Chinese)

2015-11-16 Thread Dmitriy Setrakyan
I just got confirmation from oschina (it just took a while). My username is “diset”, can you please add me to the project? D. On Mon, Nov 16, 2015 at 1:38 PM, Dmitriy Setrakyan wrote: > In general, it would be great if anyone in the community would be able to > contribute. Looks like oschina.ne

Re: Ignite-1.5 Release

2015-11-16 Thread Dmitriy Setrakyan
Would be nice to get an up to date picture. At this point this thread has gotten unwieldy. Yakov, would it be worthwhile start a new thread will all the tasks listed again? D. On Mon, Nov 16, 2015 at 1:55 PM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > Igniters, > > I am finalizing

Re: Ignite-1.5 Release

2015-11-16 Thread Alexey Goncharuk
Igniters, I am finalizing my optimizations in tx cache (currently there are a couple of failing tests on CI), I am expecting these changes to be merged in ignite-1.5 branch tomorrow. 2015-11-16 19:23 GMT+03:00 Yakov Zhdanov : > Guys, > > Can everyone provide updates on ongoing issues status? > >

Re: about apache ignite's document localization(Simplified Chinese)

2015-11-16 Thread Dmitriy Setrakyan
In general, it would be great if anyone in the community would be able to contribute. Looks like oschina.net is a copy of GitHub. I tried to create a user there, but could not (I am not getting a verification email). Any ideas? I think the best way to share this process would be to add users to th

[GitHub] ignite pull request: ignite-1639

2015-11-16 Thread iveselovskiy
GitHub user iveselovskiy opened a pull request: https://github.com/apache/ignite/pull/240 ignite-1639 You can merge this pull request into a Git repository by running: $ git pull https://github.com/iveselovskiy/ignite ignite-1639 Alternatively you can review and apply these c

Re: Ignite-1.5 Release

2015-11-16 Thread Yakov Zhdanov
Guys, Can everyone provide updates on ongoing issues status? Vlad, I will review Semaphore tomorrow (Russian time). Thanks! --Yakov 2015-11-14 15:38 GMT+03:00 Denis Magda : > Hi Vladislav, > > Most likely there is a minor issue in your test. > > I think Yakov would be able to run and check th

Re: IGNITE-1227 patch available

2015-11-16 Thread Dmitriy Setrakyan
On Mon, Nov 16, 2015 at 4:09 AM, Denis Magda wrote: > Amir, thanks for pointing out on the outdated steps at ignite.apache.org. > > Community, how do we update pages on at ignite.apache.org? Who has a > right to do modifications? > All committers have access. The instructions are here: https://c

[jira] [Created] (IGNITE-1925) Test HadoopSkipListSelfTest.testLevel flakily fails

2015-11-16 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-1925: --- Summary: Test HadoopSkipListSelfTest.testLevel flakily fails Key: IGNITE-1925 URL: https://issues.apache.org/jira/browse/IGNITE-1925 Project: Ignite Is

[GitHub] ignite pull request: IGNITE-1227: spring transaction manager imple...

2015-11-16 Thread amirakhmedov
GitHub user amirakhmedov opened a pull request: https://github.com/apache/ignite/pull/239 IGNITE-1227: spring transaction manager implementation You can merge this pull request into a Git repository by running: $ git pull https://github.com/amirakhmedov/ignite ignite-1227 Alt

[jira] [Created] (IGNITE-1924) Uncompleme marshaller cashe rebalancing cause Grid hangs

2015-11-16 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-1924: Summary: Uncompleme marshaller cashe rebalancing cause Grid hangs Key: IGNITE-1924 URL: https://issues.apache.org/jira/browse/IGNITE-1924 Project: Ignite

[GitHub] ignite pull request: ignite-1923 testResponseMessageOnRequestUnmar...

2015-11-16 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/238 ignite-1923 testResponseMessageOnRequestUnmarshallingFailed fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-19

Re: Review the new Camel Streamer (IGNITE-1790)

2015-11-16 Thread Denis Magda
Hi Raul, Is there any chance we make this contribution available as a part of the upcoming release? — Denis > On 4 нояб. 2015 г., at 17:29, Denis Magda wrote: > > Raul, sorry for the delay. > > I've reviewed your implementation and left minor comments in the ticket. > > -- > Thanks, > Denis

[GitHub] ignite pull request: IGNITE-1894 .Net: Delegate support in the API...

2015-11-16 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/237 IGNITE-1894 .Net: Delegate support in the API via extension methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-18

Re: IGNITE-1227 patch available

2015-11-16 Thread Denis Magda
Amir, thanks for pointing out on the outdated steps at ignite.apache.org. Community, how do we update pages on at ignite.apache.org? Who has a right to do modifications? Regards, Denis > On 16 нояб. 2015 г., at 15:02, Amir Akhmedov wrote: > > Denis, Artem, > > Thank you guys for clarificatio

Re: IGNITE-1903: CacheStore implementation is serialised to grid clients whether they require it or not

2015-11-16 Thread Denis Magda
Hi Mike, thanks for opening the ticket! I think that someone from the community will be able to address this issue in 1.6 release. In any case, I’m fully agree with Val that the easiest way to overcome this issue for now is just to add CacheStore’s class implementation to client’s classpath. T

Re: IGNITE-1227 patch available

2015-11-16 Thread Amir Akhmedov
Denis, Artem, Thank you guys for clarification. Latter I'll provide a pull-request for this ticket. I think the page [1] should also be updated, cause I followed the steps from there. [1] https://ignite.apache.org/community/contribute.html#contribute 2015-11-16 14:26 GMT+03:00 Artem Shutak : >

[jira] [Created] (IGNITE-1923) [Test failed] IgniteCacheP2pUnmarshallingQueryErrorTest.testResponseMessageOnRequestUnmarshallingFailed fails with portable marshaller

2015-11-16 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-1923: --- Summary: [Test failed] IgniteCacheP2pUnmarshallingQueryErrorTest.testResponseMessageOnRequestUnmarshallingFailed fails with portable marshaller Key: IGNITE-1923 URL: https://issues

[jira] [Created] (IGNITE-1922) Add auth support to YARN module

2015-11-16 Thread Nikolay Tikhonov (JIRA)
Nikolay Tikhonov created IGNITE-1922: Summary: Add auth support to YARN module Key: IGNITE-1922 URL: https://issues.apache.org/jira/browse/IGNITE-1922 Project: Ignite Issue Type: Improvem

Re: [jira] [Created] (IGNITE-1916) SpringResource annotation support resourceClass

2015-11-16 Thread Denis Magda
Hi, Is there any sense to extend @SpringResource annotation the way you suggest? Isn’t resourceName enough to cover all the use cases? Regards, Denis > On 16 нояб. 2015 г., at 5:41, wmz7year (JIRA) wrote: > > wmz7year created IGNITE-1916: > > > Sum

Re: About Ignite-Spring with GridService issue.

2015-11-16 Thread Denis Magda
Hi, You have to use @SprintResource annotation if you want to inject something from a spring application context into Ignite’s compute task. @Autowire annotation is not supported. Best regards, Denis > On 16 нояб. 2015 г., at 7:03, 姜 为 wrote: > > I found hot to fix this, add @SpringResource t

Re: IGNITE-1227 patch available

2015-11-16 Thread Artem Shutak
Denis, Amir, First of all, need to understand how it works on TC. TC downloads a patch file and applies it by 'git am ' to the latest master. That is mentioned on How to Contribute - see "2. Create a Patch-file"/"Applying" As

Manual test suites triggering on TeamCity

2015-11-16 Thread Denis Magda
Community, I’ve mentioned that our ‘’pull-request based contribution” section was outdated. https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-1.CreateGitHubpull-request

[GitHub] ignite pull request: IGNITE-1921 .Net: Handle leak during ComputeJ...

2015-11-16 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/236 IGNITE-1921 .Net: Handle leak during ComputeJobHolder serialization You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-19

Re: IGNITE-1227 patch available

2015-11-16 Thread Denis Magda
Amir, before making a review I want to be sure that all Ignite test suites are green. However, seems that the patch based way contribution is broken. When I open a test run info for any suite I see the following http://ci.ignite.apache.org/viewLog.html?buildId=75417 FAILURE: Build failed with a

[jira] [Created] (IGNITE-1921) .Net: Handle leak during ComputeJobHolder serialization

2015-11-16 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1921: --- Summary: .Net: Handle leak during ComputeJobHolder serialization Key: IGNITE-1921 URL: https://issues.apache.org/jira/browse/IGNITE-1921 Project: Ignite

[jira] [Created] (IGNITE-1920) Chart should select as y axis value different from x axis value if it is possible.

2015-11-16 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-1920: - Summary: Chart should select as y axis value different from x axis value if it is possible. Key: IGNITE-1920 URL: https://issues.apache.org/jira/browse/IGNITE-1920

[jira] [Created] (IGNITE-1919) Blinking on Prev in load metadata dialog

2015-11-16 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-1919: -- Summary: Blinking on Prev in load metadata dialog Key: IGNITE-1919 URL: https://issues.apache.org/jira/browse/IGNITE-1919 Project: Ignite Issue T