[jira] [Created] (IGNITE-14278) Design public Index API

2021-03-03 Thread Maksim Timonin (Jira)
Maksim Timonin created IGNITE-14278: --- Summary: Design public Index API Key: IGNITE-14278 URL: https://issues.apache.org/jira/browse/IGNITE-14278 Project: Ignite Issue Type: New Feature

Re: Apache Ignite 3.x: order in repository

2021-03-03 Thread Valentin Kulichenko
Petr, Any suggestions on how to fix this? One of the ideas that come to my mind is to unify the process. For example, by enforcing that all changes are merged only through PRs. That, however, means that all contributors are forced to work with GitHub, which is not necessarily a great thing. Thoug

New committer: Mauricio Stekl

2021-03-03 Thread Denis Magda
The Project Management Committee (PMC) for Apache Ignite has invited Mauricio Stekl to become a committer and we are pleased to announce that he has accepted. Mauricio is the contributor who has been maintaining and improving our website for the last two years. There are countless small and signif

Re: Review Request

2021-03-03 Thread Valentin Kulichenko
Atri, I've added my comments in the PR. -Val On Wed, Mar 3, 2021 at 7:29 AM Denis Magda wrote: > @Valentin Kulichenko , @Nikolay Izhikov > , @samvi...@yandex.ru , > > I saw you reviewing the ticket. Could you please double-check the changes? > "IGNITE-2399: Implement acquireAndExecute In Ignit

Re: [DISCUSS] Missed (non-suited) tests

2021-03-03 Thread Maxim Muzafarov
Max, > There is an overhead for running git + mvn test twice, but it is a cost for > the flexibility. Yes, I mean this issue. I have no objections, the build queue seems to be empty most of the time. On Wed, 3 Mar 2021 at 21:01, Max Timonin wrote: > > Yes, they can be performed as parallel, as

[VOTE] Release Apache Ignite 2.10.0 RC1

2021-03-03 Thread Maxim Muzafarov
Dear Community, The release candidate is ready. The rest of the documentation pages will be completed prior to the release announcement message. Please, see the links below. I have uploaded a release candidate to: https://dist.apache.org/repos/dist/dev/ignite/2.10.0-rc1/ https://dist.apache.org/

Re: [DISCUSS] Missed (non-suited) tests

2021-03-03 Thread Max Timonin
Yes, they can be performed as parallel, as doesn't depend on each other. There is an overhead for running git + mvn test twice, but it is a cost for the flexibility. On Wed, Mar 3, 2021 at 8:55 PM Max Timonin wrote: > I mean that any TC job with tests depends on both [Build], [Sanity > Checks].

Re: [DISCUSS] Missed (non-suited) tests

2021-03-03 Thread Max Timonin
I mean that any TC job with tests depends on both [Build], [Sanity Checks]. No tests run if any of those jobs failed. [Build] prepares ignite.zip for distribution between TC agents (mvn install). [Sanity Checks] checks that code is correct in terms of our static checks (mvn test). Indeed it can b

Re: [DISCUSS] Missed (non-suited) tests

2021-03-03 Thread Maxim Muzafarov
Maxim, Can you clarify what means '[Sanity Checks] runs in parallel with [Build]'? AFAIK the checks need the build results to run themselves. On Wed, 3 Mar 2021 at 18:48, Max Timonin wrote: > > Discussed with Petr privately. Proposal is: > > 1. The [Build] job runs without any checks. > 2. There

[jira] [Created] (IGNITE-14277) Calcite.

2021-03-03 Thread Konstantin Orlov (Jira)
Konstantin Orlov created IGNITE-14277: - Summary: Calcite. Key: IGNITE-14277 URL: https://issues.apache.org/jira/browse/IGNITE-14277 Project: Ignite Issue Type: Improvement Comp

Re: [DISCUSS] Missed (non-suited) tests

2021-03-03 Thread Max Timonin
Discussed with Petr privately. Proposal is: 1. The [Build] job runs without any checks. 2. There will be a new job [Sanity Checks], that runs all checks - checkstyle, licenses, javadoc, check-suites. 3. [Sanity Checks] runs in parallel with [Build]. 4. All TC jobs with tests depend on a result of

Re: Review Request

2021-03-03 Thread Denis Magda
@Valentin Kulichenko , @Nikolay Izhikov , @samvi...@yandex.ru , I saw you reviewing the ticket. Could you please double-check the changes? "IGNITE-2399: Implement acquireAndExecute In IgniteSemaphore" Atri, please put a ticket number and name in the title of an email, so that community member ca

[jira] [Created] (IGNITE-14276) Local maven build runs tests while they are switched off by skipTests option

2021-03-03 Thread Andrey N. Gura (Jira)
Andrey N. Gura created IGNITE-14276: --- Summary: Local maven build runs tests while they are switched off by skipTests option Key: IGNITE-14276 URL: https://issues.apache.org/jira/browse/IGNITE-14276

[jira] [Created] (IGNITE-14275) SQL. Calcite: MapReduce aggregates for hash distribution

2021-03-03 Thread Yury Gerzhedovich (Jira)
Yury Gerzhedovich created IGNITE-14275: -- Summary: SQL. Calcite: MapReduce aggregates for hash distribution Key: IGNITE-14275 URL: https://issues.apache.org/jira/browse/IGNITE-14275 Project: Ignite

[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

Review Request

2021-03-03 Thread Atri Sharma
Hi, Please help in reviewing: https://github.com/apache/ignite/pull/8820 Atri

Minor PR

2021-03-03 Thread Atri Sharma
Hi, Please help review this PR: https://github.com/apache/ignite/pull/8845 Regards, Atri

Re: [DISCUSS] Missed (non-suited) tests

2021-03-03 Thread Max Timonin
Hi Petr! My proposal is: 1. Create a parameter in [Build] TC suite - MAVEN_CHECKS, default value is "-Plicenses,checkstyle,check-licenses,check-test-suites". 2. Use it in a command along with MAVEN_MODULES_STRING. -U -Pall-java,all-scala,scala,lgpl,examples %MAVEN_CHECKS% %MAVEN_MODULES_STRING% 3

[jira] [Created] (IGNITE-14273) ignite-extensions: Export data from snapshot to custom format

2021-03-03 Thread Maxim Muzafarov (Jira)
Maxim Muzafarov created IGNITE-14273: Summary: ignite-extensions: Export data from snapshot to custom format Key: IGNITE-14273 URL: https://issues.apache.org/jira/browse/IGNITE-14273 Project: Igni

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

2021-03-03 Thread dpavlov . tasks
Hi Igniters, I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. *New Critical Failure in master [Build] https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_BuildApacheIgnite?branch=%3Cdefault%3E No changes in the build - H

Re: [MEETUP] March 2: Moving from Postgres to Apache Ignite to boost Jira cloud app development

2021-03-03 Thread Kseniya Romanova
Thanks for joining us yesterday and for the inspiring Q&A session. Here are the materials: Alliedium app: https://alliedium.alliedtesting.com/ Slides with all the links: t.ly/9BOf Video: https://youtu.be/BvpF68NWOao An article about this case: https://medium.com/alliedium/boosting-jira-cloud-ap

[jira] [Created] (IGNITE-14272) Merge modules/DEVNOTES.txt and DEVNOTES.txt

2021-03-03 Thread Alexey Goncharuk (Jira)
Alexey Goncharuk created IGNITE-14272: - Summary: Merge modules/DEVNOTES.txt and DEVNOTES.txt Key: IGNITE-14272 URL: https://issues.apache.org/jira/browse/IGNITE-14272 Project: Ignite Issu

[jira] [Created] (IGNITE-14271) Update Metrics page descriptions

2021-03-03 Thread Nikita Safonov (Jira)
Nikita Safonov created IGNITE-14271: --- Summary: Update Metrics page descriptions Key: IGNITE-14271 URL: https://issues.apache.org/jira/browse/IGNITE-14271 Project: Ignite Issue Type: Improve