Re: LGPL in 1.4 examples

2015-09-29 Thread Sergey Kozlov
I filed the ticket: Build examples failed from binary fabric package 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, >> >> I just downloaded the ignite 1.4

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

[jira] [Created] (IGNITE-1578) Hang on GridShmemCommunicationClient creation in failover tests

2015-09-29 Thread Semen Boikov (JIRA)
Semen Boikov created IGNITE-1578: Summary: Hang on GridShmemCommunicationClient creation in failover tests Key: IGNITE-1578 URL: https://issues.apache.org/jira/browse/IGNITE-1578 Project: Ignite

Re: LGPL in 1.4 examples

2015-09-29 Thread Sergey Kozlov
On Wed, Sep 30, 2015 at 4:10 AM, Dmitriy Setrakyan wrote: > Igniters, > > I just downloaded the ignite 1.4 zip from the website and the example > project does not build for me out of the box. > > The reason is that LGPL dependencies are not included into the POM file. > This is a serious usabilit

Re: what is "communication encryption"?

2015-09-29 Thread Sergey Kozlov
On Wed, Sep 30, 2015 at 4:51 AM, Dmitriy Setrakyan wrote: > I got the following printout on 1.4 startup: > - > Security status [authentication=off, communication encryption=off] > - > > Do we mean SSL by "communication encryption"? If yes, shouldn't we just say > "ssl=off"? > > D.

Re: Ignite 1.5 plans

2015-09-29 Thread Nikita Ivanov
I'm not sure how a file system concept corresponds to shared RDD or custom MapReduce implementation... May we should have another "assembly" just for in-memory file system? -- Nikita Ivanov On Tue, Sep 29, 2015 at 7:04 PM, Dmitriy Setrakyan wrote: > How about we rename the hadoop-accelerator t

Re: Ignite 1.5 plans

2015-09-29 Thread Dmitriy Setrakyan
How about we rename the hadoop-accelerator to "in-memory file system" and include spark and map-reduce there as well. "In-memory file system" is a known entity and will bring more interest. We can position the map-reduce and spark RDD as additional features there. Thoughts? D. On Wed, Sep 30, 2

Re: Ignite 1.5 plans

2015-09-29 Thread Nikita Ivanov
Well, my thinking at this point is that none of these three modules would interest in real life. So, I was thinking of giving users a clear direction on getting a) fabric only, b) hadoop accelerator, and c) spark integration. -- Nikita Ivanov On Tue, Sep 29, 2015 at 5:29 PM, Konstantin Boudnik

what is "communication encryption"?

2015-09-29 Thread Dmitriy Setrakyan
I got the following printout on 1.4 startup: - Security status [authentication=off, communication encryption=off] - Do we mean SSL by "communication encryption"? If yes, shouldn't we just say "ssl=off"? D.

Re: New 'Deployment tasks' article on readme.io

2015-09-29 Thread Dmitriy Setrakyan
Artem, I would move the deployment SPI documentation as a bottom section in "Zero Deployment" page. Also, please use this link for documentation: https://apacheignite.readme.io/docs D. On Tue, Sep 29, 2015 at 8:47 PM, Artem Shutak wrote: > Folks, > > In process of working on [1] I've been cre

Error when removing SQL indexes during node stop

2015-09-29 Thread Dmitriy Setrakyan
Got this error when testing 1.4 release: https://issues.apache.org/jira/browse/IGNITE-1577 D.

[jira] [Created] (IGNITE-1577) IlligateStateException when removing index during stop

2015-09-29 Thread Dmitriy Setrakyan (JIRA)
Dmitriy Setrakyan created IGNITE-1577: - Summary: IlligateStateException when removing index during stop Key: IGNITE-1577 URL: https://issues.apache.org/jira/browse/IGNITE-1577 Project: Ignite

LGPL in 1.4 examples

2015-09-29 Thread Dmitriy Setrakyan
Igniters, I just downloaded the ignite 1.4 zip from the website and the example project does not build for me out of the box. The reason is that LGPL dependencies are not included into the POM file. This is a serious usability issue. Am I doing something wrong? D.

[jira] [Created] (IGNITE-1576) CacheObject.toString() can throw NPE if node already stopped

2015-09-29 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-1576: --- Summary: CacheObject.toString() can throw NPE if node already stopped Key: IGNITE-1576 URL: https://issues.apache.org/jira/browse/IGNITE-1576 Project: I

[jira] [Created] (IGNITE-1575) NPE when cache is started concurrently with the node stop

2015-09-29 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-1575: --- Summary: NPE when cache is started concurrently with the node stop Key: IGNITE-1575 URL: https://issues.apache.org/jira/browse/IGNITE-1575 Project: Ignit

[jira] [Created] (IGNITE-1574) Exception is not rethrown if entry processor fails during commit

2015-09-29 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-1574: --- Summary: Exception is not rethrown if entry processor fails during commit Key: IGNITE-1574 URL: https://issues.apache.org/jira/browse/IGNITE-1574 Projec

Re: Ignite 1.5 plans

2015-09-29 Thread Konstantin Boudnik
One of the reasons is that I don't believe that running two builds to get two different module assemblies is a right or useful idea. I can use reactor to build just what's needed, but looks like it won't produce specific assemblies, because spark is included into core package. hence, I would have t

[jira] [Created] (IGNITE-1573) IGFS: mkdirs operations should be truly thread-safe

2015-09-29 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-1573: --- Summary: IGFS: mkdirs operations should be truly thread-safe Key: IGNITE-1573 URL: https://issues.apache.org/jira/browse/IGNITE-1573 Project: Ignite Is

New 'Deployment tasks' article on readme.io

2015-09-29 Thread Artem Shutak
Folks, In process of working on [1] I've been created new article [2] on readme.io as long as this functionality has been missed in documentation. Please review and feel free to comment. [1] https://issues.apache.org/jira/browse/IGNITE-1559 [2] http://apacheignite.gridgain.org/docs/deployment-tas

Re: Coding Guidelines on Wiki

2015-09-29 Thread Nikita Ivanov
+1 on -1 for @author tag. It's a remnant of the long distant past... -- Nikita Ivanov On Tue, Sep 29, 2015 at 6:09 AM, Raul Kripalani wrote: > I never use @author tags in other projects – but it was a requirement in > Ignite's Coding Style, that's why I added it to the example. > > I'm -1 for

Re: Ignite 1.5 plans

2015-09-29 Thread Nikita Ivanov
Cos - why mixing the two? I think if we are embark on this route - why not create two different assemblies, one for Hadoop bits, and another for Spark integration? Two would rarely intersect IMHO. -- Nikita Ivanov On Mon, Sep 28, 2015 at 10:40 PM, Konstantin Boudnik wrote: > While a minor mod

Re: Switched main version to 1.4 on readme.io

2015-09-29 Thread Dmitriy Setrakyan
Yakov, The javadoc link on Ignite documentation still points to 1.3. Can you make the switch? Thanks, D. On Mon, Sep 28, 2015 at 3:24 PM, Yakov Zhdanov wrote: > subj > > --Yakov >

Re: Ignite 1.5 plans

2015-09-29 Thread Dmitriy Setrakyan
Gianfranco, I agree that integration with Drools would be useful. I think Yakov is questioning where this integration should be hosted. It looks like Infinispan is hosting it separately from their main code base. We can host it in Apache repo, or we can create a separate project for it, for exam

Re: Sergey Evdokimov Tickets

2015-09-29 Thread Dmitriy Setrakyan
On Tue, Sep 29, 2015 at 4:45 PM, Yakov Zhdanov wrote: > Hi! > > I want to ask if Sergey is going to continue working on tickets assigned to > him? If not, we will reassign them in 72 hours. > I thought you meant "un-assign" not "reassign". Do we know if there are any critical tickets that Sergey

Re: Ignite 1.5 plans

2015-09-29 Thread Gianfranco Murador
Yakov, So I guess that integration should only affect the way JBPM interacts with Ignite ? I think that a module dedicated to ignite could provide APIs more advanced than simple get and put on a grid. Infinispan already provides a second level cache Ignite does, but that does not mean that Ignite d

[GitHub] ignite pull request: Ignite-1559 Improve tests for UriDeploymentHt...

2015-09-29 Thread ashutakGG
GitHub user ashutakGG opened a pull request: https://github.com/apache/ignite/pull/114 Ignite-1559 Improve tests for UriDeploymentHttpScanner and UriDeploymentSpi javadocs. Improve tests for UriDeploymentHttpScanner and UriDeploymentSpi javadocs. You can merge this pull request

[GitHub] ignite pull request: IGNITE-1570 Move .Net local benchmarks projec...

2015-09-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/113 IGNITE-1570 Move .Net local benchmarks project to Ignite. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1570 Altern

[jira] [Created] (IGNITE-1572) .Net: Check if we can get rid of "WritePortableOrSerializable" method.

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1572: --- Summary: .Net: Check if we can get rid of "WritePortableOrSerializable" method. Key: IGNITE-1572 URL: https://issues.apache.org/jira/browse/IGNITE-1572 Project:

[jira] [Created] (IGNITE-1571) .Net: Improve Guid and DateTime reader/writer interface.

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1571: --- Summary: .Net: Improve Guid and DateTime reader/writer interface. Key: IGNITE-1571 URL: https://issues.apache.org/jira/browse/IGNITE-1571 Project: Ignite

Re: Ignite 1.5 plans

2015-09-29 Thread Yakov Zhdanov
Igniters, Given we somehow agreed on most of the scope, can everyone please cleanup JIRA queues accordingly? --Yakov

Re: Ignite 1.5 plans

2015-09-29 Thread Yakov Zhdanov
I recall I heard about JBPM from one of our users and he referenced infinispan integration as example. So, yes, this can be interesting, but isn't https://github.com/droolsjbpm/droolsjbpm-integration repo a proper place for it? --Yakov 2015-09-29 16:22 GMT+03:00 Gianfranco Murador : > Dmitry, >

Sergey Evdokimov Tickets

2015-09-29 Thread Yakov Zhdanov
Hi! I want to ask if Sergey is going to continue working on tickets assigned to him? If not, we will reassign them in 72 hours. Thanks! --Yakov

Re: Coding Guidelines on Wiki

2015-09-29 Thread Dmitriy Setrakyan
I think no one will object to removing the @author tag from the guidelines. I think it is there right now by mistake. Dmitriy > On Sep 29, 2015, at 3:09 PM, Raul Kripalani wrote: > > I never use @author tags in other projects – but it was a requirement in > Ignite's Coding Style, that's why

Re: Ignite 1.5 plans

2015-09-29 Thread Gianfranco Murador
Dmitry, Could you give me some feedback about this proposal? You think it might be interesting? Thank you. 2015-09-29 12:00 GMT+02:00 Gianfranco Murador : > Dmitry, > The short answer is because JBPM is integrated well with Infinispan,the > longest and technically correct answer is as follows. >

Re: Coding Guidelines on Wiki

2015-09-29 Thread Konstantin Boudnik
On Tue, Sep 29, 2015 at 02:09PM, Raul Kripalani wrote: > I never use @author tags in other projects – but it was a requirement in > Ignite's Coding Style, that's why I added it to the example. Good spotting and it needs to be removed of course. Thanks for bringing this up! > I'm -1 for @author ta

Re: Coding Guidelines on Wiki

2015-09-29 Thread Raul Kripalani
I never use @author tags in other projects – but it was a requirement in Ignite's Coding Style, that's why I added it to the example. I'm -1 for @author tags, in fact. They not useful for code maintenance (as the body of the @authored block can change line by line – better use git blame or git log

[jira] [Created] (IGNITE-1570) Move .Net local benchmarks project to Ignite.

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1570: --- Summary: Move .Net local benchmarks project to Ignite. Key: IGNITE-1570 URL: https://issues.apache.org/jira/browse/IGNITE-1570 Project: Ignite Issue Ty

[jira] [Created] (IGNITE-1569) Optimize portable object fields read/write in CPP.

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1569: --- Summary: Optimize portable object fields read/write in CPP. Key: IGNITE-1569 URL: https://issues.apache.org/jira/browse/IGNITE-1569 Project: Ignite Iss

[jira] [Created] (IGNITE-1567) Optimize portable object fields read/write in .Net.

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1567: --- Summary: Optimize portable object fields read/write in .Net. Key: IGNITE-1567 URL: https://issues.apache.org/jira/browse/IGNITE-1567 Project: Ignite Is

[jira] [Created] (IGNITE-1568) Optimize portable object fields read/write in Java.

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1568: --- Summary: Optimize portable object fields read/write in Java. Key: IGNITE-1568 URL: https://issues.apache.org/jira/browse/IGNITE-1568 Project: Ignite Is

Re: Coding Guidelines on Wiki

2015-09-29 Thread Konstantin Boudnik
On Tue, Sep 29, 2015 at 02:22PM, Dmitriy Setrakyan wrote: > On Tue, Sep 29, 2015 at 2:05 PM, Raul Kripalani wrote: > > > I have clarified examples in the Wiki and I've added lots of TODOs for > > rules that must be defined to avoid subjective bias. > > > > Please review my changes and let's defin

[jira] [Created] (IGNITE-1566) Hadoop: In case if IGFS name is missing in the URI, the connection failure message should be more informative.

2015-09-29 Thread Ivan Veselovsky (JIRA)
Ivan Veselovsky created IGNITE-1566: --- Summary: Hadoop: In case if IGFS name is missing in the URI, the connection failure message should be more informative. Key: IGNITE-1566 URL: https://issues.apache.org/jira/

[GitHub] ignite pull request: IGNITE-1565 Platform .Net: Fix examples

2015-09-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/112 IGNITE-1565 Platform .Net: Fix examples You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1565 Alternatively you can re

Re: Coding Guidelines on Wiki

2015-09-29 Thread Raul Kripalani
On Tue, Sep 29, 2015 at 1:22 PM, Dmitriy Setrakyan wrote: > Raul, do we really need to require the @author tag? I think it should be > optional. > That's what the coding style said: "Every type should start with at least minimal Javadoc comments including description and author information

Re: Fwd: Coding Guidelines: zookeeper IP finder and mqtt streamer

2015-09-29 Thread Roman Shaposhnik
On Tue, Sep 29, 2015 at 3:01 PM, Raul Kripalani wrote: > Thanks, Cos. I'm glad we sorted this out. Sometimes a chat would be useful > to establish rapport. > > Accusing someone of negligence is *extremely* serious and casts a very bad > image on the person being attributed with it. I've been ther

Re: Coding Guidelines on Wiki

2015-09-29 Thread Dmitriy Setrakyan
On Tue, Sep 29, 2015 at 2:05 PM, Raul Kripalani wrote: > I have clarified examples in the Wiki and I've added lots of TODOs for > rules that must be defined to avoid subjective bias. > > Please review my changes and let's define an action plan: > > > https://cwiki.apache.org/confluence/pages/diff

Re: Fwd: Coding Guidelines: zookeeper IP finder and mqtt streamer

2015-09-29 Thread Dmitriy Setrakyan
On Tue, Sep 29, 2015 at 2:01 PM, Raul Kripalani wrote: (3) we have no tooling in place. The Ignite community is dominated by > the people who wrote the code and have become accustomed to reading it day > and night for years. They have a trained eye to detect weird stuff. They > need to unders

Re: Ignite 1.5 plans

2015-09-29 Thread Dmitriy Setrakyan
On Tue, Sep 29, 2015 at 1:44 PM, Konstantin Boudnik wrote: > Here's the link to the JIRA just in case > https://issues.apache.org/jira/browse/IGNITE-1555 Would be great if someone in the community could review the patch. Also, Cos, can you please change the ticket to "Patch Available"? D

Coding Guidelines on Wiki

2015-09-29 Thread Raul Kripalani
I have clarified examples in the Wiki and I've added lots of TODOs for rules that must be defined to avoid subjective bias. Please review my changes and let's define an action plan: https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=57901455&selectedPageVersions=15&selecte

Re: Fwd: Coding Guidelines: zookeeper IP finder and mqtt streamer

2015-09-29 Thread Raul Kripalani
Thanks, Cos. I'm glad we sorted this out. Sometimes a chat would be useful to establish rapport. Accusing someone of negligence is *extremely* serious and casts a very bad image on the person being attributed with it. It's a destructive attribute. No one here breaks the rules on purpose. It is unf

Started working on ignite-533

2015-09-29 Thread chandresh pancholi
Hi, I have started working on https://issues.apache.org/jira/browse/IGNITE-533. If you have any suggestion or input do let me know -- Chandresh Pancholi Senior Software Engineer Flipkart.com Email-id:chandresh.panch...@flipkart.com Contact:08951803660

Re: After setting streamer and ignite,getting NULL

2015-09-29 Thread chandresh pancholi
Gian, I have tested storm-integration code locally. Its working fine. On Tue, Sep 29, 2015 at 4:12 PM, Gianfranco Murador wrote: > Yes, in mater branch of my fork. > > 2015-09-29 8:45 GMT+02:00 chandresh pancholi < > chandreshpancholi...@gmail.com > >: > > > Gian, > > > > is code for ignite-42

Re: Ignite 1.5 plans

2015-09-29 Thread Konstantin Boudnik
Here's the link to the JIRA just in case https://issues.apache.org/jira/browse/IGNITE-1555 On Tue, Sep 29, 2015 at 03:17AM, Konstantin Boudnik wrote: > how about > ignite-booster > > or something? > Cos > > On Tue, Sep 29, 2015 at 08:33AM, Dmitriy Setrakyan wrote: > > On Tue, Sep 29

[jira] [Created] (IGNITE-1565) Platform .Net: Fix examples

2015-09-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1565: --- Summary: Platform .Net: Fix examples Key: IGNITE-1565 URL: https://issues.apache.org/jira/browse/IGNITE-1565 Project: Ignite Issue Type: Sub-task

Re: Fwd: Coding Guidelines: zookeeper IP finder and mqtt streamer

2015-09-29 Thread Konstantin Boudnik
Dmitriy has pointed to me why there's a incorrect perception of me going after Raul ;) I haven't even noticed the last sentence of the original email. And I am sorry about sending the email too fast. What I was trying to do is to make a trivial statement: there's a mistake that needs to be fixed -

Re: After setting streamer and ignite,getting NULL

2015-09-29 Thread Gianfranco Murador
Yes, in mater branch of my fork. 2015-09-29 8:45 GMT+02:00 chandresh pancholi : > Gian, > > is code for ignite-429 in master branch? > > On Mon, Sep 28, 2015 at 5:27 PM, chandresh pancholi < > chandreshpancholi...@gmail.com> wrote: > > > Gian, > > > > Lets use this and modify our tests. I will pu

Re: Ignite 1.5 plans

2015-09-29 Thread Konstantin Boudnik
how about ignite-booster or something? Cos On Tue, Sep 29, 2015 at 08:33AM, Dmitriy Setrakyan wrote: > On Tue, Sep 29, 2015 at 7:40 AM, Konstantin Boudnik wrote: > > > While a minor modification which won't affect anything, I'd like to put > > on the table the consolidation of hadoodp a

Re: Ignite 1.5 plans

2015-09-29 Thread Gianfranco Murador
Dmitry, The short answer is because JBPM is integrated well with Infinispan,the longest and technically correct answer is as follows. JBPM is now used in many productions of the clients they serve a high number of users.The main problem with the engine of business processes resides in the non- syn

Re: Fwd: Coding Guidelines: zookeeper IP finder and mqtt streamer

2015-09-29 Thread Konstantin Boudnik
Thank you you for confirming my point: there was a mistake and it needs to be corrected. End of story. But instead of simply fixing it and moving on, we are spending hours x 50 people on reading and writing long emails arguing about imaginary semantical differences. There's no need to be emotional

[GitHub] ignite pull request: IGNITE-1416 .Net: Implement AtomicLong data s...

2015-09-29 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/111 IGNITE-1416 .Net: Implement AtomicLong data structure You can merge this pull request into a Git repository by running: $ git pull https://github.com/ptupitsyn/ignite ignite-1416 Alternativ

[jira] [Created] (IGNITE-1564) Cannot revoer from org.apache.ignite.IgniteClientDisconnectedException

2015-09-29 Thread Enrico Olivelli (JIRA)
Enrico Olivelli created IGNITE-1564: --- Summary: Cannot revoer from org.apache.ignite.IgniteClientDisconnectedException Key: IGNITE-1564 URL: https://issues.apache.org/jira/browse/IGNITE-1564 Project:

Re: TCP Loopback Fast Path on Windows 8/2012

2015-09-29 Thread Yakov Zhdanov
Good catch, Pavel! --Yakov 2015-09-29 11:57 GMT+03:00 Pavel Tupitsyn : > Hi Sergey, > > As I understand, since we use standard Java sockets, SIO_LOOPBACK_FAST_PATH > control code usage is up to JDK. > For example, OpenJDK supports it: > https://bugs.openjdk.java.net/browse/JDK-8060170 > > Thanks

Re: TCP Loopback Fast Path on Windows 8/2012

2015-09-29 Thread Pavel Tupitsyn
Hi Sergey, As I understand, since we use standard Java sockets, SIO_LOOPBACK_FAST_PATH control code usage is up to JDK. For example, OpenJDK supports it: https://bugs.openjdk.java.net/browse/JDK-8060170 Thanks, On Tue, Sep 29, 2015 at 9:07 AM, Sergey Kozlov wrote: > Hi Igniters > > I found the

Re: TCP Loopback Fast Path on Windows 8/2012

2015-09-29 Thread Yakov Zhdanov
I would not mess with this - this works only on 2012 server and win8 and requires some native coding. Let's postpone this until we need to optimize some windows server deployment. Thoughts? --Yakov 2015-09-29 9:07 GMT+03:00 Sergey Kozlov : > Hi Igniters > > I found the intersting article: > > >

Re: Ignite 1.5 plans

2015-09-29 Thread Yakov Zhdanov
> I'd like to add several things. > 1) It looks like fix for IBM JVM will brake backward compatibility because > the problem is caused by missing serialVersionId, right? If we add default UUIDS as calculated by hotspot everything seems to be fine then. > 2) HP-UX users are also concerned, see las

Re: Replace incubator-ignite to ignite

2015-09-29 Thread chandresh pancholi
Thanks Yakov!! On Tue, Sep 29, 2015 at 2:05 PM, Yakov Zhdanov wrote: > fixed. > > Thanks! > -- > Yakov Zhdanov, Director R&D > *GridGain Systems* > www.gridgain.com > > 2015-09-29 10:25 GMT+03:00 chandresh pancholi < > chandreshpancholi...@gmail.com>: > > > Hi, > > > > I was going through ignite

Re: Replace incubator-ignite to ignite

2015-09-29 Thread Yakov Zhdanov
fixed. Thanks! -- Yakov Zhdanov, Director R&D *GridGain Systems* www.gridgain.com 2015-09-29 10:25 GMT+03:00 chandresh pancholi < chandreshpancholi...@gmail.com>: > Hi, > > I was going through ignite coding guidelines and saw this line. > >- copy incubator-ignite\idea\ignite_codeStyle.xml to

Re: Coding Guidelines: zookeeper IP finder and mqtt streamer

2015-09-29 Thread Yakov Zhdanov
> #1 Yakov, how exactly are you reading the Git history? WIP commits were > never on master, they were in a feature branch which was merged into master > on this commit: You can check the history of the streamer. I see more than one entry. Probably, that was mistake on merge - commits were not squ

[jira] [Created] (IGNITE-1563) .Net: Implement "atomic" data structures.

2015-09-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-1563: --- Summary: .Net: Implement "atomic" data structures. Key: IGNITE-1563 URL: https://issues.apache.org/jira/browse/IGNITE-1563 Project: Ignite Issue Type:

Replace incubator-ignite to ignite

2015-09-29 Thread chandresh pancholi
Hi, I was going through ignite coding guidelines and saw this line. - copy incubator-ignite\idea\ignite_codeStyle.xml to \.IdeaIC14\config\codestyles (or to ~/Library/Preferences/IntelliJIdea14/codestyles on Mac) Can someone replace incubator-ignite to ignite? i don't have permission t

[jira] [Created] (IGNITE-1562) .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary".

2015-09-29 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-1562: --- Summary: .Net: Remove "Generic" word from "WriteGenericCollection" and "WriteGenericDictionary". Key: IGNITE-1562 URL: https://issues.apache.org/jira/browse/IGNITE-1562