Re: [VOTE] Apache Ignite 1.5.0.final

2015-12-26 Thread Sergey Kozlov
t; Complete list of closed issues: > > > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20fixVersion%20%3D%201.5%20AND%20status%20%3D%20closed > > > > > > DEVNOTES > > > > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/1.5.0.final-rc1 > > > > > > RELEASENOTES > > > > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/1.5.0.final-rc1 > > > > > > Please start voting. > > > > > > +1 - to accept Apache Ignite 1.5.0.final > > > 0 - don't care either way > > > -1 - DO NOT accept Apache Ignite 1.5.0.final (explain why) > > > > > > This vote will go for 72 hours. > > > -- Sergey Kozlov

[jira] [Created] (IGNITE-2296) Apache copyright link opens 404 page

2015-12-26 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2296: - Summary: Apache copyright link opens 404 page Key: IGNITE-2296 URL: https://issues.apache.org/jira/browse/IGNITE-2296 Project: Ignite Issue Type: Bug

Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
Hi Last issue has been fixed and we started to prepare the release Apache Ignite 1.5 On Thu, Dec 24, 2015 at 8:12 PM, Sergey Kozlov wrote: > Yes, sure. > > On Thu, Dec 24, 2015 at 8:09 PM, Dmitriy Setrakyan > wrote: > >> If the examples work well with BinaryMarshaller

Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
Yes, sure. On Thu, Dec 24, 2015 at 8:09 PM, Dmitriy Setrakyan wrote: > If the examples work well with BinaryMarshaller, I think we can push this > ticket to 1.6. Thoughts? > > On Thu, Dec 24, 2015 at 9:07 AM, Sergey Kozlov > wrote: > > > It is the way to test optim

Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
gt; > > Another issue has been reported related to unexpected exception in > examples > > when optimized marshaller is used: > > https://issues.apache.org/jira/browse/IGNITE-2266 > > > > I will try to fix this before 2257 is fixed to fit in 1.5, however I do > not

Re: 1.5.final

2015-12-24 Thread Sergey Kozlov
Alexey Kuznetsov wrote: > IGNITE-2252 Add support for cache sql schema in REST topology command > > Fixed, tested, docs updated and merged into release branch. > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > -- Sergey Kozlov

[jira] [Created] (IGNITE-2256) Stopped cache with enabled metrics causes java.lang.IllegalArgumentException

2015-12-24 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2256: - Summary: Stopped cache with enabled metrics causes java.lang.IllegalArgumentException Key: IGNITE-2256 URL: https://issues.apache.org/jira/browse/IGNITE-2256

Re: 1.5.final

2015-12-23 Thread Sergey Kozlov
ote node started with server classpath (Java 7) <https://issues.apache.org/jira/browse/IGNITE-2175> On Wed, Dec 23, 2015 at 3:10 PM, Alexey Goncharuk < alexey.goncha...@gmail.com> wrote: > The fix for https://issues.apache.org/jira/browse/IGNITE-2200 has been > merged to ignite-1.5​ > -- Sergey Kozlov

Re: 1.5.final

2015-12-22 Thread Sergey Kozlov
oudnik > > > wrote: > > > > > > > 1.5.final is bigger that 1.5.0-b1? Or lesser? > > > > > > > > On Mon, Dec 21, 2015 at 08:33AM, Dmitriy Setrakyan wrote: > > > > > I would like to assemble a list of the remaining issues for the 1.5 > > > final > > > > > release. Can everyone in the community please reply here with a > list > > of > > > > > tickets you are still working on for 1.5 release? > > > > > > > > > > Thanks, > > > > > D. > > > > > > > > > > -- Sergey Kozlov

Re: CacheEntry serialization failure

2015-12-21 Thread Sergey Kozlov
he same column names. > > > > >>>>>> > > > > >>>>>> Any thoughts on whether it's doable or not? > > > > >>>>>> > > > > >>>>>> -Val > > > > >>>>>> > > > > >>>>>> On Fri, Dec 18, 2015 at 10:05 AM, Andrey Kornev < > > > > >>>>>> > > > > >>>>> andrewkor...@hotmail.com> > > > > >>>>> > > > > >>>>>> wrote: > > > > >>>>>> > > > > >>>>>> In this particular case, the class that fails is a non-static > > > inner > > > > >>>>>>> > > > > >>>>>> class > > > > >>>>> > > > > >>>>>> that extends another non-static inner class, so they both end > up > > > > >>>>>>> > > > > >>>>>> having > > > > >>>> > > > > >>>>> the > > > > >>>>>> > > > > >>>>>>> compiler-generated "this$0" field. > > > > >>>>>>> > > > > >>>>>>> Regards > > > > >>>>>>> Andrey > > > > >>>>>>> > > > > >>>>>>> Date: Fri, 18 Dec 2015 20:44:12 +0300 > > > > >>>>>>>> Subject: Re: CacheEntry serialization failure > > > > >>>>>>>> From: voze...@gridgain.com > > > > >>>>>>>> To: dev@ignite.apache.org > > > > >>>>>>>> > > > > >>>>>>>> The most straightforward solution which comes to my mind - > *do > > > not > > > > >>>>>>>> > > > > >>>>>>> ever > > > > >>>>> > > > > >>>>>> use > > > > >>>>>>> > > > > >>>>>>>> BinaryMarshaller by default*. Always fallback to > > > > >>>>>>>> > > > > >>>>>>> OptimizedMarshaller > > > > >>>> > > > > >>>>> unless > > > > >>>>>>> > > > > >>>>>>>> user explicitly asked us to use binary format (e.g. through > > > > >>>>>>>> > > > > >>>>>>> package > > > > >>>> > > > > >>>>> wildcards). > > > > >>>>>>>> > > > > >>>>>>>> BTW, we already do this for Externalizable and > > > > >>>>>>>> > > > > >>>>>>> readObject/writeObject. > > > > >>>>> > > > > >>>>>> On Fri, Dec 18, 2015 at 8:41 PM, Vladimir Ozerov < > > > > >>>>>>>> > > > > >>>>>>> voze...@gridgain.com > > > > >>>>> > > > > >>>>>> wrote: > > > > >>>>>>>> > > > > >>>>>>>> Ah, I saw your problem with DirectedSpecifics. We need to > > think > > > > >>>>>>>>> > > > > >>>>>>>> about > > > > >>>>> > > > > >>>>>> how > > > > >>>>>>> > > > > >>>>>>>> to solve it. Here is the case: > > > > >>>>>>>>> 1) Class is Serilzable and cannot be changed; > > > > >>>>>>>>> 2) There are several duplicated field names; > > > > >>>>>>>>> => BinaryMarshaller cannot handle it. > > > > >>>>>>>>> > > > > >>>>>>>>> Any thoughts? > > > > >>>>>>>>> > > > > >>>>>>>>> On Fri, Dec 18, 2015 at 8:34 PM, Vladimir Ozerov < > > > > >>>>>>>>> > > > > >>>>>>>> voze...@gridgain.com > > > > >>>>>> > > > > >>>>>>> wrote: > > > > >>>>>>>>> > > > > >>>>>>>>> I fixed the problem, it was a bug actually. > > > > >>>>>>>>>> > > > > >>>>>>>>>> By default classes which has some custom Java logic (e.g. > > > > >>>>>>>>>> > > > > >>>>>>>>> Externalizable, > > > > >>>>>>> > > > > >>>>>>>> or with writeObject/readObject methods) will be written > using > > > > >>>>>>>>>> OptimizedMarshaller, so similar field names is not a > > problem. > > > > >>>>>>>>>> If you want to serialize such class in binary format and > > have > > > > >>>>>>>>>> > > > > >>>>>>>>> duplicate > > > > >>>>>>> > > > > >>>>>>>> field names, you should provide your own BinarySerializer, > > > > >>>>>>>>>> > > > > >>>>>>>>> which > > > > >>>> > > > > >>>>> will > > > > >>>>>> > > > > >>>>>>> write > > > > >>>>>>> > > > > >>>>>>>> these fields with different names. > > > > >>>>>>>>>> > > > > >>>>>>>>>> On Fri, Dec 18, 2015 at 8:07 PM, Andrey Kornev < > > > > >>>>>>>>>> > > > > >>>>>>>>> andrewkor...@hotmail.com> > > > > >>>>>>> > > > > >>>>>>>> wrote: > > > > >>>>>>>>>> > > > > >>>>>>>>>> How am I supposed to handle this situation if the class > > comes > > > > >>>>>>>>>>> > > > > >>>>>>>>>> from > > > > >>>>> > > > > >>>>>> a > > > > >>>>>> > > > > >>>>>>> 3d > > > > >>>>>>> > > > > >>>>>>>> party I can't modify? > > > > >>>>>>>>>>> > > > > >>>>>>>>>>> Thanks > > > > >>>>>>>>>>> Andrey > > > > >>>>>>>>>>> > > > > >>>>>>>>>>> Date: Fri, 18 Dec 2015 09:12:22 +0300 > > > > >>>>>>>>>>>> Subject: Re: CacheEntry serialization failure > > > > >>>>>>>>>>>> From: voze...@gridgain.com > > > > >>>>>>>>>>>> To: dev@ignite.apache.org > > > > >>>>>>>>>>>> > > > > >>>>>>>>>>>> I'll take a look. > > > > >>>>>>>>>>>> > > > > >>>>>>>>>>>> On Fri, Dec 18, 2015 at 4:37 AM, Valentin Kulichenko < > > > > >>>>>>>>>>>> valentin.kuliche...@gmail.com> wrote: > > > > >>>>>>>>>>>> > > > > >>>>>>>>>>>> Folks, > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>>>> It looks like CacheEntry implementation (i.e., the > entry > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>>> that > > > > >>>> > > > > >>>>> contains > > > > >>>>>>>>>>> > > > > >>>>>>>>>>>> version) can't be properly serialized with the > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>>> BinaryMarshaller. > > > > >>>>>> > > > > >>>>>>> I > > > > >>>>>>> > > > > >>>>>>>> created > > > > >>>>>>>>>>> > > > > >>>>>>>>>>>> the test and the ticket: > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>>> https://issues.apache.org/jira/browse/IGNITE-2203 > > > > >>>>>>>>>>> > > > > >>>>>>>>>>>> Can someone take a look? > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>>>> -Val > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>>>> > > > > >>>>>>>>>>> > > > > >>>>>>>>>> > > > > >>>>>>> > > > > >>> > > > > > > > > > > > > > > > -- Sergey Kozlov

Re: Add suites for JDK8 on ci.ignite.apache.org

2015-12-18 Thread Sergey Kozlov
I'm ok for this. On Fri, Dec 18, 2015 at 6:16 PM, Dmitriy Setrakyan wrote: > Hm… Why not just switch a few existing tests to JDK8? > > On Fri, Dec 18, 2015 at 5:48 AM, Sergey Kozlov > wrote: > > > Hi > > > > I faced a few times during last months issue rel

Add suites for JDK8 on ci.ignite.apache.org

2015-12-18 Thread Sergey Kozlov
should be enough to avoid such issues in future.ues. -- Sergey Kozlov

Re: Versioning policies for .NET and CPP

2015-12-18 Thread Sergey Kozlov
ys since 01/01/2015 */ + 6 /* hours */ = Ignite.NET > 1.5.0.8166. > > *Pros:* > - Newer versions always have bigger "D" component. GA will be greater than > beta, patch 2 will be greater than patch 1, etc.. > *Cons:* > - Version have to be updated just before release. > > Does anyone have concerns/thoughts about it? > > Vladimir. > -- Sergey Kozlov GridGain Systems www.gridgain.com

[jira] [Created] (IGNITE-2201) CacheQueryExample aggregation returns different results

2015-12-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2201: - Summary: CacheQueryExample aggregation returns different results Key: IGNITE-2201 URL: https://issues.apache.org/jira/browse/IGNITE-2201 Project: Ignite

[jira] [Created] (IGNITE-2200) CacheQueryExample failes after CacheClientBinaryQueryExample and vice versa

2015-12-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2200: - Summary: CacheQueryExample failes after CacheClientBinaryQueryExample and vice versa Key: IGNITE-2200 URL: https://issues.apache.org/jira/browse/IGNITE-2200

[jira] [Created] (IGNITE-2199) Unable to build for JDK8

2015-12-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2199: - Summary: Unable to build for JDK8 Key: IGNITE-2199 URL: https://issues.apache.org/jira/browse/IGNITE-2199 Project: Ignite Issue Type: Bug Affects

[jira] [Created] (IGNITE-2188) Incorrect links in platform .Net documentation

2015-12-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2188: - Summary: Incorrect links in platform .Net documentation Key: IGNITE-2188 URL: https://issues.apache.org/jira/browse/IGNITE-2188 Project: Ignite Issue Type

[jira] [Created] (IGNITE-2187) platforms/cpp/docs/files.html

2015-12-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2187: - Summary: platforms/cpp/docs/files.html Key: IGNITE-2187 URL: https://issues.apache.org/jira/browse/IGNITE-2187 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-2168) SpringBeanExample fails after CacheBinaryAutoStoreExample

2015-12-15 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2168: - Summary: SpringBeanExample fails after CacheBinaryAutoStoreExample Key: IGNITE-2168 URL: https://issues.apache.org/jira/browse/IGNITE-2168 Project: Ignite

[jira] [Created] (IGNITE-2155) CacheStarSchemaExample isn't clear and it seems the output is wrong

2015-12-14 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2155: - Summary: CacheStarSchemaExample isn't clear and it seems the output is wrong Key: IGNITE-2155 URL: https://issues.apache.org/jira/browse/IGNITE-2155 Pr

[jira] [Created] (IGNITE-2149) Build Apache Ignite failed for Java8

2015-12-13 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2149: - Summary: Build Apache Ignite failed for Java8 Key: IGNITE-2149 URL: https://issues.apache.org/jira/browse/IGNITE-2149 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-2137) CacheAutoStoreExample fails with ClassNotFoundException

2015-12-11 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2137: - Summary: CacheAutoStoreExample fails with ClassNotFoundException Key: IGNITE-2137 URL: https://issues.apache.org/jira/browse/IGNITE-2137 Project: Ignite

[jira] [Created] (IGNITE-2135) ClassNotFoundException for CacheContinuousQueryExample

2015-12-11 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2135: - Summary: ClassNotFoundException for CacheContinuousQueryExample Key: IGNITE-2135 URL: https://issues.apache.org/jira/browse/IGNITE-2135 Project: Ignite

Re: Changes for ignite-jms11 and ignite-mtqq modules for fabric binary package

2015-12-10 Thread Sergey Kozlov
On Thu, Dec 10, 2015 at 2:25 PM, Raul Kripalani wrote: > On Thu, Dec 10, 2015 at 9:54 AM, Sergey Kozlov > wrote: > > > libs/optional/ignite-jms11/ > > jms-api-1.1-rev-1.jar replaced by geronimo-jms_1.1_spec-1.1.1.jar > > > > Correct. The same API but the latt

[jira] [Created] (IGNITE-2127) Javadoc still points on OptmizedMarshaller as default one

2015-12-10 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2127: - Summary: Javadoc still points on OptmizedMarshaller as default one Key: IGNITE-2127 URL: https://issues.apache.org/jira/browse/IGNITE-2127 Project: Ignite

Changes for ignite-jms11 and ignite-mtqq modules for fabric binary package

2015-12-10 Thread Sergey Kozlov
changes are ok? -- Sergey Kozlov

[jira] [Created] (IGNITE-2126) .Net binaries aren't included into binary fabric package

2015-12-10 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2126: - Summary: .Net binaries aren't included into binary fabric package Key: IGNITE-2126 URL: https://issues.apache.org/jira/browse/IGNITE-2126 Project: I

[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-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

ignite-osgi-karaf on maven repository

2015-12-09 Thread Sergey Kozlov
asons (it's LGPL) and it's available only by compiling from sources. Could someone confirm is that ok or not. -- Sergey Kozlov

[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

Re: More query examples

2015-12-07 Thread Sergey Kozlov
ce? > > D. > > On Mon, Dec 7, 2015 at 6:45 AM, Sergey Kozlov > wrote: > > > Hi Igniters > > > > I think queries (SQL) is a killer feature of Ignite. But we still have > the > > example CacheQueryExample where query features provided. W

[jira] [Created] (IGNITE-2097) Splitting Query example

2015-12-07 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2097: - Summary: Splitting Query example Key: IGNITE-2097 URL: https://issues.apache.org/jira/browse/IGNITE-2097 Project: Ignite Issue Type: Task

Update version for branch ignite-1.5

2015-12-07 Thread Sergey Kozlov
Hi Now we released Apache Ignite 1.5.0-b1 and version in branch ignite-1.5 should changed to 1.5.0-b2 Thoughts? -- Sergey Kozlov

More query examples

2015-12-07 Thread Sergey Kozlov
into separate examples like CacheQueryExample CacheQueryJoinExample CacheQueryCrossCacheExample CacheQueryExplainExample etc >From my standpoint it will be easier to maintain and extend in future. For ignite user it's more clear where to find the a query functional example. -- Sergey Kozlov

Re: [CLOSE] [VOTE] Apache Ignite 1.5.0-b1

2015-12-07 Thread Sergey Kozlov
Kripalani +1 (binding) > > 5. Vladislav Jelisavcic +1 > > 6. Alexey Kuznetsov +1 (binding) > > 7. Denis Magda +1 (bnding) > > 8. Sergi Vladykin +1 (binding) > > 9. Roman Shtykh +1 > > > > Thanks everyone! > > > > --Yakov > > > -- Sergey Kozlov

[jira] [Created] (IGNITE-2085) Yardstick: introduce json/xml support

2015-12-04 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2085: - Summary: Yardstick: introduce json/xml support Key: IGNITE-2085 URL: https://issues.apache.org/jira/browse/IGNITE-2085 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-2084) Yardstick: benchmark-run-all.sh script should able to deploy and grab logs for distributed environment

2015-12-04 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2084: - Summary: Yardstick: benchmark-run-all.sh script should able to deploy and grab logs for distributed environment Key: IGNITE-2084 URL: https://issues.apache.org/jira/browse

[jira] [Created] (IGNITE-2082) Documentationd for C++/.Net missed in fabric binary package

2015-12-03 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2082: - Summary: Documentationd for C++/.Net missed in fabric binary package Key: IGNITE-2082 URL: https://issues.apache.org/jira/browse/IGNITE-2082 Project: Ignite

[jira] [Created] (IGNITE-2081) Javadoc: org.apache.ignite.yarn.utils has no description in overview-summary.html

2015-12-03 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2081: - Summary: Javadoc: org.apache.ignite.yarn.utils has no description in overview-summary.html Key: IGNITE-2081 URL: https://issues.apache.org/jira/browse/IGNITE-2081

[jira] [Created] (IGNITE-2074) Platforms C++ files hasve 1.5.0-EA version

2015-12-03 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-2074: - Summary: Platforms C++ files hasve 1.5.0-EA version Key: IGNITE-2074 URL: https://issues.apache.org/jira/browse/IGNITE-2074 Project: Ignite Issue Type

Re: EA versioning

2015-12-01 Thread Sergey Kozlov
> > 5. I would prefer EA versions being available through maven. I know that > > there are different opinions on this and I know the reasoning for > opinions, > > but from my standpoint this will save us from managing additional repos > and > > make everything transparent. > > > > > > Thanks! > > > > --Yakov > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > -- Sergey Kozlov

Re: Ignite-1.5 Release

2015-11-30 Thread Sergey Kozlov
ld consider it an > anti-pattern. > > Regards, > > *Raúl Kripalani* > PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and > Messaging Engineer > http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani > http://blog.raulkr.net | twitter: @raulvk > -- Sergey Kozlov

Re: Ignite-1.5 Release

2015-11-30 Thread Sergey Kozlov
t; > I think we should definitely release an early access, prior to a > > final > > > > > release. However, as Raul pointed out, it should be 1.5.0-RC1 > > version. > > > > > > > > > > > > > > > > Regards, > > > > > > > > > > > > *Raúl Kripalani* > > > > > > PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big > > Data > > > > and > > > > > > Messaging Engineer > > > > > > http://about.me/raulkripalani | > > > > http://www.linkedin.com/in/raulkripalani > > > > > > http://blog.raulkr.net | twitter: @raulvk > > > > > > > > > > > > > > > > > > > > > -- Sergey Kozlov

Outstanding issues for 1.5

2015-11-27 Thread Sergey Kozlov
Hi Igniters We still have 195 non-closed issues with fix-version in 1.5 in JIRA . I think that would be great to sort out which issues actually will be in release 1.5 -- Sergey Kozlov

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-24 Thread Sergey Kozlov
e and update. > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > -- Sergey Kozlov

[jira] [Created] (IGNITE-1952) Visorcmd: add a command for reset (clear) of metrics

2015-11-19 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1952: - Summary: Visorcmd: add a command for reset (clear) of metrics Key: IGNITE-1952 URL: https://issues.apache.org/jira/browse/IGNITE-1952 Project: Ignite

Re: Javadoc warnings at Ignite 1.5

2015-11-19 Thread Sergey Kozlov
oc > >> warnings like > >> CamelStreamer.java:51: warning - Tag @link: malformed: > >> "StreamMultipleTupleExtractor)" > >> > >> Raul, seems that was your changes. Could you please fix it? > >> > > > -- Sergey Kozlov

Ignite camel streamer

2015-11-19 Thread Sergey Kozlov
look and fix it? Thanks! -- Sergey Kozlov

[jira] [Created] (IGNITE-1937) ignite-flume module

2015-11-17 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1937: - Summary: ignite-flume module Key: IGNITE-1937 URL: https://issues.apache.org/jira/browse/IGNITE-1937 Project: Ignite Issue Type: Bug Affects Versions

[jira] [Created] (IGNITE-1895) Entries aren't evicted for LRU policy

2015-11-12 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1895: - Summary: Entries aren't evicted for LRU policy Key: IGNITE-1895 URL: https://issues.apache.org/jira/browse/IGNITE-1895 Project: Ignite Issue Type

[jira] [Created] (IGNITE-1891) SSL on Windows

2015-11-11 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1891: - Summary: SSL on Windows Key: IGNITE-1891 URL: https://issues.apache.org/jira/browse/IGNITE-1891 Project: Ignite Issue Type: Bug Affects Versions

Re: Fifo eviction for atomic cache

2015-11-11 Thread Sergey Kozlov
I'm wrong Correct ticket is https://issues.apache.org/jira/browse/IGNITE-1889 On Wed, Nov 11, 2015 at 3:25 PM, Sergey Kozlov wrote: > Thanks Andrey for notes! > > I've file the ticket https://issues.apache.org/jira/browse/IGNITE-1888 > > > On Wed, Nov 11, 2015 at

[jira] [Created] (IGNITE-1889) FIFO eviction for atomic cache after removeAll

2015-11-11 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1889: - Summary: FIFO eviction for atomic cache after removeAll Key: IGNITE-1889 URL: https://issues.apache.org/jira/browse/IGNITE-1889 Project: Ignite Issue Type

Re: Fifo eviction for atomic cache

2015-11-11 Thread Sergey Kozlov
. put entries > > On Wed, Nov 11, 2015 at 2:59 PM, Sergey Kozlov > wrote: > > > It seems this behavior caused removeAll on empty cache executed before > > puts. > > > > On Wed, Nov 11, 2015 at 1:16 PM, Sergey Kozlov > > wrote: > > > > > Hi >

Re: Fifo eviction for atomic cache

2015-11-11 Thread Sergey Kozlov
It seems this behavior caused removeAll on empty cache executed before puts. On Wed, Nov 11, 2015 at 1:16 PM, Sergey Kozlov wrote: > Hi > > I've tested some cache configurations with eviction policy and found a bit > strange behavior. > > For instance the cache configura

Fifo eviction for atomic cache

2015-11-11 Thread Sergey Kozlov
k and explain such behavior? -- Sergey Kozlov

[jira] [Created] (IGNITE-1883) Test path to swap files of a cache during cache creating

2015-11-10 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1883: - Summary: Test path to swap files of a cache during cache creating Key: IGNITE-1883 URL: https://issues.apache.org/jira/browse/IGNITE-1883 Project: Ignite

[jira] [Created] (IGNITE-1876) Access to a non-existing entry produces events

2015-11-09 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1876: - Summary: Access to a non-existing entry produces events Key: IGNITE-1876 URL: https://issues.apache.org/jira/browse/IGNITE-1876 Project: Ignite Issue Type

[jira] [Created] (IGNITE-1868) Javadoc warnings forbuild

2015-11-08 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1868: - Summary: Javadoc warnings forbuild Key: IGNITE-1868 URL: https://issues.apache.org/jira/browse/IGNITE-1868 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-1849) cache.size() method causes three TASK_* events

2015-11-03 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1849: - Summary: cache.size() method causes three TASK_* events Key: IGNITE-1849 URL: https://issues.apache.org/jira/browse/IGNITE-1849 Project: Ignite Issue Type

[jira] [Created] (IGNITE-1772) java.io.StreamCorruptedException with invalid type code

2015-10-22 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1772: - Summary: java.io.StreamCorruptedException with invalid type code Key: IGNITE-1772 URL: https://issues.apache.org/jira/browse/IGNITE-1772 Project: Ignite

[jira] [Created] (IGNITE-1742) Update notifier doesn't work

2015-10-20 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1742: - Summary: Update notifier doesn't work Key: IGNITE-1742 URL: https://issues.apache.org/jira/browse/IGNITE-1742 Project: Ignite Issue Type

Re: LGPL in 1.4 examples

2015-09-30 Thread Sergey Kozlov
30.09.2015 10:30, Dmitriy Setrakyan wrote: > > > On Wed, Sep 30, 2015 at 9:45 AM, Branko Čibej > wrote: > > > > > >> On 30.09.2015 09:29, Dmitriy Setrakyan wrote: > > >>> On Wed, Sep 30, 2015 at 8:25 AM, Sergey Kozlov > > > >> wrote: >

Re: LGPL in 1.4 examples

2015-09-30 Thread Sergey Kozlov
Could we build these modules during building example project? It seems a bit excessively from user standpoint. On Wed, Sep 30, 2015 at 10:45 AM, Branko Čibej wrote: > On 30.09.2015 09:29, Dmitriy Setrakyan wrote: > > On Wed, Sep 30, 2015 at 8:25 AM, Sergey Kozlov > wrote: > >

Re: LGPL in 1.4 examples

2015-09-29 Thread Sergey Kozlov
I filed the ticket: Build examples failed from binary fabric package <https://issues.apache.org/jira/browse/IGNITE-1579> On Wed, Sep 30, 2015 at 9:06 AM, Sergey Kozlov wrote: > > > On Wed, Sep 30, 2015 at 4:10 AM, Dmitriy Setrakyan > wrote: > >> Igniters, >>

[jira] [Created] (IGNITE-1579) Build examples failed from binary fabric package

2015-09-29 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1579: - Summary: Build examples failed from binary fabric package Key: IGNITE-1579 URL: https://issues.apache.org/jira/browse/IGNITE-1579 Project: Ignite Issue

Re: LGPL in 1.4 examples

2015-09-29 Thread Sergey Kozlov
ng ignite-examples 1.4.0 [INFO] [WARNING] The POM for org.apache.ignite:ignite-hibernate:jar:1.4.0 is missing, no dependency information available [WARNING] The POM for org.apache.ignite:ignite-schedule:jar:1.4.0 is missing, no dependency information available -- Sergey Kozlov

Re: what is "communication encryption"?

2015-09-29 Thread Sergey Kozlov
;t we just say > "ssl=off"? > > D. > Yes, in that case communication encryption is SSL -- Sergey Kozlov

TCP Loopback Fast Path on Windows 8/2012

2015-09-28 Thread Sergey Kozlov
Hi Igniters I found the intersting article: http://blogs.technet.com/b/wincat/archive/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path.aspx Could someone take a look how to difficult to implement it for Ignite? -- Sergey Kozlov

Re: version names

2015-09-27 Thread Sergey Kozlov
o on and > > do it > > > > > > > starting from 1.5? > > > > > > > > > > > > > > Cos > > > > > > > > > > > > > > - Forwarded message from Dmitriy Setrakyan < > > > > dsetrak...@apache.org> > > > > > > > - > > > > > > > > > > > > > > Date: Sat, 26 Sep 2015 10:50:08 -0500 > > > > > > > From: Dmitriy Setrakyan > > > > > > > To: dev@ignite.apache.org > > > > > > > Subject: Re: Need Project Admin rights on JIRA > > > > > > > > > > > > > > Done. > > > > > > > > > > > > > > On Sat, Sep 26, 2015 at 5:27 AM, Raul Kripalani < > > ra...@apache.org> > > > > > > wrote: > > > > > > > > > > > > > > > Hi guys, > > > > > > > > > > > > > > > > I need project admin rights for Ignite in JIRA so I can add a > > new > > > > > > release > > > > > > > > ignite-1.4.1. > > > > > > > > > > > > > > > > For future releases, it would be great if the release manager > > adds > > > > the > > > > > > > next > > > > > > > > micro [and minor [and major]] versions in JIRA when cutting > the > > > > first > > > > > > RC. > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > *Raúl Kripalani* > > > > > > > > PMC & Committer @ Apache Ignite, Apache Camel | Integration, > > Big > > > > Data > > > > > > and > > > > > > > > Messaging Engineer > > > > > > > > http://about.me/raulkripalani | > > > > > > http://www.linkedin.com/in/raulkripalani > > > > > > > > http://blog.raulkr.net | twitter: @raulvk > > > > > > > > > > > > > > > > > > > > > > - End forwarded message - > > > > > > > > > > > > > > > > > > > > -- Sergey Kozlov

[jira] [Created] (IGNITE-1535) Evicted entries still are presented

2015-09-23 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1535: - Summary: Evicted entries still are presented Key: IGNITE-1535 URL: https://issues.apache.org/jira/browse/IGNITE-1535 Project: Ignite Issue Type: Bug

Re: ignite 1.4 status

2015-09-23 Thread Sergey Kozlov
I couldn't reproduce IGNITE-973 but would like to get a comment from the reporter. Maybe some points for testing of issue have been missed by me... On Wed, Sep 23, 2015 at 8:48 PM, Sergey Kozlov wrote: > I'm working to reproduce IGNITE-973 > > On Wed, Sep 23, 2015 at 7:3

Re: ignite 1.4 status

2015-09-23 Thread Sergey Kozlov
reat, if > > not - > > > > I'll continue digging into it tomorrow. > > > > > > > > 2015-09-21 10:55 GMT-07:00 Yakov Zhdanov : > > > > > > > > > Igniters, > > > > > > > > > > We are not r

Fwd: Nodes starts in tests

2015-09-20 Thread Sergey Kozlov
e are testing grid start/stop > all > >> the time. It is not surprising that our tests take very long time to > >> finish. > >> > >> Since we already support dynamic cache start/destroy which are much more > >> fast than grid start/stop, > >> I think we should go through a refactoring and use existing nodes > within a > >> suite as much as possible. > >> I believe this can reduce run time of cache related tests like 10 times. > >> > >> Sergi > >> > > -- Sergey Kozlov

[jira] [Created] (IGNITE-1494) putAll after put doesn't update values

2015-09-15 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1494: - Summary: putAll after put doesn't update values Key: IGNITE-1494 URL: https://issues.apache.org/jira/browse/IGNITE-1494 Project: Ignite Issue Type

[jira] [Created] (IGNITE-1476) Heap size in topology snapshot should be splitted into client and server heaps

2015-09-14 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1476: - Summary: Heap size in topology snapshot should be splitted into client and server heaps Key: IGNITE-1476 URL: https://issues.apache.org/jira/browse/IGNITE-1476

Re: Heap size in topology snapshot

2015-09-11 Thread Sergey Kozlov
What's the reason to know total client heap size? On Fri, Sep 11, 2015 at 1:59 PM, Alexey Kuznetsov wrote: > It seems that we should write: servers-heap: xxGB, clients-heap: yyGB > > On Fri, Sep 11, 2015 at 4:32 PM, Sergey Kozlov > wrote: > > > Hi > > > &g

Heap size in topology snapshot

2015-09-11 Thread Sergey Kozlov
ology has a few server nodes and many clients. -- Sergey Kozlov

[jira] [Created] (IGNITE-1399) Exclude Ignite platform module

2015-09-10 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1399: - Summary: Exclude Ignite platform module Key: IGNITE-1399 URL: https://issues.apache.org/jira/browse/IGNITE-1399 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-1395) REST HTTP module prints out unnecessary message

2015-09-09 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1395: - Summary: REST HTTP module prints out unnecessary message Key: IGNITE-1395 URL: https://issues.apache.org/jira/browse/IGNITE-1395 Project: Ignite Issue

Re: benchmarks documentation

2015-09-08 Thread Sergey Kozlov
test > > information about performance of Apache Ignite. > > > > Thoughts? > > -- > > Ilya Suntsov > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > -- Sergey Kozlov

Re: IGNITE-1195

2015-09-07 Thread Sergey Kozlov
tands - what is the main challenge here? > > Yarn module is compatible with Hadoop version 2.7.0 and above. Exist two > way: set different variables for yarn and hadoop modules or make yarn > module compiled with older hadoop versions. > -- Sergey Kozlov

Re: Ignite 1.4

2015-09-07 Thread Sergey Kozlov
I'm ok On Mon, Sep 7, 2015 at 3:31 PM, Anton Vinogradov wrote: > Seems worth specify "None" fixversion instead of 1.5. > Thoughts? > > On Mon, Sep 7, 2015 at 2:50 PM, Sergey Kozlov > wrote: > > > Guys > > > > We still have unclosed/unresolve

Re: Ignite 1.4

2015-09-07 Thread Sergey Kozlov
; On Fri, Sep 4, 2015 at 2:46 PM, Yakov Zhdanov > wrote: > > > >> Guys, I have updated release notes (IGNITE_HOME/RELEASE_NOTES.txt). I > >> think > >> Vladimir may have a couple more points to add. Vladimir, can you please > >> review? > >> > >> --Y

Re: Ignite 1.4

2015-09-04 Thread Sergey Kozlov
Version updated On Fri, Sep 4, 2015 at 1:10 PM, Yakov Zhdanov wrote: > Of course, we will release ignite-1.4.0. Anton V, can you please fix? > > --Yakov > > 2015-09-04 12:50 GMT+03:00 Sergey Kozlov : > > > Igniters, > > > > Current version in released branch

Re: Ignite 1.4

2015-09-04 Thread Sergey Kozlov
sent for > vote Tue-Wed next week. > > -- > Yakov Zhdanov, Director R&D > *GridGain Systems* > www.gridgain.com > > 2015-09-04 0:31 GMT+03:00 Dmitriy Setrakyan : > > > On Thu, Sep 3, 2015 at 1:31 AM, Sergey Kozlov > > wrote: > > > > > Could s

Update version for master

2015-09-03 Thread Sergey Kozlov
Hi Now we've branch ignite-1.4 for release thus make sense to update for version for master to 1.5? -- Sergey Kozlov

Re: Ignite 1.4

2015-09-03 Thread Sergey Kozlov
MT+03:00 Branko Čibej : > > > On 01.09.2015 20:46, Konstantin Boudnik wrote: > > > On Tue, Sep 01, 2015 at 08:45PM, Sergey Kozlov wrote: > > >> FYI: We've at least 161 unclosed issues planned to fix in version 1.4 > > > If there're so many issues to

Re: IGNITE-1195

2015-09-02 Thread Sergey Kozlov
Sep 2, 2015 at 11:58 AM, Sergey Kozlov > wrote: > > > Hi Igniters > > > > I suppose that issue below won't be fixed in nearest release 1.4. > > > > IGNITE-1195 Released Ignite version 1.3.0 does not build with > > -Dhadoop.version=2.6.0 < > http

IGNITE-1195

2015-09-02 Thread Sergey Kozlov
s/yarn in pom.xml and build.* *2. For maven version 3.2.1 or newest: * *mvn clean package -DskipTests -Dignite.edition=hadoop -Dhadoop.version=X.X.X -pl !module/yarn* Thoughts? Objections? -- Sergey Kozlov

Re: Ignite 1.4

2015-09-01 Thread Sergey Kozlov
FYI: We've at least 161 unclosed issues planned to fix in version 1.4 On Tue, Sep 1, 2015 at 11:48 AM, Vladimir Ozerov wrote: > I'm going to create a branch "ignite-1.4" for this release from master. > Please let me know if anyone has concerns. > > On Mon, Aug 31, 2015 at 9:10 PM, Konstantin B

[jira] [Created] (IGNITE-1344) Unable to build ignite example under JDK1.8

2015-09-01 Thread Sergey Kozlov (JIRA)
Sergey Kozlov created IGNITE-1344: - Summary: Unable to build ignite example under JDK1.8 Key: IGNITE-1344 URL: https://issues.apache.org/jira/browse/IGNITE-1344 Project: Ignite Issue Type

<    1   2   3   4