[jira] [Created] (IGNITE-12847) Incorrect query result

2020-03-31 Thread Alexey Melchakov (Jira)
Alexey Melchakov created IGNITE-12847: - Summary: Incorrect query result Key: IGNITE-12847 URL: https://issues.apache.org/jira/browse/IGNITE-12847 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-12846) Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release

2020-03-31 Thread Stepan Pilschikov (Jira)
Stepan Pilschikov created IGNITE-12846: -- Summary: Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release Key: IGNITE-12846 URL:

Re: Thin client: compute support

2020-03-31 Thread Pavel Tupitsyn
Alex, I did a partial review - mostly server-side code. Please see my comments on GitHub. We will need more eyes on this, especially on Java client side. Feature masks are a great addition! On Tue, Mar 31, 2020 at 1:05 PM Alex Plehanov wrote: > Also, I've updated IEP regarding features masks

Re: [jira] [Created] (IGNITE-12846) Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release

2020-03-31 Thread Alexey Zinoviev
Do you mean missed package-level docs, isn't it? вт, 31 мар. 2020 г. в 11:52, Stepan Pilschikov (Jira) : > Stepan Pilschikov created IGNITE-12846: > -- > > Summary: Docs: ml package > org.apache.ignite.ml.knn.utils.indices have no description

Re: Inconsistent API IgniteClient and REST

2020-03-31 Thread Nikolay Izhikov
Hello, Sergey. I’m +1 to make this change. I think we should make security consistent across all APIs. > 31 марта 2020 г., в 12:14, Sergei Ryzhov написал(а): > > Hello! > Now the work of permissions for API IgniteClient and REST is different. > To create/delete a cache: > IgniteClient

Re: ignitevisorcmd.sh does not connect to grid

2020-03-31 Thread Nikolay Izhikov
Hello, Ali. This fix would be available in 2.8.1. > 30 марта 2020 г., в 21:09, Nikolai Kulagin > написал(а): > > Ali, yes, this problem has been fixed. > > пн, 30 мар. 2020 г. в 11:44, Nikolay Izhikov : > >> Hello, Ali. >> >> Looks like this is known issue and it was fixed by [1] >> >>

Inconsistent API IgniteClient and REST

2020-03-31 Thread Sergei Ryzhov
Hello! Now the work of permissions for API IgniteClient and REST is different. To create/delete a cache: IgniteClient authorises CACHE_CREATE/CACHE_DESTROY.(GridCacheProcessor#authorizeCacheCreate

Re: Do we have any Python experts in the community?

2020-03-31 Thread Igor Sapego
I'm not very experienced in Python, but if no one else wants to take a look, I'll do it. Best Regards, Igor On Sat, Mar 28, 2020 at 2:04 AM Denis Magda wrote: > Igniters, > > Is any of you is skillful enough to contribute improvements to our Python > thin client? For instance, that's one of

Re: Thin client: compute support

2020-03-31 Thread Alex Plehanov
Also, I've updated IEP regarding features masks (new backward compatibility mechanism for thin clients) which was discussed earlier in this thread. вт, 31 мар. 2020 г. в 02:42, Alex Plehanov : > Guys, > > I've finished IEP implementation for server-side and java thin client side > (ticket: [1],

[jira] [Created] (IGNITE-12848) SQL: H2Connection leaks on INSERT

2020-03-31 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12848: - Summary: SQL: H2Connection leaks on INSERT Key: IGNITE-12848 URL: https://issues.apache.org/jira/browse/IGNITE-12848 Project: Ignite Issue Type: Bug

Re: Thin client: compute support

2020-03-31 Thread Alex Plehanov
Pavel, thanks for the review. I've fixed your comments. вт, 31 мар. 2020 г. в 13:47, Pavel Tupitsyn : > Alex, I did a partial review - mostly server-side code. Please see my > comments on GitHub. > We will need more eyes on this, especially on Java client side. > > Feature masks are a great

Re: JSR 381 (Visual Recognition in Java) and Apache Ignite

2020-03-31 Thread Alexey Zinoviev
Nice to see all of you guys (thanks Vladimir) here on dev-list of Apache Ignite that includes distributed ML. First of all, want to say thank you for your great work to build specs to the Java world, hope it will be helpful for Java devs in the nearest future. In the second, a few days ago I

Re: Data vanished from cluster after INACTIVE/ACTIVE switch

2020-03-31 Thread Vladimir Steshin
Ivan, hi. I absolutely agree this particular description is not enough to see the deactivation issue. I also vote for brief code. There are about 15 places in inner logic with this description. I propose balance between code base size and comment completeness. Should we enlarge code even

Re: Inconsistent API IgniteClient and REST

2020-03-31 Thread Andrey Kuznetsov
I'd prefer marking ADMIN_CACHE as deprecated, but postpone its removal from GridRestProcessor till next Ignte release (2.10 or 3.0?). For now we could just add checks for CACHE_CREATE / CACHE_DESTROY there along with ADMIN_CACHE. вт, 31 мар. 2020 г. в 12:30, Nikolay Izhikov : > Hello, Sergey. >

[jira] [Created] (IGNITE-12849) Add New BinaryObject Vectorizer for SparseVectors and Integer Coordinates

2020-03-31 Thread Glenn Wiebe (Jira)
Glenn Wiebe created IGNITE-12849: Summary: Add New BinaryObject Vectorizer for SparseVectors and Integer Coordinates Key: IGNITE-12849 URL: https://issues.apache.org/jira/browse/IGNITE-12849 Project:

Re: GridKernalContextImpl.isDaemon is calling System.Properties frequently

2020-03-31 Thread Ilya Kasnacheev
Hello! Thank you for this contribution, I have merged it to master. Are you interested in becoming a contributor to Apache Ignite so that you can assign tickets to yourself? Regards, -- Ilya Kasnacheev пт, 27 мар. 2020 г. в 07:44, Sunny Chan, CLSA : > Hello, > > > > I was performing some

[jira] [Created] (IGNITE-12850) Ignite cannot start (metastorage history loading fails)

2020-03-31 Thread Sarunas Valaskevicius (Jira)
Sarunas Valaskevicius created IGNITE-12850: -- Summary: Ignite cannot start (metastorage history loading fails) Key: IGNITE-12850 URL: https://issues.apache.org/jira/browse/IGNITE-12850

Re: [jira] [Created] (IGNITE-12849) Add New BinaryObject Vectorizer for SparseVectors and Integer Coordinates

2020-03-31 Thread Alexey Zinoviev
Especially I'd like to add to String method for vectors, what information could be added here, what do you think? вт, 31 мар. 2020 г., 20:41 Alexey Zinoviev : > Great suggestion! Are you ready to make a PR for any of suggested ideas? > > > вт, 31 мар. 2020 г., 20:26 Glenn Wiebe (Jira) : > >>

Re: [jira] [Created] (IGNITE-12849) Add New BinaryObject Vectorizer for SparseVectors and Integer Coordinates

2020-03-31 Thread Alexey Zinoviev
Great suggestion! Are you ready to make a PR for any of suggested ideas? вт, 31 мар. 2020 г., 20:26 Glenn Wiebe (Jira) : > Glenn Wiebe created IGNITE-12849: > > > Summary: Add New BinaryObject Vectorizer for SparseVectors > and Integer

Virtual Ignite meetup tomorrow!

2020-03-31 Thread Valentin Kulichenko
Fellow Igniters, I know many of you have to stay at home these days. I have good news for you: this doesn't mean that you can't attend Ignite meetups, as we're switching to a virtual format. The virus is not going to stop us :) Tomorrow I will be talking about some of the behind-the-scenes