Re:Deprecated GridSslContextFactory removal

2023-04-24 Thread Taras Ledkov
+1 for remove

Re:[DISCUSSION] Removal of ignitevisorcmd

2022-12-01 Thread Taras Ledkov
Hi, +1 for remove Visor related code. Unfortunately we have to migrate `control-utility` to use IgniteClient (thin client) before drop GridClient. I guess we will do it in the future. Also, the old thin JDBC based on the GridClient (classes placed at the org.apache.ignite.internal.jdbc.*) must

[ANNOUNCE] Apache Ignite 2.14.0 Released

2022-10-10 Thread Taras Ledkov
know if you encounter any problems: https://ignite.apache.org/community/resources.html#ask -- With best regards, Taras Ledkov

[RESULT] [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-07 Thread Taras Ledkov
Pavlov (binding) - mwiesenberg 0 votes: - Ilya Kasnacheev The new release will be announced soon. -- With best regards, Taras Ledkov

[VOTE] Release Apache Ignite 2.14.0 RC0

2022-09-30 Thread Taras Ledkov
.VotingonReleaseandReleaseVerification This vote will be open for at least 3 days till Mon Oct 3, 2022, 20:00 UTC. https://www.timeanddate.com/countdown/vote?iso=20221003T20=0=VOTE+on+the+Apache+Ignite+Release+2.14.0+RC0=sanserif -- With best regards, Taras Ledkov

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-09-30 Thread Taras Ledkov
Hi, Ivan. My apologies. A blocking performance issue has been fixed [1]. And the release candidate is verified and ready to be voted on. What do you think about the 2.14.1 release, or can the fix wait until 2.15? I'm going to start VOTE just now. [1].

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-09-23 Thread Taras Ledkov
Dear Ignite Community! Release 2.14 has been delayed due to performance issues (compare with 2.13) for IgniteSqlQueryBenchmark in in-memory mode. We're looking. Any suggestions and support are welcome.

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-09-07 Thread Taras Ledkov
Dear Ignite Community! I'm announcing a code freeze for the 2.14 release [1]. Only blockers are accepted to be included to the scope. [1]. https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.14

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-08-25 Thread Taras Ledkov
Dear Ignite Community! The planning release date was updated [1]: Code Freeze: September 7, 2022 Voting Date: September 21, 2022 Release Date: September 28, 2022 I delayed code freeze for two weeks because there is bunch of important patches for the release that require a bit of time to

Re:Contributor access rights

2022-08-24 Thread Taras Ledkov
Hello! I have added you to JIRA and Wiki as contributor. Please make sure to read https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-08-22 Thread Taras Ledkov
Hi, 1. Petr, could you grant me TC permissions to run release builds please? 2. Pavel, please cherry pick your patch for IGNITE-17559 [1] to the release branch ignite-2.14 [2]. Or we could move the issue to the next release? [1]. https://issues.apache.org/jira/browse/IGNITE-17559 [2].

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-08-18 Thread Taras Ledkov
: Scope Freeze: August 18, 2022 Code Freeze: August 25, 2022 Voting Date: September 8, 2022 Release Date: September 15, 2022 [1]: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.14 PS. Fix typos at the prev message. -- With best regards, Taras Ledkov

Re:Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-08-18 Thread Taras Ledkov
: Scope Freeze: August 18, 2022 Code Freeze: August 25, 2022 Voting Date: September 8, 2022 Release Date: September 15, 2022 [1]: https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+2.14 -- With best regards, Taras Ledkov

Apache Ignite 2.14 RELEASE [Time, Scope, Manager]

2022-08-08 Thread Taras Ledkov
%27RESOLVED%27)%20ORDER%20BY%20priority -- With best regards, Taras Ledkov

Re: [VOTE] Add micronaut dependency to Ignite 3 (reopened)

2022-06-01 Thread Taras Ledkov
+1 On Tue, May 31, 2022 at 12:03 PM Aleksandr Pakhomov wrote: > Alexander, > > I am not sure that now we can define all > security standards that will be implemented > by Ignite 3. But I can mention the most popular: > OAuth2/OpenId, LDAP. > > I’ve mentioned them in IEP but I believe that > the

[DISCUSSION] Validation key type and schema on a data insertion [IGNITE-16098]

2021-12-10 Thread Taras Ledkov
Hi, Igniters. There was know issue described at the [IGNITE- 16098] case 1. These issue is the cause of not symmetric cache API and SQL API: we cannot create the same table by SQL and cache API (with se identical internal structures). In more detail: it is impossible now to create a sorted PK

Add ability to specify INLINE_SIZE for PK sorted index and key's schema validation [IGNITE-11402]

2021-12-03 Thread Taras Ledkov
Hi Igniters, There is an issue to add ability to specify INLINE_SIZE for sorted index on the primary key and index on affinite fields [1]. Please take a look at the last comment (proposal). I duplicate the proposal here. *Proposal:* add to the public QueryEntity properties: - Integer

Re: IEP-61 Transaction API desing for Ignite 3

2021-11-29 Thread Taras Ledkov
Hi colleagues, 2Pavel: > RecordView txView = view.withTransaction(); Can we use the syntax (see below) to attach the table / operation to the started transaction? RecordView txPersonView = person.recordView().withTransaction(txView.transaction()); On Mon, Nov 29, 2021 at 1:34 PM Pavel

Re: [VOTE] Create separate Jira project and Confluence space for Ignite 3

2021-10-05 Thread Taras Ledkov
with the suggestion - 0 - Don't care much about the suggestion - -1 - Disagree with the suggestion This is a majority vote. Voting ends in 72 hours, at 5pm PDT on October 7: https://www.timeanddate.com/counters/fullscreen.html?mode=a=20211007T17=2021=10=7=17=0=0=224 -Val -- Taras Ledkov Mail-To: tled

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

2021-08-26 Thread Taras Ledkov
exception if there is not any index that match specific criteria. BTW, Mongo DB doesn't make user to write index name in query. It just works. чт, 26 авг. 2021 г., 15:52 Taras Ledkov : Hi, It is an usability nightmare to make user write index name in all cases. I don't see any difference between

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

2021-08-26 Thread Taras Ledkov
dig there much. It will be a next step if this API will be implemented. I've prepared an IEP-71 for that [1] with more details. Please share your thoughts. [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-71+Public+API+for+secondary+index+search -- Taras Ledkov Mail-To: tled...@gridgain.com

Re: IGNITE-14812: Statistics

2021-06-23 Thread Taras Ledkov
describe the features that was implemented in this merge? How users supposed to use them? Do we have plans to document? 23 июня 2021 г., в 09:21, Taras Ledkov написал(а): Hi, We have discussed BCrypt include/add dependency here [1]. AFAIK and as long as I can remember Ignite project try to minimize

Re: IGNITE-14812: Statistics

2021-06-23 Thread Taras Ledkov
/query/stat/hll/serialization/IHLLMetadata.java -- Taras Ledkov Mail-To: tled...@gridgain.com

Re: Questions regarding sql windows functions using apache ignite: is sql windows function supported in ignite?

2021-05-07 Thread Taras Ledkov
your help. Bests, Xi Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 -- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (IGNITE-14623) Calcite. Sort out test scripts at: sql/aggregate/aggregates/*

2021-04-22 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14623: - Summary: Calcite. Sort out test scripts at: sql/aggregate/aggregates/* Key: IGNITE-14623 URL: https://issues.apache.org/jira/browse/IGNITE-14623 Project: Ignite

[jira] [Created] (IGNITE-14610) BinaryBuilderReader doesn't supports reference (HANDLE) to collection

2021-04-21 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14610: - Summary: BinaryBuilderReader doesn't supports reference (HANDLE) to collection Key: IGNITE-14610 URL: https://issues.apache.org/jira/browse/IGNITE-14610 Project

[jira] [Created] (IGNITE-14548) BinaryThreadLocalContext must be cleaned when client is closed

2021-04-15 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14548: - Summary: BinaryThreadLocalContext must be cleaned when client is closed Key: IGNITE-14548 URL: https://issues.apache.org/jira/browse/IGNITE-14548 Project: Ignite

[jira] [Created] (IGNITE-14546) Calcite engine. MIN/MAX aggregates doesn't support string types

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14546: - Summary: Calcite engine. MIN/MAX aggregates doesn't support string types Key: IGNITE-14546 URL: https://issues.apache.org/jira/browse/IGNITE-14546 Project: Ignite

[jira] [Created] (IGNITE-14545) Calcite engine. Unicode literal not supported

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14545: - Summary: Calcite engine. Unicode literal not supported Key: IGNITE-14545 URL: https://issues.apache.org/jira/browse/IGNITE-14545 Project: Ignite Issue

[jira] [Created] (IGNITE-14544) Calcite engine. Implement DISTING aggregates

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14544: - Summary: Calcite engine. Implement DISTING aggregates Key: IGNITE-14544 URL: https://issues.apache.org/jira/browse/IGNITE-14544 Project: Ignite Issue Type

[jira] [Created] (IGNITE-14543) Calcite engine. COUNT agregate on scalar values fails

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14543: - Summary: Calcite engine. COUNT agregate on scalar values fails Key: IGNITE-14543 URL: https://issues.apache.org/jira/browse/IGNITE-14543 Project: Ignite

[jira] [Created] (IGNITE-14542) Calcite engine. Need to support TableFunctions / SYSTEM_RANGE dynamic table

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14542: - Summary: Calcite engine. Need to support TableFunctions / SYSTEM_RANGE dynamic table Key: IGNITE-14542 URL: https://issues.apache.org/jira/browse/IGNITE-14542

[jira] [Created] (IGNITE-14541) Calcite engine. HAVING fails on scalar

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14541: - Summary: Calcite engine. HAVING fails on scalar Key: IGNITE-14541 URL: https://issues.apache.org/jira/browse/IGNITE-14541 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-14540) Calcite engine. Support correlated subquery in having

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14540: - Summary: Calcite engine. Support correlated subquery in having Key: IGNITE-14540 URL: https://issues.apache.org/jira/browse/IGNITE-14540 Project: Ignite

[jira] [Created] (IGNITE-14539) Calcite engine. Support DISTINCT ON expression

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14539: - Summary: Calcite engine. Support DISTINCT ON expression Key: IGNITE-14539 URL: https://issues.apache.org/jira/browse/IGNITE-14539 Project: Ignite Issue

[jira] [Created] (IGNITE-14537) Nested arbitrary queries hangs on optimizing

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14537: - Summary: Nested arbitrary queries hangs on optimizing Key: IGNITE-14537 URL: https://issues.apache.org/jira/browse/IGNITE-14537 Project: Ignite Issue

[jira] [Created] (IGNITE-14535) Caclite SQL engine capabilities

2021-04-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14535: - Summary: Caclite SQL engine capabilities Key: IGNITE-14535 URL: https://issues.apache.org/jira/browse/IGNITE-14535 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-14531) Calcite improvements. Support DISTINCT for aggregates call at the execution

2021-04-13 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14531: - Summary: Calcite improvements. Support DISTINCT for aggregates call at the execution Key: IGNITE-14531 URL: https://issues.apache.org/jira/browse/IGNITE-14531

[jira] [Created] (IGNITE-14508) Calcite integration: introduce SQL logical test runner

2021-04-08 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14508: - Summary: Calcite integration: introduce SQL logical test runner Key: IGNITE-14508 URL: https://issues.apache.org/jira/browse/IGNITE-14508 Project: Ignite

Re: [DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Taras Ledkov
and ODBC is mostly unified) вт, 6 апр. 2021 г. в 15:05, 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

[DISCUSS] Query API for Ignite 3.0

2021-04-06 Thread Taras Ledkov
-8B5A-D2F97A82F79B -- Taras Ledkov Mail-To: tled...@gridgain.com

[DISCUSSION] Common approach to print sensitive information

2021-04-05 Thread Taras Ledkov
/jira/browse/IGNITE-14441 -- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (IGNITE-14471) JDBCv2: query cursors leak when node to execute queries is specified

2021-04-02 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14471: - Summary: JDBCv2: query cursors leak when node to execute queries is specified Key: IGNITE-14471 URL: https://issues.apache.org/jira/browse/IGNITE-14471 Project

[jira] [Created] (IGNITE-14461) Track down those who initiated a query

2021-04-01 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14461: - Summary: Track down those who initiated a query Key: IGNITE-14461 URL: https://issues.apache.org/jira/browse/IGNITE-14461 Project: Ignite Issue Type

[jira] [Created] (IGNITE-14451) PK becomes corrupted after node restart

2021-03-31 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14451: - Summary: PK becomes corrupted after node restart Key: IGNITE-14451 URL: https://issues.apache.org/jira/browse/IGNITE-14451 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-14441) Query plan printed for long running query must use IGNITE_TO_STRING_INCLUDE_SENSITIVE policy

2021-03-30 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14441: - Summary: Query plan printed for long running query must use IGNITE_TO_STRING_INCLUDE_SENSITIVE policy Key: IGNITE-14441 URL: https://issues.apache.org/jira/browse/IGNITE-14441

[jira] [Created] (IGNITE-14274) Calcite integration: refactoring aggregates converter rules: single and map/reduce

2021-03-03 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14274: - Summary: Calcite integration: refactoring aggregates converter rules: single and map/reduce Key: IGNITE-14274 URL: https://issues.apache.org/jira/browse/IGNITE-14274

[jira] [Created] (IGNITE-14008) SQL tracing: add tag sql.query.id

2021-01-17 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-14008: - Summary: SQL tracing: add tag sql.query.id Key: IGNITE-14008 URL: https://issues.apache.org/jira/browse/IGNITE-14008 Project: Ignite Issue Type

[jira] [Created] (IGNITE-13919) Calcite integration. Single group aggregates

2020-12-28 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13919: - Summary: Calcite integration. Single group aggregates Key: IGNITE-13919 URL: https://issues.apache.org/jira/browse/IGNITE-13919 Project: Ignite Issue Type

[jira] [Created] (IGNITE-13904) Don't use rows buffers by redce index for simple one-way reducer

2020-12-24 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13904: - Summary: Don't use rows buffers by redce index for simple one-way reducer Key: IGNITE-13904 URL: https://issues.apache.org/jira/browse/IGNITE-13904 Project: Ignite

[jira] [Created] (IGNITE-13849) Calcite Integration. Add unit tests for all IgniteRel nodes serialization / deserialization

2020-12-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13849: - Summary: Calcite Integration. Add unit tests for all IgniteRel nodes serialization / deserialization Key: IGNITE-13849 URL: https://issues.apache.org/jira/browse/IGNITE-13849

[jira] [Created] (IGNITE-13744) Use Table spool for IgniteNestedLoopJoin

2020-11-23 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13744: - Summary: Use Table spool for IgniteNestedLoopJoin Key: IGNITE-13744 URL: https://issues.apache.org/jira/browse/IGNITE-13744 Project: Ignite Issue Type

[jira] [Created] (IGNITE-13677) Calcite integration. TableSpool

2020-11-05 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13677: - Summary: Calcite integration. TableSpool Key: IGNITE-13677 URL: https://issues.apache.org/jira/browse/IGNITE-13677 Project: Ignite Issue Type: Bug

Re: JAR-based code deployment

2020-09-25 Thread Taras Ledkov
drafting the IEP for this change [2]. Please let me know your thoughts. [1] https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+3.0#ApacheIgnite3.0-Meetups [2] https://cwiki.apache.org/confluence/display/IGNITE/IEP-59%3A+JAR-based+code+deployment -Val -- Taras Ledkov Mail-To: tled

Re: Command line interface to manage distributed properties

2020-09-11 Thread Taras Ledkov
x this list manually. WDYT? 3 сент. 2020 г., в 10:21, Taras Ledkov написал(а): Hi, Why do we want to restrict property management somehow? I guess some properties (may be future properties) shouldn't be published through generic cmd line interface. May be its require separate

[jira] [Created] (IGNITE-13403) Update JDBC metadata to match actual capabilities

2020-09-04 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13403: - Summary: Update JDBC metadata to match actual capabilities Key: IGNITE-13403 URL: https://issues.apache.org/jira/browse/IGNITE-13403 Project: Ignite Issue

Re: Command line interface to manage distributed properties

2020-09-03 Thread Taras Ledkov
ers don’t have to wait «one more release» with only change ‘implements SimpleDistributedPublicProperty’ for some property. [1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=145724615 2 сент. 2020 г., в 23:11, Taras Ledkov написал(а): Hi, Motivation: we have to manage

Command line interface to manage distributed properties

2020-09-02 Thread Taras Ledkov
ault value. Please your comments. Please pay your attention to concept & design of the publishing a property by 'PublicProperty' and set of the new commands. [1]. https://issues.apache.org/jira/browse/IGNITE-13186 [2]. https://github.com/apache/ignite/pull/8208 -- Taras Ledkov Mail-

Re: [MTCGA]: new failures in builds [5552028] needs to be handled

2020-08-19 Thread Taras Ledkov
-- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (IGNITE-13339) Sql query fails with NullPointerException caused by calling CAST in order by clause

2020-08-07 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13339: - Summary: Sql query fails with NullPointerException caused by calling CAST in order by clause Key: IGNITE-13339 URL: https://issues.apache.org/jira/browse/IGNITE-13339

[jira] [Created] (IGNITE-13243) Add tests for commands to manage metadata

2020-07-10 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13243: - Summary: Add tests for commands to manage metadata Key: IGNITE-13243 URL: https://issues.apache.org/jira/browse/IGNITE-13243 Project: Ignite Issue Type

[jira] [Created] (IGNITE-13200) SQL create index on invalid data type

2020-07-01 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13200: - Summary: SQL create index on invalid data type Key: IGNITE-13200 URL: https://issues.apache.org/jira/browse/IGNITE-13200 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-13198) Calcite integration. Rework error / cancle login on execution

2020-07-01 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13198: - Summary: Calcite integration. Rework error / cancle login on execution Key: IGNITE-13198 URL: https://issues.apache.org/jira/browse/IGNITE-13198 Project: Ignite

[jira] [Created] (IGNITE-13186) Commands for control.sh to manage properties at the distributed metastore

2020-06-25 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13186: - Summary: Commands for control.sh to manage properties at the distributed metastore Key: IGNITE-13186 URL: https://issues.apache.org/jira/browse/IGNITE-13186

[jira] [Created] (IGNITE-13183) Query timeout redesign

2020-06-25 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13183: - Summary: Query timeout redesign Key: IGNITE-13183 URL: https://issues.apache.org/jira/browse/IGNITE-13183 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-13179) Calcite integration. Fix traits at the IgniteLimit

2020-06-23 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13179: - Summary: Calcite integration. Fix traits at the IgniteLimit Key: IGNITE-13179 URL: https://issues.apache.org/jira/browse/IGNITE-13179 Project: Ignite

Re: Introduce the ability for a user to manage binary types [IGNITE-13154]

2020-06-19 Thread Taras Ledkov
to solve it. The text can mention these new control.sh commands and advise to remove the old metadata. - Denis On Thu, Jun 18, 2020 at 7:42 AM Taras Ledkov wrote: Hi, I propose to introduce ability for a user to manage cluster binary types. This functionality is useful when user needs to change

Introduce the ability for a user to manage binary types [IGNITE-13154]

2020-06-18 Thread Taras Ledkov
/ suggestions? [1]. https://issues.apache.org/jira/browse/IGNITE-13154 -- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (IGNITE-13154) Introduce aility to manage manage binary types by the users

2020-06-16 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13154: - Summary: Introduce aility to manage manage binary types by the users Key: IGNITE-13154 URL: https://issues.apache.org/jira/browse/IGNITE-13154 Project: Ignite

[jira] [Created] (IGNITE-13068) SQL: use cache.localSize instead of index scan to calculate row count statistic

2020-05-25 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-13068: - Summary: SQL: use cache.localSize instead of index scan to calculate row count statistic Key: IGNITE-13068 URL: https://issues.apache.org/jira/browse/IGNITE-13068

Re: Apache Ignite 2.8.1 RELEASE [Time, Scope, Manager]

2020-04-27 Thread Taras Ledkov
ocal queries cursors must be closed or full read to unlock the GridH2Table. (#7551) - bcaae8deef IGNITE-12734 Fixed scan query over evicted partition - Fixes #7494. - 683f22e64f IGNITE-12756 TcpCommunication SPI metrics improvement Denis Garus, Taras Ledkov, Alexey Plekhanov, Ivan Bessonov,

Re: Apache Ignite 2.8.1 RELEASE [Time, Scope, Manager]

2020-04-21 Thread Taras Ledkov
ed partition - Fixes #7494. - 683f22e64f IGNITE-12756 TcpCommunication SPI metrics improvement Denis Garus, Taras Ledkov, Alexey Plekhanov, Ivan Bessonov, Can you help me with above commits and cherry-pick your contribution in ignite-2.8.1 branch? CHERRY PICKED: + d0c155fe43 IGNITE-12772 Fixed

[jira] [Created] (IGNITE-12917) SQL: print warning log message when query's result is big

2020-04-20 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12917: - Summary: SQL: print warning log message when query's result is big Key: IGNITE-12917 URL: https://issues.apache.org/jira/browse/IGNITE-12917 Project: Ignite

[jira] [Created] (IGNITE-12903) Fix ML + SQL examples

2020-04-16 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12903: - Summary: Fix ML + SQL examples Key: IGNITE-12903 URL: https://issues.apache.org/jira/browse/IGNITE-12903 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-12887) Node stops on type mismatch error between index type and type of value from searched row

2020-04-10 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12887: - Summary: Node stops on type mismatch error between index type and type of value from searched row Key: IGNITE-12887 URL: https://issues.apache.org/jira/browse/IGNITE-12887

[jira] [Created] (IGNITE-12886) Introduce separate SQL configuration

2020-04-10 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12886: - Summary: Introduce separate SQL configuration Key: IGNITE-12886 URL: https://issues.apache.org/jira/browse/IGNITE-12886 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-12870) Fix test JdbcThinTransactionsLeaksMvccTest after connection manager refactoring

2020-04-07 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12870: - Summary: Fix test JdbcThinTransactionsLeaksMvccTest after connection manager refactoring Key: IGNITE-12870 URL: https://issues.apache.org/jira/browse/IGNITE-12870

[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: Introduce separate SQL configuration

2020-03-23 Thread Taras Ledkov
ged in runtime This applies to many other config properties, but we don't name them `Initial` Let's just make it SqlConfiguration. On Mon, Mar 23, 2020 at 1:04 PM Taras Ledkov wrote: Hi, Igniters. I propose to introduce separate configuration class for SQL configuration.

Introduce separate SQL configuration

2020-03-23 Thread Taras Ledkov
may be useful to demonstrate the proposal. Please let me know your opinion. [1]. https://github.com/apache/ignite/pull/7559 -- Taras Ledkov Mail-To: tled...@gridgain.com

Re: Apache Ignite 2.8.1 RELEASE [Time, Scope, Manager]

2020-03-20 Thread Taras Ledkov
in failure processor slow down the whole system IGNITE-12489 Error during purges by expiration: Unknown page type -- BR, Sergey Antonov -- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (IGNITE-12804) SQL: ConnectionManager refactoring

2020-03-19 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12804: - Summary: SQL: ConnectionManager refactoring Key: IGNITE-12804 URL: https://issues.apache.org/jira/browse/IGNITE-12804 Project: Ignite Issue Type: Task

[jira] [Created] (IGNITE-12800) SQL: local queries cursors must be closed or full read to unlock the GridH2Table.

2020-03-18 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12800: - Summary: SQL: local queries cursors must be closed or full read to unlock the GridH2Table. Key: IGNITE-12800 URL: https://issues.apache.org/jira/browse/IGNITE-12800

[jira] [Created] (IGNITE-12740) Supports feature flags on index meta pages

2020-03-03 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12740: - Summary: Supports feature flags on index meta pages Key: IGNITE-12740 URL: https://issues.apache.org/jira/browse/IGNITE-12740 Project: Ignite Issue Type

[jira] [Created] (IGNITE-12717) SQL: indexing DB object creation refactoring

2020-02-26 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12717: - Summary: SQL: indexing DB object creation refactoring Key: IGNITE-12717 URL: https://issues.apache.org/jira/browse/IGNITE-12717 Project: Ignite Issue Type

[jira] [Created] (IGNITE-12590) MERGE INTO query is failing on Ignite client node

2020-01-28 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12590: - Summary: MERGE INTO query is failing on Ignite client node Key: IGNITE-12590 URL: https://issues.apache.org/jira/browse/IGNITE-12590 Project: Ignite Issue

Re: Feature masks for thin clients

2020-01-23 Thread Taras Ledkov
n on these two masks. This change has many other positive effects: 1. It improves readability and also potentially simplifies debugging. 2. It gives users the ability to enable or disable features of thin clients on both server and client as they desire. What are your thoughts guys? Best Regards, Igor

Re: Feature masks for thin clients

2020-01-23 Thread Taras Ledkov
ures of thin clients on both server and client as they desire. What are your thoughts guys? Best Regards, Igor -- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (IGNITE-12537) Util DbH2ServerStartup failed

2020-01-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12537: - Summary: Util DbH2ServerStartup failed Key: IGNITE-12537 URL: https://issues.apache.org/jira/browse/IGNITE-12537 Project: Ignite Issue Type: Bug

[jira] [Created] (IGNITE-12536) Inconsistency between cache data and indexes when cache operation is interrupted

2020-01-14 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12536: - Summary: Inconsistency between cache data and indexes when cache operation is interrupted Key: IGNITE-12536 URL: https://issues.apache.org/jira/browse/IGNITE-12536

[jira] [Created] (IGNITE-12484) Fix issues related to client cache stop and SQL metadata retrieval

2019-12-23 Thread Taras Ledkov (Jira)
Taras Ledkov created IGNITE-12484: - Summary: Fix issues related to client cache stop and SQL metadata retrieval Key: IGNITE-12484 URL: https://issues.apache.org/jira/browse/IGNITE-12484 Project

[jira] [Created] (IGNITE-11910) JDBC v2: adds 'schema' to URL parameters, makes 'cache' parameter is optional fpr the most cases

2019-06-11 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11910: - Summary: JDBC v2: adds 'schema' to URL parameters, makes 'cache' parameter is optional fpr the most cases Key: IGNITE-11910 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-11755) Memory leak H2 connections at the ConnectionManager#detachedConns

2019-04-16 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11755: - Summary: Memory leak H2 connections at the ConnectionManager#detachedConns Key: IGNITE-11755 URL: https://issues.apache.org/jira/browse/IGNITE-11755 Project

[jira] [Created] (IGNITE-11754) Memory leak on the GridCacheTxFinishSync#threadMap

2019-04-16 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11754: - Summary: Memory leak on the GridCacheTxFinishSync#threadMap Key: IGNITE-11754 URL: https://issues.apache.org/jira/browse/IGNITE-11754 Project: Ignite

[jira] [Created] (IGNITE-11726) SQL: don't store default precision and scale in the QueryEntity for CHAR/VARCHAR and DECIMAL types

2019-04-11 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11726: - Summary: SQL: don't store default precision and scale in the QueryEntity for CHAR/VARCHAR and DECIMAL types Key: IGNITE-11726 URL: https://issues.apache.org/jira/browse/IGNITE

[jira] [Created] (IGNITE-11720) Document new SQL system view "COLUMNS"

2019-04-10 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11720: - Summary: Document new SQL system view "COLUMNS" Key: IGNITE-11720 URL: https://issues.apache.org/jira/browse/IGNITE-11720 Project: Ignite Issue

[jira] [Created] (IGNITE-11694) Add documentation for SqlFieldsQuery.updateBatchSize into thin clients docs

2019-04-07 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11694: - Summary: Add documentation for SqlFieldsQuery.updateBatchSize into thin clients docs Key: IGNITE-11694 URL: https://issues.apache.org/jira/browse/IGNITE-11694

[jira] [Created] (IGNITE-11693) Add support SqlFieldsQuery.updateBatchSize for ODBC client.

2019-04-07 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11693: - Summary: Add support SqlFieldsQuery.updateBatchSize for ODBC client. Key: IGNITE-11693 URL: https://issues.apache.org/jira/browse/IGNITE-11693 Project: Ignite

[jira] [Created] (IGNITE-11692) Add support SqlFieldsQuery.updateBatchSize for thin client protocol and java thin client

2019-04-07 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11692: - Summary: Add support SqlFieldsQuery.updateBatchSize for thin client protocol and java thin client Key: IGNITE-11692 URL: https://issues.apache.org/jira/browse/IGNITE-11692

[jira] [Created] (IGNITE-11656) The GridCacheMapEntry#lockEntry cannot be interrupted

2019-03-29 Thread Taras Ledkov (JIRA)
Taras Ledkov created IGNITE-11656: - Summary: The GridCacheMapEntry#lockEntry cannot be interrupted Key: IGNITE-11656 URL: https://issues.apache.org/jira/browse/IGNITE-11656 Project: Ignite

  1   2   3   >