Re: Handling collections in BinaryMarshaller

2015-12-09 Thread Vladimir Ozerov
Dmitriy, Correct. This is what I meant. On Tue, Dec 8, 2015 at 10:26 PM, Dmitriy Setrakyan wrote: > Vladimir, > > I believe the default collections in Java and .NET should be supported out > of the box. Moreover, if we know the collection type, e.g. HashMap, we can > always provide a more effici

Re: Handling collections in BinaryMarshaller

2015-12-09 Thread Vladimir Ozerov
I am going to drop support of the following classes. All these classes are currently written in a special unified way. After my changes they will be written *as any other usual object*. 1) Sorted collections: - TreeSet - TreeMap - ConcurrentSkipListSet Reason: currently we do not write

[GitHub] ignite pull request: IGNITE-1864 Custom TX manager configuration

2015-12-09 Thread ashutakGG
Github user ashutakGG closed the pull request at: https://github.com/apache/ignite/pull/290 --- 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 e

[GitHub] ignite pull request: Ignite 2064 2

2015-12-09 Thread avinogradovgg
Github user avinogradovgg closed the pull request at: https://github.com/apache/ignite/pull/303 --- 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

[jira] [Created] (IGNITE-2115) Improve "peerClassLoadingEnabled=true" handling in Hadoop module.

2015-12-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2115: --- Summary: Improve "peerClassLoadingEnabled=true" handling in Hadoop module. Key: IGNITE-2115 URL: https://issues.apache.org/jira/browse/IGNITE-2115 Project: Igni

[GitHub] ignite pull request: IGNITE-2111 .Net: Create a build script

2015-12-09 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/307 IGNITE-2111 .Net: Create a build script You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-2111 Alternatively you can re

[jira] [Created] (IGNITE-2116) ignite-osgi-karaf has only readme and license files

2015-12-09 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2116: - Summary: ignite-osgi-karaf has only readme and license files Key: IGNITE-2116 URL: https://issues.apache.org/jira/browse/IGNITE-2116 Project: Ignite Issue

ignite-osgi-karaf on maven repository

2015-12-09 Thread Sergey Kozlov
Hi Igniters. I tried to create a staging url from latest ignite-1.5 branch and found that ignite-osgi-karaf has following file *https://repository.apache.org/content/repositories/orgapacheignite-1207/org/apache/ignite/ignite-osgi-karaf/1.5.0-b2/ignite-osgi-karaf-1.5.0-b2-features.xml

[jira] [Created] (IGNITE-2117) Javadoc: osgi packages have no description

2015-12-09 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2117: - Summary: Javadoc: osgi packages have no description Key: IGNITE-2117 URL: https://issues.apache.org/jira/browse/IGNITE-2117 Project: Ignite Issue Type: Bug

Re: Idiomatic way of configuring caches on client

2015-12-09 Thread Yakov Zhdanov
I think it is very good idea to generate client node config as well and it seems that console should provide ability to configure near cache (e.g. start size and eviction policy) or turn it off completely. --Yakov 2015-12-09 10:07 GMT+03:00 Alexey Kuznetsov : > I'm working on Ignite Web Console.

Re: Idiomatic way of configuring caches on client

2015-12-09 Thread Alexey Goncharuk
I see nothing wrong with generating a server config for a client node. This may be used in a case when server nodes are started with plain empty config and clients are deploying caches to the grid.

[jira] [Created] (IGNITE-2118) CacheBinaryAutoStore Example output depend on number of runs

2015-12-09 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2118: - Summary: CacheBinaryAutoStore Example output depend on number of runs Key: IGNITE-2118 URL: https://issues.apache.org/jira/browse/IGNITE-2118 Project: Ignite

[jira] [Created] (IGNITE-2119) Tasks can get stuck in case of communication error

2015-12-09 Thread Avihai Berkovitz (JIRA)
Avihai Berkovitz created IGNITE-2119: Summary: Tasks can get stuck in case of communication error Key: IGNITE-2119 URL: https://issues.apache.org/jira/browse/IGNITE-2119 Project: Ignite I

[jira] [Created] (IGNITE-2120) Rename Binarylizable -> Binarizable

2015-12-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2120: --- Summary: Rename Binarylizable -> Binarizable Key: IGNITE-2120 URL: https://issues.apache.org/jira/browse/IGNITE-2120 Project: Ignite Issue Type: Task

Re: Idiomatic way of configuring caches on client

2015-12-09 Thread Alexey Kuznetsov
Yakov, Ignite console has UI (on Summary page) for near cache configuration with optional eviction policy. On Wed, Dec 9, 2015 at 7:34 PM, Yakov Zhdanov wrote: > I think it is very good idea to generate client node config as well and it > seems that console should provide ability to configure ne

Re: Idiomatic way of configuring caches on client

2015-12-09 Thread Alexey Kuznetsov
Alex, Thanks for your suggestions. We will generate server cache configs + client near cache configs. On Wed, Dec 9, 2015 at 9:06 PM, Alexey Kuznetsov wrote: > Yakov, Ignite console has UI (on Summary page) for near cache > configuration with optional eviction policy. > > On Wed, Dec 9, 2015 at

[jira] [Created] (IGNITE-2121) .NET: Port correct collections handling logic.

2015-12-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2121: --- Summary: .NET: Port correct collections handling logic. Key: IGNITE-2121 URL: https://issues.apache.org/jira/browse/IGNITE-2121 Project: Ignite Issue T

[GitHub] ignite pull request: Ignite 2064 3

2015-12-09 Thread avinogradovgg
GitHub user avinogradovgg opened a pull request: https://github.com/apache/ignite/pull/308 Ignite 2064 3 You can merge this pull request into a Git repository by running: $ git pull https://github.com/avinogradovgg/ignite ignite-2064-3 Alternatively you can review and apply t

[jira] [Created] (IGNITE-2122) .NET: Add generic Read/WriteCollection and Read/WriteDictionary methods.

2015-12-09 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-2122: --- Summary: .NET: Add generic Read/WriteCollection and Read/WriteDictionary methods. Key: IGNITE-2122 URL: https://issues.apache.org/jira/browse/IGNITE-2122 Projec

[GitHub] ignite pull request: IGNITE-1993 remove non-standard SQL clause so...

2015-12-09 Thread westbury
GitHub user westbury opened a pull request: https://github.com/apache/ignite/pull/309 IGNITE-1993 remove non-standard SQL clause so table for JDBC discovery… Note that the tests do not run locally. They fail because portable/test1 and portable/test2 are not available (see IGNITE-

[jira] [Created] (IGNITE-2123) Need to add EntryProcessorExample to cache examples

2015-12-09 Thread Yakov Zhdanov (JIRA)
Yakov Zhdanov created IGNITE-2123: - Summary: Need to add EntryProcessorExample to cache examples Key: IGNITE-2123 URL: https://issues.apache.org/jira/browse/IGNITE-2123 Project: Ignite Issue

[GitHub] ignite pull request: IGNITE-2012 Add support for ConcurrentLinkedQ...

2015-12-09 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/310 IGNITE-2012 Add support for ConcurrentLinkedQueue type in .NET/C++ You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-201

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Andrey Gura
Configuration sample added. On Tue, Dec 8, 2015 at 10:20 PM, Dmitriy Setrakyan wrote: > Thanks Andrey! > > In my view, we should also provide a sample XML configuration file, > especially given that we refer to it in the sample URL. > > D. > > On Tue, Dec 8, 2015 at 10:17 AM, Andrey Gura wrote:

[GitHub] ignite pull request: IGNITE-2100 - Fixes for Externalizable classe...

2015-12-09 Thread agoncharuk
GitHub user agoncharuk opened a pull request: https://github.com/apache/ignite/pull/311 IGNITE-2100 - Fixes for Externalizable classes and queries. You can merge this pull request into a Git repository by running: $ git pull https://github.com/agoncharuk/ignite ignite-2100 Al

[jira] [Created] (IGNITE-2124) Deserialization of a BinaryObject key on a remote node

2015-12-09 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2124: --- Summary: Deserialization of a BinaryObject key on a remote node Key: IGNITE-2124 URL: https://issues.apache.org/jira/browse/IGNITE-2124 Project: Ignite Issue T

Accidental deserialization of BinaryObject key on a remote node

2015-12-09 Thread Denis Magda
Igniters, I've faced with the following issue today https://issues.apache.org/jira/browse/IGNITE-2124 Could someone who is working on BinaryMarshaller presently investigate and fix the bug before 1.5 GA release? -- Denis

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Konstantin Boudnik
Yup, much better now! Thanks man! On Wed, Dec 09, 2015 at 07:54PM, Andrey Gura wrote: > Configuration sample added. > > On Tue, Dec 8, 2015 at 10:20 PM, Dmitriy Setrakyan > wrote: > > > Thanks Andrey! > > > > In my view, we should also provide a sample XML configuration file, > > especially giv

Re: EA versioning

2015-12-09 Thread Konstantin Boudnik
Yup! It will remove any uncertainties about version sequence. And if anything extra needs to be said about the quality of the release, it should be communicated via documentation, README, releaseNotes, or else. Thanks Cos On Tue, Dec 08, 2015 at 04:56PM, Sergi Vladykin wrote: > Cos, > > I thin

Re: Accidental deserialization of BinaryObject key on a remote node

2015-12-09 Thread Alexey Goncharuk
Denis, I will take a look at this tomorrow.

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Dmitriy Setrakyan
Thanks Andrey! Why are we enabling peer class loading for the JDBC driver in your example? To my knowledge, we are not deploying any classes, are we? Also, the TCP discovery with multicast is the default, so no reason to specify it either. It seems that the only properly required is clientMode=tr

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Konstantin Boudnik
On Wed, Dec 09, 2015 at 04:01PM, Dmitriy Setrakyan wrote: > Thanks Andrey! > > Why are we enabling peer class loading for the JDBC driver in your example? > To my knowledge, we are not deploying any classes, are we? Also, the TCP > discovery with multicast is the default, so no reason to specify i

[jira] [Created] (IGNITE-2125) Refactoring popup more-info on configuration pages

2015-12-09 Thread Dmitriyff (JIRA)
Dmitriyff created IGNITE-2125: - Summary: Refactoring popup more-info on configuration pages Key: IGNITE-2125 URL: https://issues.apache.org/jira/browse/IGNITE-2125 Project: Ignite Issue Type: Sub

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Dmitriy Setrakyan
On Wed, Dec 9, 2015 at 6:46 PM, Konstantin Boudnik wrote: > On Wed, Dec 09, 2015 at 04:01PM, Dmitriy Setrakyan wrote: > > Thanks Andrey! > > > > Why are we enabling peer class loading for the JDBC driver in your > example? > > To my knowledge, we are not deploying any classes, are we? Also, the T

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Valentin Kulichenko
Actually, why don't we set it automatically? It doesn't make much sense to have a server node in a JDBC driver. -Val On Wed, Dec 9, 2015 at 10:02 PM, Dmitriy Setrakyan wrote: > On Wed, Dec 9, 2015 at 6:46 PM, Konstantin Boudnik wrote: > > > On Wed, Dec 09, 2015 at 04:01PM, Dmitriy Setrakyan wr

Re: What is jdbc:ignite:cfg ??

2015-12-09 Thread Dmitriy Setrakyan
On Wed, Dec 9, 2015 at 10:04 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Actually, why don't we set it automatically? It doesn't make much sense to > have a server node in a JDBC driver. > Completely agree. > > -Val > > On Wed, Dec 9, 2015 at 10:02 PM, Dmitriy Setrakyan >

Re: NPE issue with trying to submit Hadoop MapReduce

2015-12-09 Thread Dmitriy Setrakyan
Moving this question to the dev list. Vladimir, any reason why we even allow peerClassLoadingEnabled set to true in IGFS/HadoopMR? I think the proper approach is to either ignore this setting or throw exception on startup, no? D. On Wed, Dec 9, 2015 at 2:51 AM, Vladimir Ozerov wrote: > Mike,

Re: NPE issue with trying to submit Hadoop MapReduce

2015-12-09 Thread Vladimir Ozerov
Currently if peerClassLoadingEnabled=true and Hadoop is in classpath, we simply do not load Hadoop module silently. This is definitely a problem and I created a ticket to fix this in 1.6. On Thu, Dec 10, 2015 at 10:38 AM, Dmitriy Setrakyan wrote: > Moving this question to the dev list. > > Vlad

Re: ignite-osgi-karaf on maven repository

2015-12-09 Thread Dmitriy Setrakyan
Raul, can you please comment? On Wed, Dec 9, 2015 at 4:28 AM, Sergey Kozlov wrote: > Hi Igniters. > > I tried to create a staging url from latest ignite-1.5 branch and found > that ignite-osgi-karaf has following file > * > https://repository.apache.org/content/repositories/orgapacheignite-1207/