Docker image

2016-01-28 Thread Valentin Kulichenko
Nikolay, As far as I know you were creating Docker images for Ignite. I just opened it [1] and noticed that the version is 1.0.0 there. Is there a reason for this? Can we switch it to the latest? [1] https://hub.docker.com/r/apacheignite/ignite/~/dockerfile/ -Val

[jira] [Created] (IGNITE-2497) Cache query fails with assertion after client reconnected

2016-01-28 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-2497: - Summary: Cache query fails with assertion after client reconnected Key: IGNITE-2497 URL: https://issues.apache.org/jira/browse/IGNITE-2497 Project: Ignite

Re: Cassandra cache store [IGNITE-1371]

2016-01-28 Thread Alexey Kuznetsov
I like Val suggestion. Also in this case we could move external things like Kryo into separate module/dependency (for those who do not want to depend on Kryo). This could be "ignite-cassandra-kryo" module that will contain smth. like "KryoPersistenceCallback". Thoughts? On Fri, Jan 29, 2016 at

Re: Proxy serialization issue

2016-01-28 Thread Valentin Kulichenko
Yes, this happens because in a single JVM the dynamic proxy class is available for Class.forName, but for multi-jvm case this is not true. We should additionally write information about the implemented interfaces and manually recreate the proxy during unmarshalling. But the problem is that it's

Re: Draining collocated IgniteQueue on a node when it's stored

2016-01-28 Thread Valentin Kulichenko
Denis, Yes, this is not supported now, because user doesn't know the underlying cache name. Here is the ticket: https://issues.apache.org/jira/browse/IGNITE-1144 -Val On Thu, Jan 28, 2016 at 2:12 AM, Denis Magda wrote: > Igniteres, > > Seems that the documentation

Re: Proxy serialization issue

2016-01-28 Thread Dmitriy Setrakyan
In my view we should go ahead and fix it. How can we break something that never worked? On Thu, Jan 28, 2016 at 11:00 AM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Yes, this happens because in a single JVM the dynamic proxy class is > available for Class.forName, but for

Re: Ignite Readme.IO UX issue

2016-01-28 Thread Dmitriy Setrakyan
Hi Yujie Li, Can you please suggest what official github backup function you would like us to enable? I can’t find anything directly in Github, other than just a zip download. Thanks, D. On Wed, Jan 27, 2016 at 4:05 AM, 李玉珏@163 <18624049...@163.com> wrote: > Hi: > > I have seen the changes in

[GitHub] ignite pull request: IGNITE-2453 Fixed single primary and single b...

2016-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/427 --- 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

[jira] [Created] (IGNITE-2487) Revert button doesn't appear on removing item from the any table

2016-01-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2487: -- Summary: Revert button doesn't appear on removing item from the any table Key: IGNITE-2487 URL: https://issues.apache.org/jira/browse/IGNITE-2487

Re: Proxy serialization issue

2016-01-28 Thread Alexey Goncharuk
This is correct, I took the original test that existed for Optimized marshaller and copied it for Binary marshaller. Was not aware of multi-jvm specifics. Just ran the provided example with Optimized marshaller - it does not work either. 2016-01-28 11:08 GMT+03:00 Denis Magda

Cassandra cache store [IGNITE-1371]

2016-01-28 Thread Alexey Kuznetsov
During review I faced the problem, that I have not enough experience to answer. So, it will be great, if someone who has deep experience with Binary marshaller could help us. --- > How about such limitations of Binary Marshaller: > 1) Fields or types with the same name

[GitHub] ignite pull request: IGNITE-1355 Potential NPE in CacheAffinityPro...

2016-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/263 --- 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: MyBatis and Apache Ignite integration

2016-01-28 Thread Denis Magda
Roman, Perfect, thanks a lot! Please work close with Eduardo if you need to know more details on myBatis. -- Denis On 1/28/2016 12:45 PM, Roman Shtykh wrote: Denis, I will take care of this integration. -Roman On Tuesday, January 26, 2016 1:16 AM, Denis Magda wrote:

[jira] [Created] (IGNITE-2486) exception on Save SSL configuration

2016-01-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2486: -- Summary: exception on Save SSL configuration Key: IGNITE-2486 URL: https://issues.apache.org/jira/browse/IGNITE-2486 Project: Ignite Issue Type:

[jira] [Created] (IGNITE-2488) Investigate possible Hibernate Ignite L2 Cache performance issues

2016-01-28 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2488: --- Summary: Investigate possible Hibernate Ignite L2 Cache performance issues Key: IGNITE-2488 URL: https://issues.apache.org/jira/browse/IGNITE-2488 Project: Ignite

Re: MyBatis and Apache Ignite integration

2016-01-28 Thread Roman Shtykh
Denis, I will take care of this integration. -Roman On Tuesday, January 26, 2016 1:16 AM, Denis Magda wrote: HI All, I've opened an Ignite ticket with tasks description [1] Is there anyone in Apache Ignite community who is interested in this kind of work and will be

Re: Proxy serialization issue

2016-01-28 Thread Denis Magda
To my knowledge Alex G. was taking care of this initial issue. This particular one is reproduced only in multi JVM mode. -- Denis On 1/28/2016 2:59 AM, Dmitriy Setrakyan wrote: Who was originally responsible for fixing the Proxy serialization issue? On Wed, Jan 27, 2016 at 4:07 AM, Denis

Re: Ignite documentation: keep 1.6 docs in sync with 1.5

2016-01-28 Thread Denis Magda
Got it. Copy-pasted recent changes done for cache query docs. I've heard that IGFS related docs were changed in 1.5. Ivan, Vladimir, is this so? If yes then please apply the same changes into 1.6 docs. -- Denis On 1/27/2016 8:06 PM, Dmitriy Setrakyan wrote: There is no easy way other than

[GitHub] ignite pull request: IGNITE-1355: Fix Potential NPE in CacheAffini...

2016-01-28 Thread ashutakGG
Github user ashutakGG closed the pull request at: https://github.com/apache/ignite/pull/123 --- 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

[jira] [Created] (IGNITE-2489) 'save' button allow to save cluster with fields with invalid value

2016-01-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2489: -- Summary: 'save' button allow to save cluster with fields with invalid value Key: IGNITE-2489 URL: https://issues.apache.org/jira/browse/IGNITE-2489

[GitHub] ignite pull request: IGNITE-2273

2016-01-28 Thread ilantukh
GitHub user ilantukh opened a pull request: https://github.com/apache/ignite/pull/433 IGNITE-2273 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilantukh/ignite ignite-2273 Alternatively you can review and apply these changes

[GitHub] ignite pull request: ignite-2325 - Fixing assertion on prepare fut...

2016-01-28 Thread agoncharuk
Github user agoncharuk closed the pull request at: https://github.com/apache/ignite/pull/390 --- 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

[jira] [Created] (IGNITE-2492) .NET: Peer assembly loading

2016-01-28 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2492: -- Summary: .NET: Peer assembly loading Key: IGNITE-2492 URL: https://issues.apache.org/jira/browse/IGNITE-2492 Project: Ignite Issue Type: New Feature

[jira] [Created] (IGNITE-2493) Get rid fo sun.misc.Cleaner in PlatformMemoryPool.

2016-01-28 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2493: --- Summary: Get rid fo sun.misc.Cleaner in PlatformMemoryPool. Key: IGNITE-2493 URL: https://issues.apache.org/jira/browse/IGNITE-2493 Project: Ignite

[GitHub] ignite pull request: ignite-2325 - Fixing assertion on prepare fut...

2016-01-28 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/434 ignite-2325 - Fixing assertion on prepare future remap. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoncharuk/ignite ignite-2325

[GitHub] ignite pull request: IGNITE-2469: ODBC processor simplified.

2016-01-28 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/435 IGNITE-2469: ODBC processor simplified. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapego/ignite ignite-2469 Alternatively you can

Draining collocated IgniteQueue on a node when it's stored

2016-01-28 Thread Denis Magda
Igniteres, Seems that the documentation contains a wrong example on how it's possible to drain a collocated queue [1]. According to it, this can be easily done by sending a closure on a node that holds it // Drain queue on the node where the queue is cached.

[GitHub] ignite pull request: IGNITE-2396 - Fixed service deployment on cac...

2016-01-28 Thread agoncharuk
Github user agoncharuk closed the pull request at: https://github.com/apache/ignite/pull/416 --- 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

[jira] [Created] (IGNITE-2490) Confirmation about unsaved changes appears unexpectedly

2016-01-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2490: -- Summary: Confirmation about unsaved changes appears unexpectedly Key: IGNITE-2490 URL: https://issues.apache.org/jira/browse/IGNITE-2490 Project: Ignite

[GitHub] ignite pull request: IGNITE-2396 - Fixed service deployment for dy...

2016-01-28 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/432 IGNITE-2396 - Fixed service deployment for dynamic cache creation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoncharuk/ignite

Re: Cassandra cache store [IGNITE-1371]

2016-01-28 Thread Valentin Kulichenko
Alexey, Igor, Binary format is internal format used by Ignite, it can't be used directly or outside of Ignite. So there is no way and no reason to have special binary serializer in Cassandra store implementation. If user wants to save BinaryObject as a BLOB to the store (to later load it back to

[jira] [Created] (IGNITE-2496) Add new remote listener on а сlientNode must be performed synchronously

2016-01-28 Thread Alexey Stelmak (JIRA)
Alexey Stelmak created IGNITE-2496: -- Summary: Add new remote listener on а сlientNode must be performed synchronously Key: IGNITE-2496 URL: https://issues.apache.org/jira/browse/IGNITE-2496 Project:

[jira] [Created] (IGNITE-2498) Offheap memory + peer class loading = ClassNotFoundException

2016-01-28 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-2498: --- Summary: Offheap memory + peer class loading = ClassNotFoundException Key: IGNITE-2498 URL: https://issues.apache.org/jira/browse/IGNITE-2498 Project:

IMC Summit: call for papers

2016-01-28 Thread Dmitriy Setrakyan
Just in case if anyone in the community is interested: - The call for speaking proposals for the In-Memory Computing Summit 2016 closes February 3rd. The conference is May 23-24 at the Grand Hyatt San Francisco in Union

[GitHub] ignite pull request: IGNITE-2324 .NET: Code analysis

2016-01-28 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/400 --- 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

[jira] [Created] (IGNITE-2494) Collect TX cache memory metrics for local execution.

2016-01-28 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2494: --- Summary: Collect TX cache memory metrics for local execution. Key: IGNITE-2494 URL: https://issues.apache.org/jira/browse/IGNITE-2494 Project: Ignite

[jira] [Created] (IGNITE-2495) ODBC: One-row queries can not be fetched.

2016-01-28 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-2495: --- Summary: ODBC: One-row queries can not be fetched. Key: IGNITE-2495 URL: https://issues.apache.org/jira/browse/IGNITE-2495 Project: Ignite Issue Type:

[GitHub] ignite pull request: IGNITE-1759 .Net: Guid read/write is not plat...

2016-01-28 Thread ptupitsyn
Github user ptupitsyn closed the pull request at: https://github.com/apache/ignite/pull/171 --- 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-1759 .Net: Make guid read/write platfo...

2016-01-28 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/437 IGNITE-1759 .Net: Make guid read/write platform-safe. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1759

[GitHub] ignite pull request: IGNITE-2324 Fixed remaining code analysis war...

2016-01-28 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/436 IGNITE-2324 Fixed remaining code analysis warnings Missing docs, unused directives You can merge this pull request into a Git repository by running: $ git pull

Re: Importing Ignite source into Eclipse

2016-01-28 Thread Edouard Chevalier
in response to http://apache-ignite-developers.2346864.n4.nabble.com/Importing-Ignite-source-into-Eclipse-tp2074p2077.html . (I don't know how to retrieve mail number from nabble). I can handle this jira, as i am used to eclipse (and had problems while importing ignite :-)) and would like to