[jira] [Created] (IGNITE-14526) Hibernate L2 Cache not fully supported

2021-04-12 Thread Elias Balasis (Jira)
Elias Balasis created IGNITE-14526: -- Summary: Hibernate L2 Cache not fully supported Key: IGNITE-14526 URL: https://issues.apache.org/jira/browse/IGNITE-14526 Project: Ignite Issue Type:

[ANNOUNCE] Welcome Ivan Daschinsky as a new committer

2021-04-12 Thread Igor Sapego
The Project Management Committee (PMC) for Apache Ignite has invited Ivan Daschinsky to become a committer and we are pleased to announce that he has accepted. Ivan made a lot of contributions to Apache Ignite. He helped a lot to improve our Python Thin Client fixing a lot of different bugs and

Re: IEP-70: Async Continuation Executor

2021-04-12 Thread Pavel Tupitsyn
Stan, Sorry for the late reply (had a vacation). > In my ideal world, the users don't configure thread pools, they just have safe default behavior (async execution) > and a way to make it fast for one particular function (with annotation or anything else). I've added

Re: Access to Apache Ignite Wiki

2021-04-12 Thread Ilya Kasnacheev
Hello! Permissions granted. Regards, -- Ilya Kasnacheev пн, 12 апр. 2021 г. в 17:22, Vladislav Pyatkov : > Hi Ilya, > > Thanks for the note. > I created an account with the same login (v.pyatkov) in the Apache wiki. > Could you please gran me permissions? > > On Mon, Apr 12, 2021 at 5:15 PM

Re: Access to Apache Ignite Wiki

2021-04-12 Thread Vladislav Pyatkov
Hi Ilya, Thanks for the note. I created an account with the same login (v.pyatkov) in the Apache wiki. Could you please gran me permissions? On Mon, Apr 12, 2021 at 5:15 PM Ilya Kasnacheev wrote: > Hello! > > You need to create an account on https://cwiki.apache.org/ first. > > Regards, > -- >

Re: Access to Apache Ignite Wiki

2021-04-12 Thread Ilya Kasnacheev
Hello! You need to create an account on https://cwiki.apache.org/ first. Regards, -- Ilya Kasnacheev пн, 12 апр. 2021 г. в 11:44, Vladislav Pyatkov : > Hi, igniters! > Please grant me access to Ignite Wiki to help with editing and updating > info. > It is my JIRA account v.pyatkov > > -- >

[jira] [Created] (IGNITE-14525) Empty page in docs

2021-04-12 Thread Igor Gusev (Jira)
Igor Gusev created IGNITE-14525: --- Summary: Empty page in docs Key: IGNITE-14525 URL: https://issues.apache.org/jira/browse/IGNITE-14525 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-14524) Historical rebalance doesn't work if cache has configured rebalanceDelay

2021-04-12 Thread Dmitry Lazurkin (Jira)
Dmitry Lazurkin created IGNITE-14524: Summary: Historical rebalance doesn't work if cache has configured rebalanceDelay Key: IGNITE-14524 URL: https://issues.apache.org/jira/browse/IGNITE-14524

[jira] [Created] (IGNITE-14523) Support for string.Compare method in Apache Ignite LINQ provider

2021-04-12 Thread Oleg Bevz (Jira)
Oleg Bevz created IGNITE-14523: -- Summary: Support for string.Compare method in Apache Ignite LINQ provider Key: IGNITE-14523 URL: https://issues.apache.org/jira/browse/IGNITE-14523 Project: Ignite

[jira] [Created] (IGNITE-14522) CommunicationManager refactoring

2021-04-12 Thread Alexander Lapin (Jira)
Alexander Lapin created IGNITE-14522: Summary: CommunicationManager refactoring Key: IGNITE-14522 URL: https://issues.apache.org/jira/browse/IGNITE-14522 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-14521) Plugins support in Ignite configuration

2021-04-12 Thread Mikhail Filatov (Jira)
Mikhail Filatov created IGNITE-14521: Summary: Plugins support in Ignite configuration Key: IGNITE-14521 URL: https://issues.apache.org/jira/browse/IGNITE-14521 Project: Ignite Issue

[jira] [Created] (IGNITE-14520) Plugins support in Ignite configuration

2021-04-12 Thread Mikhail Filatov (Jira)
Mikhail Filatov created IGNITE-14520: Summary: Plugins support in Ignite configuration Key: IGNITE-14520 URL: https://issues.apache.org/jira/browse/IGNITE-14520 Project: Ignite Issue

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Maksim Timonin
Andrey, Thanks! I picked it. On Mon, Apr 12, 2021 at 1:51 PM Maksim Timonin wrote: > Stephen, > > I don't see a reason to replace or deprecate IndexingSpi. I'm not sure how > smbd uses it, but it works now. > > On Mon, Apr 12, 2021 at 1:42 PM Stephen Darlington < >

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Maksim Timonin
Stephen, I don't see a reason to replace or deprecate IndexingSpi. I'm not sure how smbd uses it, but it works now. On Mon, Apr 12, 2021 at 1:42 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > Is this a replacement for IndexingSpi? Put bluntly, do we deprecate (and > remove)

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Stephen Darlington
Is this a replacement for IndexingSpi? Put bluntly, do we deprecate (and remove) it? Or do you see them as complimentary? > On 12 Apr 2021, at 11:29, Maksim Timonin wrote: > > Hi Stephen! > > Please have a look at the QueryProcessing paragraph [1]. I've described > why IndexingSpi doesn't

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Andrey Mashenkov
Maksim, Am I right, that you mean this ticket [1] *IGNITE-12291 Create controllable > paged query requests / responses for TextQuery similar to current SQL > result processing*, when talked about incorrect limit work for > TextQueries? > Yes, sure, that's it. On Mon, Apr 12, 2021 at 12:15 PM

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Maksim Timonin
Hi Stephen! Please have a look at the QueryProcessing paragraph [1]. I've described why IndexingSpi doesn't fit us well. [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-71+Public+API+for+secondary+index+search#IEP71PublicAPIforsecondaryindexsearch-2)QueryProcessing On Mon, Apr 12,

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Stephen Darlington
How does this fit with the current IndexingSpi? Superficially they appear to do very similar things? Regards, Stephen > On 6 Apr 2021, at 14:13, Maksim Timonin wrote: > > Hi, Igniters! > > I'd like to propose a new feature - opportunity to query and create indexes > from public API. > > It

[jira] [Created] (IGNITE-14519) Add ability to remove event handlers

2021-04-12 Thread Aleksandr Polovtcev (Jira)
Aleksandr Polovtcev created IGNITE-14519: Summary: Add ability to remove event handlers Key: IGNITE-14519 URL: https://issues.apache.org/jira/browse/IGNITE-14519 Project: Ignite

[jira] [Created] (IGNITE-14518) Generated PKG_INFO of package doesn't contains license info and long description

2021-04-12 Thread Ivan Daschinsky (Jira)
Ivan Daschinsky created IGNITE-14518: Summary: Generated PKG_INFO of package doesn't contains license info and long description Key: IGNITE-14518 URL: https://issues.apache.org/jira/browse/IGNITE-14518

Re: [DISCUSS] IEP-71 Public API for secondary index search

2021-04-12 Thread Maksim Timonin
Hi, Andrey! Am I right, that you mean this ticket [1] *IGNITE-12291 Create controllable paged query requests / responses for TextQuery similar to current SQL result processing*, when talked about incorrect limit work for TextQueries? [1] https://issues.apache.org/jira/browse/IGNITE-12291 On

[jira] [Created] (IGNITE-14517) Inconsistent behavior of the method NetworkCluster#allMembers

2021-04-12 Thread Alexey Scherbakov (Jira)
Alexey Scherbakov created IGNITE-14517: -- Summary: Inconsistent behavior of the method NetworkCluster#allMembers Key: IGNITE-14517 URL: https://issues.apache.org/jira/browse/IGNITE-14517 Project:

Re: Model of permissions for Ignite 3

2021-04-12 Thread Kseniya Romanova
Hi! Scheduled open call for Friday https://www.meetup.com/Moscow-Apache-Ignite-Meetup/events/277518672/ Please join to see the zoom link. Consulted with Denis Garus and put the topic as "Security", cause it's definitely wider than just permissions. Cheers! пн, 12 апр. 2021 г. в 09:25, Alexei

[jira] [Created] (IGNITE-14516) WAL can continue to log into archived segment if auto rollover enabled

2021-04-12 Thread Nikolay Izhikov (Jira)
Nikolay Izhikov created IGNITE-14516: Summary: WAL can continue to log into archived segment if auto rollover enabled Key: IGNITE-14516 URL: https://issues.apache.org/jira/browse/IGNITE-14516

Access to Apache Ignite Wiki

2021-04-12 Thread Vladislav Pyatkov
Hi, igniters! Please grant me access to Ignite Wiki to help with editing and updating info. It is my JIRA account v.pyatkov -- Vladislav Pyatkov

[jira] [Created] (IGNITE-14515) Support MissingSwitchDefaultCheck checkstyle check

2021-04-12 Thread Maxim Muzafarov (Jira)
Maxim Muzafarov created IGNITE-14515: Summary: Support MissingSwitchDefaultCheck checkstyle check Key: IGNITE-14515 URL: https://issues.apache.org/jira/browse/IGNITE-14515 Project: Ignite

[jira] [Created] (IGNITE-14514) Drop legacy interfaces.

2021-04-12 Thread Andrey Mashenkov (Jira)
Andrey Mashenkov created IGNITE-14514: - Summary: Drop legacy interfaces. Key: IGNITE-14514 URL: https://issues.apache.org/jira/browse/IGNITE-14514 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-14513) .NET Examples: Invalid test name in the error text

2021-04-12 Thread Fedor Malchikov (Jira)
Fedor Malchikov created IGNITE-14513: - Summary: .NET Examples: Invalid test name in the error text Key: IGNITE-14513 URL: https://issues.apache.org/jira/browse/IGNITE-14513 Project: Ignite

Re: Model of permissions for Ignite 3

2021-04-12 Thread Alexei Scherbakov
+1 We should rethink the security model in Ignite 3 and have a default RBAC based implementation, from my point of view. By default, no code should be written to enable and use it. Let's schedule a meeting and discuss the details. вс, 11 апр. 2021 г. в 19:43, Denis Garus : > Andrey, Alexey