[jira] [Created] (IGNITE-14494) .NET: Problem with collection de/serialization

2021-04-06 Thread Yaroslav Molochkov (Jira)
Yaroslav Molochkov created IGNITE-14494: --- Summary: .NET: Problem with collection de/serialization Key: IGNITE-14494 URL: https://issues.apache.org/jira/browse/IGNITE-14494 Project: Ignite

Review for IGNITE-13112 The current security context should be obtained using the IgniteSecurity interface only.

2021-04-06 Thread Denis Garus
Hello, Igniters! I've raised the PR [1] for the issue [2]. Could somebody review it? Suggested implementation If Ignite Security (IS) is enabled, then executors, accessed through the PoolProcessor, are wrapped to a security-aware implementation. Security-aware implementation sets proper security

Re: Contributor grants request

2021-04-06 Thread Andrey Gura
Granted Contributor role. Feel free to assign issues. On Tue, Apr 6, 2021 at 6:25 PM Smolnikov wrote: > > My username is "Smolnikov" > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[jira] [Created] (IGNITE-14493) Documents versions of Spring integration extensions.

2021-04-06 Thread Mikhail Petrov (Jira)
Mikhail Petrov created IGNITE-14493: --- Summary: Documents versions of Spring integration extensions. Key: IGNITE-14493 URL: https://issues.apache.org/jira/browse/IGNITE-14493 Project: Ignite

Re: Contributor grants request

2021-04-06 Thread Smolnikov
My username is "Smolnikov" -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

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

2021-04-06 Thread Andrey Mashenkov
Hi Maksim, Nice idea, I'd like to see this feature in Ignite. The motivation is clear to me, it would be nice to have fast scans and omit SQL overhead on planning, parsing and etc in some simple use-cases. I've left few minor comments to the IEP, but I have the next questions which answer I faile

Re: Contributor grants request

2021-04-06 Thread Andrey Gura
Hi, Rodion! Could you please provide your Apache JIRA login name? On Mon, Apr 5, 2021 at 5:37 PM Rodion Smolnikov wrote: > > Hello! > Can I get contributor access? > Task https://issues.apache.org/jira/browse/IGNITE-14474 > > -- > > Rodion Smolnikov > > +7(915)256-54-81 > Software Developer, Rus

[jira] [Created] (IGNITE-14492) Java thin client: Refactor notification listener

2021-04-06 Thread Aleksey Plekhanov (Jira)
Aleksey Plekhanov created IGNITE-14492: -- Summary: Java thin client: Refactor notification listener Key: IGNITE-14492 URL: https://issues.apache.org/jira/browse/IGNITE-14492 Project: Ignite

Re: [DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Andrey Mashenkov
Hi Taras. 1. AFAIK, only Thin clients will be available in 3.0. However, yes, Native JDBC API is still "must have" on servers. 2. We won't have other projects in dependencies if possible. Unless we/they are Jigsaw compatible though. 2.1 I think it makes sense to be an R2DBC-compatible as it is

Re: [DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Ivan Daschinsky
>> The protocols are different a lot. Оf course they are different. And handlersfers, because format different. are different. But NIO server is the same. This is normal. If you meant that it was probably possible to create one handler for JDBC thin and ODBC, it would be probably possible. But is t

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

2021-04-06 Thread Maksim Timonin
Hi, Igniters! I'd like to propose a new feature - opportunity to query and create indexes from public API. It will help in some cases, where: 1. SQL is not applicable by design of user application; 2. Where IndexScan is preferable than ScanQuery for performance reasons; 3. Functional indexes are

Re: [DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Taras Ledkov
Hi, Ivan. My comments are inline. In general about JDBC native API: I see no reasons why a user must use different query APIs on the client and on the server node (e.g. inside services or jobs). It is complicate and not user-friendly. 1.1. Thin JDBC client will be really thin: provide netwo

Re: Permissions for creating page on Confluence

2021-04-06 Thread Maksim Timonin
Hi, Ilya! It works, thanks a lot! On Tue, Apr 6, 2021 at 3:48 PM Ilya Kasnacheev wrote: > Hello! > > I have granted permissions to you. Please check. > > Regards, > -- > Ilya Kasnacheev > > > вт, 6 апр. 2021 г. в 15:33, Maksim Timonin : > > > Hi, Igniters! > > > > I'd like to propose a new IEP.

Re: Permissions for creating page on Confluence

2021-04-06 Thread Ilya Kasnacheev
Hello! I have granted permissions to you. Please check. Regards, -- Ilya Kasnacheev вт, 6 апр. 2021 г. в 15:33, Maksim Timonin : > Hi, Igniters! > > I'd like to propose a new IEP. Could smbd grant me write access on the > Confluence? > > My account is timonin.maksim. > > Thanks! >

Re: [DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Ivan Daschinsky
Hi Taras! >> 1.1. Thin JDBC client will be really thin: provide network communication layer and transparently map to native API. But we have already this in AI 2.x >> 1.2. Thick JDBC client implementation will be trivial: start client node and open JDBC connection on the started node. We have alrea

Permissions for creating page on Confluence

2021-04-06 Thread Maksim Timonin
Hi, Igniters! I'd like to propose a new IEP. Could smbd grant me write access on the Confluence? My account is timonin.maksim. Thanks!

[jira] [Created] (IGNITE-14491) Docs on ThinClientKubernetesAddressFinder

2021-04-06 Thread Nikita Safonov (Jira)
Nikita Safonov created IGNITE-14491: --- Summary: Docs on ThinClientKubernetesAddressFinder Key: IGNITE-14491 URL: https://issues.apache.org/jira/browse/IGNITE-14491 Project: Ignite Issue Type

[DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Taras Ledkov
Hi, Ignite 3.0 requires a rethinking of the query API. We have 'cache.query()' and 'SqlFieldQuery' abstractions at the Ignite 2.x native API and several JDBC implementation for clients. I propose to think about new query/SQL API for the Ignite 3.0. My vision is something like this: Ignite wil

Re: want to contribute to apache ignite

2021-04-06 Thread Ilya Kasnacheev
Hello! I have added you to Contributors role. You may now assign tickets to yourself. Please make sure to read https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute Regards, -- Ilya Kasnacheev вт, 6 апр. 2021 г. в 14:28, Sanjay Dash : > Hi Team, > > I want to contribute to Aap

[jira] [Created] (IGNITE-14490) cache.invoke() triggers failure handler and freezes if entry processor is not urideployed

2021-04-06 Thread Ilya Kasnacheev (Jira)
Ilya Kasnacheev created IGNITE-14490: Summary: cache.invoke() triggers failure handler and freezes if entry processor is not urideployed Key: IGNITE-14490 URL: https://issues.apache.org/jira/browse/IGNITE-1449

want to contribute to apache ignite

2021-04-06 Thread Sanjay Dash
Hi Team, I want to contribute to Aapache Ignite.Please give me permissions. As 3.0 is going to start,it will be a good starting point for me. username-sanjaykudash -- regards sanjay

[jira] [Created] (IGNITE-14489) Reduce wal operations if no update counters are changed.

2021-04-06 Thread Stanilovsky Evgeny (Jira)
Stanilovsky Evgeny created IGNITE-14489: --- Summary: Reduce wal operations if no update counters are changed. Key: IGNITE-14489 URL: https://issues.apache.org/jira/browse/IGNITE-14489 Project: Igni

[jira] [Created] (IGNITE-14488) Implement invoke operations for table views.

2021-04-06 Thread Andrey Mashenkov (Jira)
Andrey Mashenkov created IGNITE-14488: - Summary: Implement invoke operations for table views. Key: IGNITE-14488 URL: https://issues.apache.org/jira/browse/IGNITE-14488 Project: Ignite Iss

[jira] [Created] (IGNITE-14487) Implement KeyValye binary view.

2021-04-06 Thread Andrey Mashenkov (Jira)
Andrey Mashenkov created IGNITE-14487: - Summary: Implement KeyValye binary view. Key: IGNITE-14487 URL: https://issues.apache.org/jira/browse/IGNITE-14487 Project: Ignite Issue Type: Impr

[jira] [Created] (IGNITE-14486) Table binary view implementation.

2021-04-06 Thread Andrey Mashenkov (Jira)
Andrey Mashenkov created IGNITE-14486: - Summary: Table binary view implementation. Key: IGNITE-14486 URL: https://issues.apache.org/jira/browse/IGNITE-14486 Project: Ignite Issue Type: Im

[jira] [Created] (IGNITE-14485) Docker execution fail on iptables change

2021-04-06 Thread Anton Vinogradov (Jira)
Anton Vinogradov created IGNITE-14485: - Summary: Docker execution fail on iptables change Key: IGNITE-14485 URL: https://issues.apache.org/jira/browse/IGNITE-14485 Project: Ignite Issue T

[jira] [Created] (IGNITE-14484) Implement RecordView API.

2021-04-06 Thread Andrey Mashenkov (Jira)
Andrey Mashenkov created IGNITE-14484: - Summary: Implement RecordView API. Key: IGNITE-14484 URL: https://issues.apache.org/jira/browse/IGNITE-14484 Project: Ignite Issue Type: Improvemen

[jira] [Created] (IGNITE-14483) Ignite_app and ignite clean_up

2021-04-06 Thread Anton Vinogradov (Jira)
Anton Vinogradov created IGNITE-14483: - Summary: Ignite_app and ignite clean_up Key: IGNITE-14483 URL: https://issues.apache.org/jira/browse/IGNITE-14483 Project: Ignite Issue Type: Sub-t