[jira] [Created] (IGNITE-3065) Ignite YARN fails to find downloaded artefacts

2016-04-27 Thread Naden Franciscus (JIRA)
Naden Franciscus created IGNITE-3065: Summary: Ignite YARN fails to find downloaded artefacts Key: IGNITE-3065 URL: https://issues.apache.org/jira/browse/IGNITE-3065 Project: Ignite

Re: Ignite 1.6 release timelines

2016-04-27 Thread sssow
Hi, When will you release 1.6? Thank you, -- View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Ignite-1-6-release-timelines-tp7388p8618.html Sent from the Apache Ignite Developers mailing list archive at Nabble.com.

Re: SQL statements monitoring and statistics.

2016-04-27 Thread Dmitriy Setrakyan
Ideally, it would be good to provide average time for every SQL statement. Do we track it anywhere? On Wed, Apr 27, 2016 at 7:01 AM, Sergi Vladykin wrote: > I'm not sure I understand, what kind of statistics do you need. Probably we > could fire events for slow queries

[jira] [Created] (IGNITE-3063) IgfsClientCacheSelfTest.testFormat flakily fails

2016-04-27 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-3063: --- Summary: IgfsClientCacheSelfTest.testFormat flakily fails Key: IGNITE-3063 URL: https://issues.apache.org/jira/browse/IGNITE-3063 Project: Ignite

[GitHub] ignite pull request: Tmp PR for interceptor dotnet debugging (2899...

2016-04-27 Thread ashutakGG
Github user ashutakGG closed the pull request at: https://github.com/apache/ignite/pull/669 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request: IGNITE-2957 .NET: IIgnite.CacheNames

2016-04-27 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/675 IGNITE-2957 .NET: IIgnite.CacheNames You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2957 Alternatively you can

Ignite Reentrant Lock

2016-04-27 Thread Yakov Zhdanov
Guys, Vlad Jelisavcic has implemented Ignite reentrant lock ( https://issues.apache.org/jira/browse/IGNITE-642). I have finally reviewed and merged it today. Vlad, thank you for your efforts! I look forward to next contribution from you! I have removed origin/ignite-642 branch. Please close PR

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-04-27 Thread Yakov Zhdanov
Vlad and All! I have reviewed and merged ignite-642 ( https://issues.apache.org/jira/browse/IGNITE-642 Implement IgniteReentrantLock data structure) to master. I will send separate email to user- and dev-list on this. --Yakov 2016-04-27 13:07 GMT+03:00 Yakov Zhdanov : >

[jira] [Created] (IGNITE-3062) .NET: Nightly NuGet prerelease packages

2016-04-27 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-3062: -- Summary: .NET: Nightly NuGet prerelease packages Key: IGNITE-3062 URL: https://issues.apache.org/jira/browse/IGNITE-3062 Project: Ignite Issue Type:

POJO store usability issues

2016-04-27 Thread Vladimir Ozerov
Igniters, We receive more and more questions about the same problem: "I have big a database. How should I load it to Ignite?" Obviously, users try to use POJO store as a most convenient approach, but it cannot handle this case properly. 1) If user invoke *IgniteCache.loadCache()*, then the same

Re: SQL statements monitoring and statistics.

2016-04-27 Thread Sergi Vladykin
I'm not sure I understand, what kind of statistics do you need. Probably we could fire events for slow queries (I don't think it is a good idea to generate an even for any query due to performance reasons) and then you'll be able to add any listeners you want. Sergi 2016-04-27 3:39 GMT+03:00

[GitHub] ignite pull request: gridgain-7.5.17

2016-04-27 Thread sboikov
GitHub user sboikov opened a pull request: https://github.com/apache/ignite/pull/674 gridgain-7.5.17 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite gridgain-7.5.17 Alternatively you can review and apply

Re: Release Plan

2016-04-27 Thread Yakov Zhdanov
I have updated the page - moved distributed joins to 1.7 and added odbc to 1.6. The thing is that page has been abandoned. Thanks for pointing this out. --Yakov 2016-04-27 2:51 GMT+03:00 Dmitriy Setrakyan : > I think we are running a bit behind. Yakov, can you please

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-04-27 Thread Yakov Zhdanov
Vlad, not yet, unfortunately. I will try to do today. --Yakov 2016-04-27 11:40 GMT+03:00 Vladisav Jelisavcic : > Yakov, > > did you had time to do another review round of ignite-642? > > Thanks! > > On Fri, Apr 15, 2016 at 3:53 PM, Vladisav Jelisavcic

[jira] [Created] (IGNITE-3061) Platforms: ensure that Spring context is not lost when starting platform using XML.

2016-04-27 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-3061: --- Summary: Platforms: ensure that Spring context is not lost when starting platform using XML. Key: IGNITE-3061 URL: https://issues.apache.org/jira/browse/IGNITE-3061

[jira] [Created] (IGNITE-3060) Discovery: optimize resource usage for client connections

2016-04-27 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-3060: Summary: Discovery: optimize resource usage for client connections Key: IGNITE-3060 URL: https://issues.apache.org/jira/browse/IGNITE-3060 Project: Ignite

Re: Semaphore blocking on tryAcquire() while holding a cache-lock

2016-04-27 Thread Vladisav Jelisavcic
Yakov, did you had time to do another review round of ignite-642? Thanks! On Fri, Apr 15, 2016 at 3:53 PM, Vladisav Jelisavcic wrote: > Yakov, > > I've finished the initialization tests for ignite-642 (and moved > serialization test from GridCacheLockAbstractTest to >

[GitHub] ignite pull request: IGNITE-2981: Added EnableSharedFromThis and t...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/636 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request: IGNITE-2944 .NET: Implement IIgnite.GetOrCrea...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/625 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request: IGNITE-3052 .NET: Deprecate CacheEvent.LockId

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/671 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request: IGNITE-2979 .NET: Implement Java-based contin...

2016-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/668 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Ask a question about Ignite Cache , help! Thanks!

2016-04-27 Thread Dmitriy Setrakyan
How many backups do you have configured? On Tue, Apr 26, 2016 at 10:52 PM, 徐冉 <7844...@163.com> wrote: > hi: > I found a problem, Maybe I'm not properly configured .I test write data > into ignite cache, and I deploy a cluster with Zero Deployment, and I > develep a progrem to write data into

Ask a question about Ignite Cache , help! Thanks!

2016-04-27 Thread 徐冉
hi: I found a problem, Maybe I'm not properly configured .I test write data into ignite cache, and I deploy a cluster with Zero Deployment, and I develep a progrem to write data into Ignite Cache. when the progrem run in Single node, test result (write speed)is ablout 200,000 rows/s, when the