Re: Hi guys /Artem Schitow/

2017-01-09 Thread Denis Magda
Hi Artem, Welcome to the Ignite community! I’ve added you to the contributors list in JIRA. A piece of other relevant information that might be useful to you. Please subscribe to both dev and user lists: https://ignite.apache.org/community/resources.html#mail-lists Get familiar with Ignite

classnames.properties file is not updated and missed in 1.8 release

2017-01-09 Thread Denis Magda
Committers, especially Anton V. and Vovan, I’ve been looking at the following ticket [1] and found out that the issue happens simply because both org.apache.ignite.binary.BinaryObjectBuilder and org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl are not added to

[GitHub] ignite pull request #1411: IGNITE-2422: Prevent serialization of BinaryObjec...

2017-01-09 Thread dream-x
GitHub user dream-x opened a pull request: https://github.com/apache/ignite/pull/1411 IGNITE-2422: Prevent serialization of BinaryObjectBuilder You can merge this pull request into a Git repository by running: $ git pull https://github.com/dream-x/ignite ignite-2422

Re: Adding blog posts to Apache Ignite's blogs list

2017-01-09 Thread Dmitriy Setrakyan
On Mon, Jan 9, 2017 at 1:18 PM, Shamim wrote: > Dimitriy, > Glad to see you again. Thank'x a lot to purchase the book ( it was > unnecessary, we can send you a gift copy of the book), we will be glad to > hear from you any constructive criticisms and suggestions. > You

Re: Adding blog posts to Apache Ignite's blogs list

2017-01-09 Thread Shamim
Dimitriy, Glad to see you again. Thank'x a lot to purchase the book ( it was unnecessary, we can send you a gift copy of the book), we will be glad to hear from you any constructive criticisms and suggestions. With best regards Shamim Ahmed > On 9 янв. 2017 г., at 23:40, Dmitriy Setrakyan

Re: Adding blog posts to Apache Ignite's blogs list

2017-01-09 Thread Shamim
Good evening, Denis, The direct URL of the post is as follows: http://frommyworkshop.blogspot.ru/2016/09/book-high-performance-in-memory.html If I will have any new post, I will let you know about it. With best regards Shamim Ahmed > On 9 янв. 2017 г., at 21:48, Denis Magda

Re: Extend TcpDiscoveryVmIpFinder functionality

2017-01-09 Thread Sergey Kozlov
Hi Thanks Yakov and Vladimir! In general I'm ok for Yakov's suggestion though a bit not clear why discovery by network mask will take long time. Is the discovery spi single-threaded and Ignite processes the addresses consequentially? On Mon, Jan 9, 2017 at 2:39 PM, Vladimir Ozerov

Re: [ANNOUNCE] Apache Ignite 1.8.0 Released

2017-01-09 Thread Sally Khudairi
Thanks, Denis. I'm working on a draft and will send it over for review in the next couple of days. Kind regards,Sally [From the mobile; please excuse top-posting, spelling/spacing errors, and brevity] On Mon, Jan 9, 2017 at 13:33, Denis Magda wrote: Roman,

Re: Adding blog posts to Apache Ignite's blogs list

2017-01-09 Thread Dmitriy Setrakyan
I just bought the book. Looking forward to reading it. On Mon, Jan 9, 2017 at 12:18 PM, Shamim wrote: > Good evening, Denis, > The direct URL of the post is as follows: > http://frommyworkshop.blogspot.ru/2016/09/book-high- > performance-in-memory.html > > If I will have

Re: [ANNOUNCE] Apache Ignite 1.8.0 Released

2017-01-09 Thread Prachi Garg
Roman's blog has been added to the website - https://ignite.apache.org/ blogs.html -Prachi On Mon, Jan 9, 2017 at 10:33 AM, Denis Magda wrote: > Roman, perfect! Well done! > > *Prachi*, please add Roman’s blog to Apache Ignite’s blogs list: >

Re: Extend TcpDiscoveryVmIpFinder functionality

2017-01-09 Thread Vladimir Ozerov
+1 On Mon, Jan 9, 2017 at 2:11 PM, Yakov Zhdanov wrote: > Agree with Vladimir. > > However, this functionality maybe useful in some cases. As far as I > remember we support port range notation, e.g. 127.0.0.1:47500..47509, but > we don't have this for addresses. If we

[GitHub] ignite pull request #1408: IGNITE-4374

2017-01-09 Thread daradurvs
GitHub user daradurvs opened a pull request: https://github.com/apache/ignite/pull/1408 IGNITE-4374 Check of "Basic JVM Configuration" added. Link to the tuning article added. https://apacheignite.readme.io/docs/jvm-and-system-tuning You can merge this pull request into a

[GitHub] ignite pull request #1405: Ignite 1.7.6

2017-01-09 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/1405 Ignite 1.7.6 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.7.6 Alternatively you can review and apply

Re: Extend TcpDiscoveryVmIpFinder functionality

2017-01-09 Thread Vladimir Ozerov
Sergey, This could be very dangerous in terms of node startup time. The very first node in topology will have to scan the whole range trying to find any other node. It might take significant time not only on Windows, but on Linux environments as well, especially when some addresses are not

Extend TcpDiscoveryVmIpFinder functionality

2017-01-09 Thread Sergey Kozlov
Hi Igniters I found that TcpDiscoveryVmIpFinder could be improved for Spring configuration by introducing new format: *address/mask:port(port range) or address/prefix:port(port range)*. From my standpoint it will reduce the efforts for ignite deployment and administration. For instance if we've a

[jira] [Created] (IGNITE-4532) .NET: Fix build warnings

2017-01-09 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-4532: -- Summary: .NET: Fix build warnings Key: IGNITE-4532 URL: https://issues.apache.org/jira/browse/IGNITE-4532 Project: Ignite Issue Type: Task

Re: Extend TcpDiscoveryVmIpFinder functionality

2017-01-09 Thread Yakov Zhdanov
Agree with Vladimir. However, this functionality maybe useful in some cases. As far as I remember we support port range notation, e.g. 127.0.0.1:47500..47509, but we don't have this for addresses. If we implement this I would suggest the same approach, e.g 192.168.0.1..5:47500 Thoughts? --Yakov

Re: Contributing to Ignite.NET

2017-01-09 Thread Pavel Tupitsyn
Sergey, I've merged your fix for IGNITE-4412. Looking forward to more contributions from you! Pavel On Thu, Jan 5, 2017 at 8:15 PM, Pavel Tupitsyn wrote: > Hi Sergey, > > I've added you to project contributors in Jira. > > I can suggest the following .NET tickets to get

[GitHub] ignite pull request #1078: IGNITE-3867: ScanQuery ignores pageSize propertry

2017-01-09 Thread AMashenkov
Github user AMashenkov closed the pull request at: https://github.com/apache/ignite/pull/1078 --- 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

[GitHub] ignite pull request #1406: IGNITE-3867: ScanQuery ignores pageSize property

2017-01-09 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/1406 IGNITE-3867: ScanQuery ignores pageSize property Fixed. Test added. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #1409: Ignite 4219

2017-01-09 Thread iveselovskiy
GitHub user iveselovskiy opened a pull request: https://github.com/apache/ignite/pull/1409 Ignite 4219 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4219 Alternatively you can review and apply

[GitHub] ignite pull request #1407: IGNITE-3430 .NET: Run Ignite transactions via sta...

2017-01-09 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1407 IGNITE-3430 .NET: Run Ignite transactions via standard TransactionScope API You can merge this pull request into a Git repository by running: $ git pull

Adding blog posts to Apache Ignite's blogs list

2017-01-09 Thread Denis Magda
Hi Shamim, Suddenly I came across your personal blog that has a lot of thoughtful and well-detailed Apache Ignite posts. http://frommyworkshop.blogspot.ru If you don’t mind we will your latest post about the published Ignite book to Ignite’s blog list.

Re: IGNITE-4487 - NPE on query execution

2017-01-09 Thread Alexey Goncharuk
Alexander, I left my comments in the ticket. 2017-01-06 20:35 GMT+03:00 Denis Magda : > Thanks Alexander. > > Someone will review and merge your changes in the nearest time. Alex G., > can you do that? > > — > Denis > > > On Jan 6, 2017, at 5:07 AM, Александр Меньшиков

[jira] [Created] (IGNITE-4531) Update DML operation not working for QuerySQLField with name

2017-01-09 Thread David Albrecht (JIRA)
David Albrecht created IGNITE-4531: -- Summary: Update DML operation not working for QuerySQLField with name Key: IGNITE-4531 URL: https://issues.apache.org/jira/browse/IGNITE-4531 Project: Ignite

[GitHub] ignite pull request #1410: ignite-4499

2017-01-09 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/1410 ignite-4499 You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-4499 Alternatively you can review and apply these

Hi guys /Artem Schitow/

2017-01-09 Thread Artem Schitow
Hi guys! I would like to join the development of Apache Ignite. I’m Artem Schitow, Russia. I did work with Ignite as a “user” at my previous job at e-commerce firm, and I’m interested in becoming more involved with the community as I find the project useful and unique in its own way. I would