Re: Migrating NodeJS client to TypeScript

2020-11-30 Thread Pavel Tupitsyn
Semyon, Fully agree, TypeScript is the way to go. > full rewrite I would not call it a "full rewrite", because TypeScript is a superset of JavaScript. 1. Converting to TypeScript mostly means adding type annotations and tweaking the code, not rewriting it from scratch 2. The conversion can be

[jira] [Created] (IGNITE-13785) Calcite improvements. Support CREATE TABLE and INSERT through h2 engine, for test purposes.

2020-11-30 Thread Stanilovsky Evgeny (Jira)
Stanilovsky Evgeny created IGNITE-13785: --- Summary: Calcite improvements. Support CREATE TABLE and INSERT through h2 engine, for test purposes. Key: IGNITE-13785 URL:

Re: Migrating NodeJS client to TypeScript

2020-11-30 Thread Ivan Daschinsky
> Is there any value in keeping both versions - the plain JavaScript one and the TypeScript specific Hi! No, there is no value. TS sources should be transpiled to JS before execution. вт, 1 дек. 2020 г. в 01:31, Denis Magda : > Hi Semyon, > > Is there any value in keeping both versions - the

[jira] [Created] (IGNITE-13784) List of modules should indicate which modules are currently installed

2020-11-30 Thread Valentin Kulichenko (Jira)
Valentin Kulichenko created IGNITE-13784: Summary: List of modules should indicate which modules are currently installed Key: IGNITE-13784 URL: https://issues.apache.org/jira/browse/IGNITE-13784

[jira] [Created] (IGNITE-13783) Prevent starting nodes with the same consistent ID

2020-11-30 Thread Valentin Kulichenko (Jira)
Valentin Kulichenko created IGNITE-13783: Summary: Prevent starting nodes with the same consistent ID Key: IGNITE-13783 URL: https://issues.apache.org/jira/browse/IGNITE-13783 Project: Ignite

Re: Website related tickets on JIRA

2020-11-30 Thread Denis Magda
Hi Mauricio, Glad to receive a note from you. The community needs to know its heroes ;) I've used your advice and labeled some important tasks appropriately. As you might have noticed, the community voted to define Ignite as a distributed database. Which means there are some tasks for the two of

[jira] [Created] (IGNITE-13782) [CLI Tool] Manual folder removal causes exceptions

2020-11-30 Thread Valentin Kulichenko (Jira)
Valentin Kulichenko created IGNITE-13782: Summary: [CLI Tool] Manual folder removal causes exceptions Key: IGNITE-13782 URL: https://issues.apache.org/jira/browse/IGNITE-13782 Project: Ignite

Re: [VOTE] Define Apache Ignite as a Distributed Database

2020-11-30 Thread Denis Magda
The vote is closed with results shared in a separate email: http://apache-ignite-developers.2346864.n4.nabble.com/RESULT-VOTE-Define-Apache-Ignite-as-a-Distributed-Database-td50391.html Thanks to everyone who cast the vote! @Stephen Darlington , your point about the compute APIs importance is

[RESULT][VOTE] Define Apache Ignite as a Distributed Database

2020-11-30 Thread Denis Magda
The community held a majority vote on defining Apache Ignite as a "distributed database": http://apache-ignite-developers.2346864.n4.nabble.com/VOTE-Define-Apache-Ignite-as-a-Distributed-Database-td50269.html The results are as follows: [+1] - 5 votes [-1] - 1 vote [0] - 0 votes The majority

[jira] [Created] (IGNITE-13781) Ignite Website: rework Ignite features section

2020-11-30 Thread Denis A. Magda (Jira)
Denis A. Magda created IGNITE-13781: --- Summary: Ignite Website: rework Ignite features section Key: IGNITE-13781 URL: https://issues.apache.org/jira/browse/IGNITE-13781 Project: Ignite

[jira] [Created] (IGNITE-13780) Ignite Website: update use cases section

2020-11-30 Thread Denis A. Magda (Jira)
Denis A. Magda created IGNITE-13780: --- Summary: Ignite Website: update use cases section Key: IGNITE-13780 URL: https://issues.apache.org/jira/browse/IGNITE-13780 Project: Ignite Issue

[jira] [Created] (IGNITE-13779) Ignite as Distributed Database: Required Website Changes

2020-11-30 Thread Denis A. Magda (Jira)
Denis A. Magda created IGNITE-13779: --- Summary: Ignite as Distributed Database: Required Website Changes Key: IGNITE-13779 URL: https://issues.apache.org/jira/browse/IGNITE-13779 Project: Ignite

Re: Migrating NodeJS client to TypeScript

2020-11-30 Thread Denis Magda
Hi Semyon, Is there any value in keeping both versions - the plain JavaScript one and the TypeScript specific? - Denis On Mon, Nov 30, 2020 at 12:16 PM Данилов Семён wrote: > Hello Igniters! > > I'd like to propose a big change for the nodejs thin client: a full > rewrite from JavaScript to

[jira] [Created] (IGNITE-13778) Fix discovery tests for ducktape

2020-11-30 Thread Sergei Ryzhov (Jira)
Sergei Ryzhov created IGNITE-13778: -- Summary: Fix discovery tests for ducktape Key: IGNITE-13778 URL: https://issues.apache.org/jira/browse/IGNITE-13778 Project: Ignite Issue Type: Task

Migrating NodeJS client to TypeScript

2020-11-30 Thread Данилов Семён
Hello Igniters! I'd like to propose a big change for the nodejs thin client: a full rewrite from JavaScript to TypeScript. Strong typing will not only help us in future while developing new features, but will also indicate existing type inconsistencies (I know there is a couple). Also, we will

Website related tickets on JIRA

2020-11-30 Thread Mauricio Stekl
Hi Ignite Community, For those of you who do not know me, my name is Mauricio and I have been doing contributions related to the website for a long time now. Generally I have coordinated these updates directly with some community members. However, for future contributions I would like to see if it

Re: Join to dev community

2020-11-30 Thread Dmitriy Pavlov
Sorry, I meant text/plain пн, 30 нояб. 2020 г. в 20:24, Dmitriy Pavlov : > Hi Aleksey, > > Unfortunately Apache Mailing lists can accept text/html or mixed content > types in emails. Generally speaking, it is because the formatting of text > in mailing archives is not supported. > > Could you

Re: Join to dev community

2020-11-30 Thread Dmitriy Pavlov
Hi Aleksey, Unfortunately Apache Mailing lists can accept text/html or mixed content types in emails. Generally speaking, it is because the formatting of text in mailing archives is not supported. Could you please change your email client settings to provide text or mixed messages? Sincerely

Re: Join to dev community

2020-11-30 Thread Aleksey Rostov
Hello! So, I found out that I have created an account in https://cwiki.apache.org/ . I thought that confluence and jira share accounts but this was not the case. I have created a jira account - arostov and checked it. My main email address is alekse-ros...@ya.ru but I can't send emails from this

[GitHub] [ignite-3] AMashenkov commented on a change in pull request #3: IGNITE-13610 WIP Initial version of unified CLI tool

2020-11-30 Thread GitBox
AMashenkov commented on a change in pull request #3: URL: https://github.com/apache/ignite-3/pull/3#discussion_r532742174 ## File path: modules/cli-demo/cli-common/pom.xml ## @@ -0,0 +1,32 @@ + + ``` ## File path:

Re[2]: 2.9.1 release scope and dates

2020-11-30 Thread Zhenya Stanilovsky
hello ! seems it [1] need to be included too, if it`s not too late, of course. May be you can bump reviewer somehow?)   [1]  https://issues.apache.org/jira/browse/IGNITE-13765   >Ivan, it's added, thanks for pointing that out > >On Mon, Nov 30, 2020 at 5:44 PM Ivan Daschinsky <

Re: 2.9.1 release scope and dates

2020-11-30 Thread Yaroslav Molochkov
Ivan, it's added, thanks for pointing that out On Mon, Nov 30, 2020 at 5:44 PM Ivan Daschinsky wrote: > Yaroslav, could you explain why you decided to remove from scope > https://issues.apache.org/jira/browse/IGNITE-13699 ? > This ticket also incorporate few fixes for metrics. Currently metrics

[jira] [Created] (IGNITE-13777) idle_verify should report real size of the partitions

2020-11-30 Thread Stanislav Lukyanov (Jira)
Stanislav Lukyanov created IGNITE-13777: --- Summary: idle_verify should report real size of the partitions Key: IGNITE-13777 URL: https://issues.apache.org/jira/browse/IGNITE-13777 Project: Ignite

[GitHub] [ignite-3] kgusakov opened a new pull request #3: IGNITE-13610 WIP Initial version of unified CLI tool

2020-11-30 Thread GitBox
kgusakov opened a new pull request #3: URL: https://github.com/apache/ignite-3/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-30 Thread Konstantin Orlov
+1 -- Regards, Konstantin Orlov

Re: 2.9.1 release scope and dates

2020-11-30 Thread Ivan Daschinsky
Yaroslav, could you explain why you decided to remove from scope https://issues.apache.org/jira/browse/IGNITE-13699 ? This ticket also incorporate few fixes for metrics. Currently metrics is a little bit broken (JoinedCount shows invalid results for example) пн, 30 нояб. 2020 г. в 17:26,

Re: 2.9.1 release scope and dates

2020-11-30 Thread Yaroslav Molochkov
Igniters, hello! First of all, sorry that the release process is taking so long. Secondly, the release build seems stable and no blockers were introduced within that list

Re: [VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-30 Thread ткаленко кирилл
+1 30.11.2020, 16:15, "Andrey Gura" : > +1 > > On Tue, Nov 24, 2020 at 3:24 AM Saikat Maitra wrote: >>  +1 >> >>  Denis, Alex >> >>  I have raised PR for the docs for Maven artifactIds and versions on the >>  documentation pages of the integrations. >> >>  PR :

Re: [DISCUSS] Ignite 3.0 development approach

2020-11-30 Thread Petr Ivanov
Hi, Val. Thanks for comments. Let me explain some ambiguous points. > [Val] What do we use Ant tasks for? I'm sure we do use them a lot for > release packaging, but it will apparently be significantly simplified. Are > there any other cases? We have ant tasks for C++ / .NET version changing

Re: [VOTE][EXTENSION] Release Apache Ignite Streaming extensions 1.0.0 RC1

2020-11-30 Thread Andrey Gura
+1 On Tue, Nov 24, 2020 at 3:24 AM Saikat Maitra wrote: > > +1 > > Denis, Alex > > I have raised PR for the docs for Maven artifactIds and versions on the > documentation pages of the integrations. > > PR : https://github.com/apache/ignite/pull/8488 > > Jira :

[jira] [Created] (IGNITE-13776) BPlus tree lock retries limit reached with sqlOnHeapCacheEnabled

2020-11-30 Thread Konstantin Orlov (Jira)
Konstantin Orlov created IGNITE-13776: - Summary: BPlus tree lock retries limit reached with sqlOnHeapCacheEnabled Key: IGNITE-13776 URL: https://issues.apache.org/jira/browse/IGNITE-13776

[jira] [Created] (IGNITE-13775) U.ReentrantReadWriteLockTracer improper realization.

2020-11-30 Thread Stanilovsky Evgeny (Jira)
Stanilovsky Evgeny created IGNITE-13775: --- Summary: U.ReentrantReadWriteLockTracer improper realization. Key: IGNITE-13775 URL: https://issues.apache.org/jira/browse/IGNITE-13775 Project: Ignite

[jira] [Created] (IGNITE-13774) Create TC suites for release Python Node.js and PHP clients

2020-11-30 Thread Igor Sapego (Jira)
Igor Sapego created IGNITE-13774: Summary: Create TC suites for release Python Node.js and PHP clients Key: IGNITE-13774 URL: https://issues.apache.org/jira/browse/IGNITE-13774 Project: Ignite

Re: IGNITE-13680

2020-11-30 Thread Ilya Kasnacheev
Hello! I have added you as a contributor, now you should be able to assign tickets to yourself. Please also read https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines and learn how to use MTCGA bot. Regards, -- Ilya Kasnacheev сб, 28 нояб. 2020 г. в 10:00, Nikolay Shubin : >

Re: Join to dev community

2020-11-30 Thread Ilya Kasnacheev
Hello! Unfortunately, I can't see a JIRA user arostov in https://issues.apache.org/jira/ Regards, -- Ilya Kasnacheev сб, 28 нояб. 2020 г. в 10:00, Aleksey Rostov : > Hello everyone! > My name is Aleksey Rostov, I want to contribute to Ignite.NET. I am > currently a senior .net developer in

Re: Issue with custom security plugin and thin clients

2020-11-30 Thread Denis Garus
Hi! Node attributes can't be used to spread a thin client's security context. For this purpose, you can use a cache of Ignite, a third-party database, or other tools appropriate to your case. сб, 28 нояб. 2020 г. в 06:16, Vishwas Bm : > Hi Denis, > > > Thanks for the reply. > Yes I was looking

[jira] [Created] (IGNITE-13773) Ignite Docs: Port SQL Tooling from readme.io

2020-11-30 Thread YuJue Li (Jira)
YuJue Li created IGNITE-13773: - Summary: Ignite Docs: Port SQL Tooling from readme.io Key: IGNITE-13773 URL: https://issues.apache.org/jira/browse/IGNITE-13773 Project: Ignite Issue Type: Task