Re: IGNITE-1355 Potential NPE in CacheAffinityProxy

2015-11-25 Thread Yakov Zhdanov
I agree with proposed changes. --Yakov 2015-11-25 16:35 GMT+03:00 Artem Shutak : > Igniters, > > I've fixed the issue according to the last discussed approach [1]. > > I've faced with the following API issues: > - IgniteCluster and Affinity interfaces have the same methods: > mapKeysToNodes and

[GitHub] ignite pull request: IGNITE-1936 implemented spa behavior to ignit...

2015-11-25 Thread Dmitriyff
GitHub user Dmitriyff opened a pull request: https://github.com/apache/ignite/pull/266 IGNITE-1936 implemented spa behavior to ignite console You can merge this pull request into a Git repository by running: $ git pull https://github.com/Dmitriyff/ignite ignite-1936 Alternati

Re: Check Ignite code base with Findbugs.

2015-11-25 Thread Alexey Kuznetsov
Cos, that was only ONE module checked :) And who knows what FindBugs will find when I start it over whole project. :) On Thu, Nov 26, 2015 at 9:31 AM, Konstantin Boudnik wrote: > On Tue, Nov 24, 2015 at 10:50AM, Alexey Kuznetsov wrote: > > Igniters, > > > > I've installed FindBugs plugin for Id

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Alexey Kuznetsov
Cos, not sure that I understand what do you mean... I looked into sparck pom.xml and see that they also use scala 2.11.7 and also in scala 2.11.7 release notes I see "A 300x more embeddable Scala REPL, brought to you by a team effort with Apache Spark. " Scala 2.11.7 is a bugfix update and I thi

[GitHub] ignite pull request: IGNITE-529: Fixed README

2015-11-25 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/265 IGNITE-529: Fixed README You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite ignite-529-readme Alternatively you can review and appl

Re: IGFS: properties to use for implicit mkdirs

2015-11-25 Thread Konstantin Boudnik
On Wed, Nov 25, 2015 at 09:26PM, Ivan V. wrote: > umask is 0002 on my Linux. (This is why the middle directories have 775 > permission in the above experiment. 022 would lead to 755.) Yeah, sorry - that's what I was going to say and the mixed up with my own ;) Looks like the proposed fix makes se

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Konstantin Boudnik
Did Spark do it again and bumped the SDK version inside of a subminor release? I guess it's time to simply get over the fact that some people just never learn ;( Cos On Tue, Nov 24, 2015 at 04:53PM, Alexey Kuznetsov wrote: > Hi! > > How about to update dependencies? > > scala to 2.11.7 and spa

Re: Check Ignite code base with Findbugs.

2015-11-25 Thread Konstantin Boudnik
On Tue, Nov 24, 2015 at 10:50AM, Alexey Kuznetsov wrote: > Igniters, > > I've installed FindBugs plugin for Idea and run it on ignite-core module. > > Well it found a lot... 1331 items... Better than 100500, eh? :) > Some of them are false-positive of course, but this plugin has quite handy > g

Re: Igfs PURGE events: do we need them?

2015-11-25 Thread Konstantin Boudnik
On Wed, Nov 25, 2015 at 04:54PM, Ivan V. wrote: > Hi, Konstantin, > "TRASH" (the name comes from > org.apache.ignite.internal.processors.igfs.IgfsFileInfo#TRASH_ID Java > constant) notion is only applicable to primary (IGFS) file system. This is > a special "folder" that does not have file system p

Re: Branch deletion prohibited

2015-11-25 Thread Konstantin Boudnik
On Tue, Nov 24, 2015 at 05:53AM, Branko Čibej wrote: > On 23.11.2015 20:41, Konstantin Boudnik wrote: > > On Mon, Nov 23, 2015 at 09:08AM, Branko Čibej wrote: > >> On 23.11.2015 04:13, Konstantin Boudnik wrote: > >>> On Sun, Nov 22, 2015 at 02:16PM, Dmitriy Setrakyan wrote: > Cos, > > >>>

Re: IGFS: properties to use for implicit mkdirs

2015-11-25 Thread Ivan V.
umask is 0002 on my Linux. (This is why the middle directories have 775 permission in the above experiment. 022 would lead to 755.) On Mon, Nov 23, 2015 at 10:48 PM, Konstantin Boudnik wrote: > May I ask what's is the output of umask command on your system? > > Cos > > P.S. I have a hunch though

EntryProcessor execution semantics

2015-11-25 Thread Andrey Kornev
Hello, I'd like to ask the community members to share their thoughts/opinions on the following subject. JCache provides a way to atomically execute one or more actions against a cache entry using the Entry Processor mechanism. The Cache interface exposes an invoke() method that takes a key of

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at http://events.linuxfoundation.o

Re: Necessity to have MBeanServerResource annotation

2015-11-25 Thread Denis Magda
Got all of you thanks. Merged the changes from https://issues.apache.org/jira/browse/IGNITE-1800 Roman, thanks for the contribution! -- Denis On 11/25/2015 3:55 PM, Nikolay Tikhonov wrote: Artem right. The annotation should be removed in https://issues.apache.org/jira/browse/IGNITE-35 ticke

[GitHub] ignite pull request: ignite-2005 Java client tests fixed

2015-11-25 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/264 ignite-2005 Java client tests fixed You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-2005 Alternatively you can revi

[jira] [Created] (IGNITE-2005) [Test failed] Ignite Java Client suite fails

2015-11-25 Thread Andrey Gura (JIRA)
Andrey Gura created IGNITE-2005: --- Summary: [Test failed] Ignite Java Client suite fails Key: IGNITE-2005 URL: https://issues.apache.org/jira/browse/IGNITE-2005 Project: Ignite Issue Type: Test

Optional modules without README and apache license

2015-11-25 Thread Vasilisa Sidorova
Dear Igniters, we have following optional modules without README.txt and apache-2.0.txt license files: README.txt is not found: ignite-jms11 ignite-kafka ignite-mqtt ignite-zookeeper apache-2.0.txt is not found: ignite-jms11 ignite-mqtt ignite-zookeeper I've filed the issue https://issues.apache

[jira] [Created] (IGNITE-2004) Asynchronous execution of ContinuousQuery's remote filter

2015-11-25 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2004: --- Summary: Asynchronous execution of ContinuousQuery's remote filter Key: IGNITE-2004 URL: https://issues.apache.org/jira/browse/IGNITE-2004 Project: Ignite Issu

Re: Igfs PURGE events: do we need them?

2015-11-25 Thread Ivan V.
Hi, Konstantin, "TRASH" (the name comes from org.apache.ignite.internal.processors.igfs.IgfsFileInfo#TRASH_ID Java constant) notion is only applicable to primary (IGFS) file system. This is a special "folder" that does not have file system path. When IGFS is running over a secondary Fs, TRASH also

[jira] [Created] (IGNITE-2003) Some optional modules don't have Apache licenses file and README.txt

2015-11-25 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-2003: -- Summary: Some optional modules don't have Apache licenses file and README.txt Key: IGNITE-2003 URL: https://issues.apache.org/jira/browse/IGNITE-2003 Proj

Re: IGNITE-1355 Potential NPE in CacheAffinityProxy

2015-11-25 Thread Artem Shutak
Igniters, I've fixed the issue according to the last discussed approach [1]. I've faced with the following API issues: - IgniteCluster and Affinity interfaces have the same methods: mapKeysToNodes and mapKeyToNode, which use the same implementation. - The both methods in both interfaces say that

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

2015-11-25 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/263 IGNITE-1355 Potential NPE in CacheAffinityProxy (throw Exception if cache doesn't exist) https://issues.apache.org/jira/browse/IGNITE-1355 (Potential NPE in CacheAffinityProxy) You can merge thi

Re: Necessity to have MBeanServerResource annotation

2015-11-25 Thread Nikolay Tikhonov
Artem right. The annotation should be removed in https://issues.apache.org/jira/browse/IGNITE-35 ticket. On Wed, Nov 25, 2015 at 12:34 PM, Yakov Zhdanov wrote: > Thanks for clarifications, Artem! > > --Yakov > > 2015-11-25 12:27 GMT+03:00 Artem Shutak : > > > Igniters, > > > > As I remember, sup

[GitHub] ignite pull request: Ignite 1679

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

[jira] [Created] (IGNITE-2002) .Net: Data streamer does not work with peerClassLoadingEnabled

2015-11-25 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-2002: --- Summary: .Net: Data streamer does not work with peerClassLoadingEnabled Key: IGNITE-2002 URL: https://issues.apache.org/jira/browse/IGNITE-2002 Project: Ignite

[jira] [Created] (IGNITE-2001) Need to add cache name to the JdbcType bean

2015-11-25 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-2001: -- Summary: Need to add cache name to the JdbcType bean Key: IGNITE-2001 URL: https://issues.apache.org/jira/browse/IGNITE-2001 Project: Ignite Issu

[jira] [Created] (IGNITE-2000) .Net: MessagingExample get exception after second execution

2015-11-25 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-2000: -- Summary: .Net: MessagingExample get exception after second execution Key: IGNITE-2000 URL: https://issues.apache.org/jira/browse/IGNITE-2000 Project: Igni

[jira] [Created] (IGNITE-1999) .Net: ServiceExample quickly close after execution

2015-11-25 Thread Vasilisa Sidorova (JIRA)
Vasilisa Sidorova created IGNITE-1999: -- Summary: .Net: ServiceExample quickly close after execution Key: IGNITE-1999 URL: https://issues.apache.org/jira/browse/IGNITE-1999 Project: Ignite

Re: Necessity to have MBeanServerResource annotation

2015-11-25 Thread Yakov Zhdanov
Thanks for clarifications, Artem! --Yakov 2015-11-25 12:27 GMT+03:00 Artem Shutak : > Igniters, > > As I remember, support of the annotation has been deleted intentionally. I > think Nik can shed light on this. > > By the way, currently, you can use IgniteInstanceResource annotation to get > Ign

Re: Update scala to 2.11.7 and spark to 1.5.2

2015-11-25 Thread Alexey Kuznetsov
Igniters, I've updated scala dependencies to latest stable one: scala to 2.11.7 and spark to 1.5.2 TeamCity and QA smoke test passed. I've merged changes to ignite-1.5. On Tue, Nov 24, 2015 at 6:06 PM, Alexey Kuznetsov wrote: > I created issue for that: > https://issues.apache.org/jira/browse/I

Re: Necessity to have MBeanServerResource annotation

2015-11-25 Thread Artem Shutak
Igniters, As I remember, support of the annotation has been deleted intentionally. I think Nik can shed light on this. By the way, currently, you can use IgniteInstanceResource annotation to get Ignite instance and getting MBeanServer. ignite.configuration().getMBeanServer() Thanks, -- Artem --

Re: Necessity to have MBeanServerResource annotation

2015-11-25 Thread Yakov Zhdanov
Guys, I don't think we should delete this since it is not hard at all to fix injection properly. --Yakov 2015-11-25 11:40 GMT+03:00 Denis Magda : > Igniters, > > There is MBeanServerResource annotation available as a part of Ignite. > However, according to this JIRA issue [1] its never processed

Necessity to have MBeanServerResource annotation

2015-11-25 Thread Denis Magda
Igniters, There is MBeanServerResource annotation available as a part of Ignite. However, according to this JIRA issue [1] its never processed at the kernel level. My understanding is that we should neither delete it nor deprecate but rather support at the kernel level injecting MBeanServer w