Re: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-06 Thread Dmitriy Pavlov
+1 Checked checksum, license,notice,
Tested that the TC bot is working using RC V2.14.0, Java Version: 1.8.0_171

чт, 6 окт. 2022 г. в 11:15, Ilya Kasnacheev :

> 0 (binding)
>
> If the main point of this release is Calcite, maybe we should make effort
> to demonstrate it is queryable without legacy ignite-indexing? But I'm not
> going to force this matter.
> --
> Ilya Kasnacheev
>
>
> пн, 3 окт. 2022 г. в 14:06, Maxim Muzafarov :
>
> > +1 (binding)
> >
> > On Mon, 3 Oct 2022 at 14:05, Ivan Daschinsky 
> wrote:
> > >
> > > +1 (binding)
> > >
> > > Checked C++ module and C++ examples compilation on windows 10 (msvc
> 2017)
> > > and ubuntu 22.04 (gcc 11.2.0).
> > > Checked ODBC on windows 10 and ubuntu 22.04 (unixodbc) by pyodbc and
> > python
> > > script (both H2 and CALCITE query engines).
> > > Checked ODBC pre-built binaries on windows 10
> > >
> > > Despite the fact that separation of H2 and CALCITE has been announced,
> H2
> > > (ignite-indexing) is still required for ODBC and CALCITE queries.
> > > Created issue for it --
> > https://issues.apache.org/jira/browse/IGNITE-17800
> > >
> > >
> > > пн, 3 окт. 2022 г. в 13:42, mwiesenberg :
> > >
> > > > +1
> > > > started a node with calcite, inserted data, ran a sql query.
> > > >
> > > > On Mon, Oct 3, 2022 at 2:46 AM Pavel Tupitsyn 
> > > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > > Started .NET and Java nodes, checked examples, checked NuGet
> > packages.
> > > > >
> > > > > On Fri, Sep 30, 2022 at 4:07 PM Alex Plehanov <
> > plehanov.a...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > > Added new experimental, Apache Calcite based SQL engine
> > > > > > It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
> > > > > > independent.
> > > > > >
> > > > > > +1
> > > > > >
> > > > > > Build from sources, start a cluster of two nodes, try some
> queries
> > on
> > > > > > Calcite SQL engine (with removed ignite-indexing module).
> > > > > >
> > > > > > пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky
> > > > > >  > > > > > >:
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > I think it`s important to mention that local caches are not
> > supported
> > > > > > > since this version [1].
> > > > > > >
> > > > > > > [1]  https://issues.apache.org/jira/browse/IGNITE-15759
> > > > > > >
> > > > > > >
> > > > > > > >Dear Community,
> > > > > > > >
> > > > > > > >The release candidate is ready.
> > > > > > > >
> > > > > > > >I have uploaded release candidate to
> > > > > > > >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> > > > > > > >
> > https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> > > > > > > >
> > > > > > > >The following staging can be used for testing:
> > > > > > > >
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapacheignite-1552/
> > > > > > > >
> > > > > > > >Tag name is 2.14.0-rc0:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> > > > > > > >
> > > > > > > >2.14.0 most important changes:
> > > > > > > >* Added new experimental, Apache Calcite based SQL engine
> > > > > > > >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option
> by
> > > > > > > Сonsistency check command
> > > > > > > >* CPP Thin: Implemented asynchronous network events handling
> > > > > > > >* CPP thin: Implemented continuous queries
> > > > > > > >* Deprecated IgniteServices#service(String) and
> > > > > > > IgniteServices#services(String).
> > > > > > > >* Implemented CDC for in-memory caches
> > > > > > > >* Implemented NUMA aware allocator for Ignite durable memory
> > > > > > > >* Implemented Read Repair strategies
> > > > > > > >* Implemented array component type in binary object
> > > > > > > >* Removed the legacy service grid implementation
> > > > > > > >
> > > > > > > >RELEASE NOTES:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> > > > > > > >
> > > > > > > >Complete list of resolved issues:
> > > > > > > >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> > > > > > > >
> > > > > > > >DEVNOTES
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> > > > > > > >
> > > > > > > >The vote is formal, see voting guidelines
> > > > > > > https://www.apache.org/foundation/voting.html
> > > > > > > >
> > > > > > > >+1 - to accept Apache Ignite 2.14.0-rc0
> > > > > > > >0 - don't care either way
> > > > > > 

Re: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-06 Thread Ilya Kasnacheev
0 (binding)

If the main point of this release is Calcite, maybe we should make effort
to demonstrate it is queryable without legacy ignite-indexing? But I'm not
going to force this matter.
-- 
Ilya Kasnacheev


пн, 3 окт. 2022 г. в 14:06, Maxim Muzafarov :

> +1 (binding)
>
> On Mon, 3 Oct 2022 at 14:05, Ivan Daschinsky  wrote:
> >
> > +1 (binding)
> >
> > Checked C++ module and C++ examples compilation on windows 10 (msvc 2017)
> > and ubuntu 22.04 (gcc 11.2.0).
> > Checked ODBC on windows 10 and ubuntu 22.04 (unixodbc) by pyodbc and
> python
> > script (both H2 and CALCITE query engines).
> > Checked ODBC pre-built binaries on windows 10
> >
> > Despite the fact that separation of H2 and CALCITE has been announced, H2
> > (ignite-indexing) is still required for ODBC and CALCITE queries.
> > Created issue for it --
> https://issues.apache.org/jira/browse/IGNITE-17800
> >
> >
> > пн, 3 окт. 2022 г. в 13:42, mwiesenberg :
> >
> > > +1
> > > started a node with calcite, inserted data, ran a sql query.
> > >
> > > On Mon, Oct 3, 2022 at 2:46 AM Pavel Tupitsyn 
> > > wrote:
> > >
> > > > +1
> > > >
> > > > Started .NET and Java nodes, checked examples, checked NuGet
> packages.
> > > >
> > > > On Fri, Sep 30, 2022 at 4:07 PM Alex Plehanov <
> plehanov.a...@gmail.com>
> > > > wrote:
> > > >
> > > > > > Added new experimental, Apache Calcite based SQL engine
> > > > > It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
> > > > > independent.
> > > > >
> > > > > +1
> > > > >
> > > > > Build from sources, start a cluster of two nodes, try some queries
> on
> > > > > Calcite SQL engine (with removed ignite-indexing module).
> > > > >
> > > > > пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky
> > > > >  > > > > >:
> > > > >
> > > > > >
> > > > > >
> > > > > > I think it`s important to mention that local caches are not
> supported
> > > > > > since this version [1].
> > > > > >
> > > > > > [1]  https://issues.apache.org/jira/browse/IGNITE-15759
> > > > > >
> > > > > >
> > > > > > >Dear Community,
> > > > > > >
> > > > > > >The release candidate is ready.
> > > > > > >
> > > > > > >I have uploaded release candidate to
> > > > > > >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> > > > > > >
> https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> > > > > > >
> > > > > > >The following staging can be used for testing:
> > > > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/orgapacheignite-1552/
> > > > > > >
> > > > > > >Tag name is 2.14.0-rc0:
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> > > > > > >
> > > > > > >2.14.0 most important changes:
> > > > > > >* Added new experimental, Apache Calcite based SQL engine
> > > > > > >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by
> > > > > > Сonsistency check command
> > > > > > >* CPP Thin: Implemented asynchronous network events handling
> > > > > > >* CPP thin: Implemented continuous queries
> > > > > > >* Deprecated IgniteServices#service(String) and
> > > > > > IgniteServices#services(String).
> > > > > > >* Implemented CDC for in-memory caches
> > > > > > >* Implemented NUMA aware allocator for Ignite durable memory
> > > > > > >* Implemented Read Repair strategies
> > > > > > >* Implemented array component type in binary object
> > > > > > >* Removed the legacy service grid implementation
> > > > > > >
> > > > > > >RELEASE NOTES:
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> > > > > > >
> > > > > > >Complete list of resolved issues:
> > > > > > >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> > > > > >
> > > > >
> > > >
> > >
> 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> > > > > > >
> > > > > > >DEVNOTES
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> > > > > > >
> > > > > > >The vote is formal, see voting guidelines
> > > > > > https://www.apache.org/foundation/voting.html
> > > > > > >
> > > > > > >+1 - to accept Apache Ignite 2.14.0-rc0
> > > > > > >0 - don't care either way
> > > > > > >-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
> > > > > > >
> > > > > > >See notes on how to verify release here
> > > > > > https://www.apache.org/info/verification.html
> > > > > > >and
> > > > > >
> > > > >
> > > >
> > >
> https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.VotingonReleaseandReleaseVerification
> > > > > > >
> > > > > > >This vote will be open for at least 3 days till 

Re: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-03 Thread Maxim Muzafarov
+1 (binding)

On Mon, 3 Oct 2022 at 14:05, Ivan Daschinsky  wrote:
>
> +1 (binding)
>
> Checked C++ module and C++ examples compilation on windows 10 (msvc 2017)
> and ubuntu 22.04 (gcc 11.2.0).
> Checked ODBC on windows 10 and ubuntu 22.04 (unixodbc) by pyodbc and python
> script (both H2 and CALCITE query engines).
> Checked ODBC pre-built binaries on windows 10
>
> Despite the fact that separation of H2 and CALCITE has been announced, H2
> (ignite-indexing) is still required for ODBC and CALCITE queries.
> Created issue for it -- https://issues.apache.org/jira/browse/IGNITE-17800
>
>
> пн, 3 окт. 2022 г. в 13:42, mwiesenberg :
>
> > +1
> > started a node with calcite, inserted data, ran a sql query.
> >
> > On Mon, Oct 3, 2022 at 2:46 AM Pavel Tupitsyn 
> > wrote:
> >
> > > +1
> > >
> > > Started .NET and Java nodes, checked examples, checked NuGet packages.
> > >
> > > On Fri, Sep 30, 2022 at 4:07 PM Alex Plehanov 
> > > wrote:
> > >
> > > > > Added new experimental, Apache Calcite based SQL engine
> > > > It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
> > > > independent.
> > > >
> > > > +1
> > > >
> > > > Build from sources, start a cluster of two nodes, try some queries on
> > > > Calcite SQL engine (with removed ignite-indexing module).
> > > >
> > > > пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky
> > > >  > > > >:
> > > >
> > > > >
> > > > >
> > > > > I think it`s important to mention that local caches are not supported
> > > > > since this version [1].
> > > > >
> > > > > [1]  https://issues.apache.org/jira/browse/IGNITE-15759
> > > > >
> > > > >
> > > > > >Dear Community,
> > > > > >
> > > > > >The release candidate is ready.
> > > > > >
> > > > > >I have uploaded release candidate to
> > > > > >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> > > > > >https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> > > > > >
> > > > > >The following staging can be used for testing:
> > > > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapacheignite-1552/
> > > > > >
> > > > > >Tag name is 2.14.0-rc0:
> > > > > >
> > > > >
> > > >
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> > > > > >
> > > > > >2.14.0 most important changes:
> > > > > >* Added new experimental, Apache Calcite based SQL engine
> > > > > >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by
> > > > > Сonsistency check command
> > > > > >* CPP Thin: Implemented asynchronous network events handling
> > > > > >* CPP thin: Implemented continuous queries
> > > > > >* Deprecated IgniteServices#service(String) and
> > > > > IgniteServices#services(String).
> > > > > >* Implemented CDC for in-memory caches
> > > > > >* Implemented NUMA aware allocator for Ignite durable memory
> > > > > >* Implemented Read Repair strategies
> > > > > >* Implemented array component type in binary object
> > > > > >* Removed the legacy service grid implementation
> > > > > >
> > > > > >RELEASE NOTES:
> > > > > >
> > > > >
> > > >
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> > > > > >
> > > > > >Complete list of resolved issues:
> > > > > >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> > > > >
> > > >
> > >
> > 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> > > > > >
> > > > > >DEVNOTES
> > > > > >
> > > > >
> > > >
> > >
> > https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> > > > > >
> > > > > >The vote is formal, see voting guidelines
> > > > > https://www.apache.org/foundation/voting.html
> > > > > >
> > > > > >+1 - to accept Apache Ignite 2.14.0-rc0
> > > > > >0 - don't care either way
> > > > > >-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
> > > > > >
> > > > > >See notes on how to verify release here
> > > > > https://www.apache.org/info/verification.html
> > > > > >and
> > > > >
> > > >
> > >
> > https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.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: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-03 Thread Ivan Daschinsky
+1 (binding)

Checked C++ module and C++ examples compilation on windows 10 (msvc 2017)
and ubuntu 22.04 (gcc 11.2.0).
Checked ODBC on windows 10 and ubuntu 22.04 (unixodbc) by pyodbc and python
script (both H2 and CALCITE query engines).
Checked ODBC pre-built binaries on windows 10

Despite the fact that separation of H2 and CALCITE has been announced, H2
(ignite-indexing) is still required for ODBC and CALCITE queries.
Created issue for it -- https://issues.apache.org/jira/browse/IGNITE-17800


пн, 3 окт. 2022 г. в 13:42, mwiesenberg :

> +1
> started a node with calcite, inserted data, ran a sql query.
>
> On Mon, Oct 3, 2022 at 2:46 AM Pavel Tupitsyn 
> wrote:
>
> > +1
> >
> > Started .NET and Java nodes, checked examples, checked NuGet packages.
> >
> > On Fri, Sep 30, 2022 at 4:07 PM Alex Plehanov 
> > wrote:
> >
> > > > Added new experimental, Apache Calcite based SQL engine
> > > It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
> > > independent.
> > >
> > > +1
> > >
> > > Build from sources, start a cluster of two nodes, try some queries on
> > > Calcite SQL engine (with removed ignite-indexing module).
> > >
> > > пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky
> > >  > > >:
> > >
> > > >
> > > >
> > > > I think it`s important to mention that local caches are not supported
> > > > since this version [1].
> > > >
> > > > [1]  https://issues.apache.org/jira/browse/IGNITE-15759
> > > >
> > > >
> > > > >Dear Community,
> > > > >
> > > > >The release candidate is ready.
> > > > >
> > > > >I have uploaded release candidate to
> > > > >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> > > > >https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> > > > >
> > > > >The following staging can be used for testing:
> > > > >
> > >
> https://repository.apache.org/content/repositories/orgapacheignite-1552/
> > > > >
> > > > >Tag name is 2.14.0-rc0:
> > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> > > > >
> > > > >2.14.0 most important changes:
> > > > >* Added new experimental, Apache Calcite based SQL engine
> > > > >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by
> > > > Сonsistency check command
> > > > >* CPP Thin: Implemented asynchronous network events handling
> > > > >* CPP thin: Implemented continuous queries
> > > > >* Deprecated IgniteServices#service(String) and
> > > > IgniteServices#services(String).
> > > > >* Implemented CDC for in-memory caches
> > > > >* Implemented NUMA aware allocator for Ignite durable memory
> > > > >* Implemented Read Repair strategies
> > > > >* Implemented array component type in binary object
> > > > >* Removed the legacy service grid implementation
> > > > >
> > > > >RELEASE NOTES:
> > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> > > > >
> > > > >Complete list of resolved issues:
> > > > >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> > > >
> > >
> >
> 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> > > > >
> > > > >DEVNOTES
> > > > >
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> > > > >
> > > > >The vote is formal, see voting guidelines
> > > > https://www.apache.org/foundation/voting.html
> > > > >
> > > > >+1 - to accept Apache Ignite 2.14.0-rc0
> > > > >0 - don't care either way
> > > > >-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
> > > > >
> > > > >See notes on how to verify release here
> > > > https://www.apache.org/info/verification.html
> > > > >and
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.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: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-03 Thread mwiesenberg
+1
started a node with calcite, inserted data, ran a sql query.

On Mon, Oct 3, 2022 at 2:46 AM Pavel Tupitsyn  wrote:

> +1
>
> Started .NET and Java nodes, checked examples, checked NuGet packages.
>
> On Fri, Sep 30, 2022 at 4:07 PM Alex Plehanov 
> wrote:
>
> > > Added new experimental, Apache Calcite based SQL engine
> > It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
> > independent.
> >
> > +1
> >
> > Build from sources, start a cluster of two nodes, try some queries on
> > Calcite SQL engine (with removed ignite-indexing module).
> >
> > пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky
> >  > >:
> >
> > >
> > >
> > > I think it`s important to mention that local caches are not supported
> > > since this version [1].
> > >
> > > [1]  https://issues.apache.org/jira/browse/IGNITE-15759
> > >
> > >
> > > >Dear Community,
> > > >
> > > >The release candidate is ready.
> > > >
> > > >I have uploaded release candidate to
> > > >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> > > >https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> > > >
> > > >The following staging can be used for testing:
> > > >
> > https://repository.apache.org/content/repositories/orgapacheignite-1552/
> > > >
> > > >Tag name is 2.14.0-rc0:
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> > > >
> > > >2.14.0 most important changes:
> > > >* Added new experimental, Apache Calcite based SQL engine
> > > >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by
> > > Сonsistency check command
> > > >* CPP Thin: Implemented asynchronous network events handling
> > > >* CPP thin: Implemented continuous queries
> > > >* Deprecated IgniteServices#service(String) and
> > > IgniteServices#services(String).
> > > >* Implemented CDC for in-memory caches
> > > >* Implemented NUMA aware allocator for Ignite durable memory
> > > >* Implemented Read Repair strategies
> > > >* Implemented array component type in binary object
> > > >* Removed the legacy service grid implementation
> > > >
> > > >RELEASE NOTES:
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> > > >
> > > >Complete list of resolved issues:
> > > >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> > >
> >
> 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> > > >
> > > >DEVNOTES
> > > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> > > >
> > > >The vote is formal, see voting guidelines
> > > https://www.apache.org/foundation/voting.html
> > > >
> > > >+1 - to accept Apache Ignite 2.14.0-rc0
> > > >0 - don't care either way
> > > >-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
> > > >
> > > >See notes on how to verify release here
> > > https://www.apache.org/info/verification.html
> > > >and
> > >
> >
> https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.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: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-10-03 Thread Pavel Tupitsyn
+1

Started .NET and Java nodes, checked examples, checked NuGet packages.

On Fri, Sep 30, 2022 at 4:07 PM Alex Plehanov 
wrote:

> > Added new experimental, Apache Calcite based SQL engine
> It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
> independent.
>
> +1
>
> Build from sources, start a cluster of two nodes, try some queries on
> Calcite SQL engine (with removed ignite-indexing module).
>
> пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky
>  >:
>
> >
> >
> > I think it`s important to mention that local caches are not supported
> > since this version [1].
> >
> > [1]  https://issues.apache.org/jira/browse/IGNITE-15759
> >
> >
> > >Dear Community,
> > >
> > >The release candidate is ready.
> > >
> > >I have uploaded release candidate to
> > >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> > >https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> > >
> > >The following staging can be used for testing:
> > >
> https://repository.apache.org/content/repositories/orgapacheignite-1552/
> > >
> > >Tag name is 2.14.0-rc0:
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> > >
> > >2.14.0 most important changes:
> > >* Added new experimental, Apache Calcite based SQL engine
> > >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by
> > Сonsistency check command
> > >* CPP Thin: Implemented asynchronous network events handling
> > >* CPP thin: Implemented continuous queries
> > >* Deprecated IgniteServices#service(String) and
> > IgniteServices#services(String).
> > >* Implemented CDC for in-memory caches
> > >* Implemented NUMA aware allocator for Ignite durable memory
> > >* Implemented Read Repair strategies
> > >* Implemented array component type in binary object
> > >* Removed the legacy service grid implementation
> > >
> > >RELEASE NOTES:
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> > >
> > >Complete list of resolved issues:
> > >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> >
> 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> > >
> > >DEVNOTES
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> > >
> > >The vote is formal, see voting guidelines
> > https://www.apache.org/foundation/voting.html
> > >
> > >+1 - to accept Apache Ignite 2.14.0-rc0
> > >0 - don't care either way
> > >-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
> > >
> > >See notes on how to verify release here
> > https://www.apache.org/info/verification.html
> > >and
> >
> https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.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: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-09-30 Thread Alex Plehanov
> Added new experimental, Apache Calcite based SQL engine
It was added in 2.13, in 2.14 it became ignite-indexing (and H2)
independent.

+1

Build from sources, start a cluster of two nodes, try some queries on
Calcite SQL engine (with removed ignite-indexing module).

пт, 30 сент. 2022 г. в 15:02, Zhenya Stanilovsky :

>
>
> I think it`s important to mention that local caches are not supported
> since this version [1].
>
> [1]  https://issues.apache.org/jira/browse/IGNITE-15759
>
>
> >Dear Community,
> >
> >The release candidate is ready.
> >
> >I have uploaded release candidate to
> >https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
> >https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
> >
> >The following staging can be used for testing:
> >https://repository.apache.org/content/repositories/orgapacheignite-1552/
> >
> >Tag name is 2.14.0-rc0:
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
> >
> >2.14.0 most important changes:
> >* Added new experimental, Apache Calcite based SQL engine
> >* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by
> Сonsistency check command
> >* CPP Thin: Implemented asynchronous network events handling
> >* CPP thin: Implemented continuous queries
> >* Deprecated IgniteServices#service(String) and
> IgniteServices#services(String).
> >* Implemented CDC for in-memory caches
> >* Implemented NUMA aware allocator for Ignite durable memory
> >* Implemented Read Repair strategies
> >* Implemented array component type in binary object
> >* Removed the legacy service grid implementation
> >
> >RELEASE NOTES:
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
> >
> >Complete list of resolved issues:
> >https://issues.apache.org/jira/issues/?jql=(project%20%3D%20
> 'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
> >
> >DEVNOTES
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
> >
> >The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
> >
> >+1 - to accept Apache Ignite 2.14.0-rc0
> >0 - don't care either way
> >-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
> >
> >See notes on how to verify release here
> https://www.apache.org/info/verification.html
> >and
> https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.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: [VOTE] Release Apache Ignite 2.14.0 RC0

2022-09-30 Thread Zhenya Stanilovsky


I think it`s important to mention that local caches are not supported since 
this version [1].
 
[1]  https://issues.apache.org/jira/browse/IGNITE-15759
 
 
>Dear Community,
> 
>The release candidate is ready.
>
>I have uploaded release candidate to
>https://dist.apache.org/repos/dist/dev/ignite/2.14.0-rc0/
>https://dist.apache.org/repos/dist/dev/ignite/packages_2.14.0-rc0/
>  
>The following staging can be used for testing:
>https://repository.apache.org/content/repositories/orgapacheignite-1552/
>  
>Tag name is 2.14.0-rc0:
>https://gitbox.apache.org/repos/asf?p=ignite.git;a=tag;h=refs/tags/2.14.0-rc0
>  
>2.14.0 most important changes:
>* Added new experimental, Apache Calcite based SQL engine
>* Added support of IGNITE_TO_STRING_INCLUDE_SENSITIVE option by Сonsistency 
>check command
>* CPP Thin: Implemented asynchronous network events handling
>* CPP thin: Implemented continuous queries
>* Deprecated IgniteServices#service(String) and 
>IgniteServices#services(String).
>* Implemented CDC for in-memory caches
>* Implemented NUMA aware allocator for Ignite durable memory
>* Implemented Read Repair strategies
>* Implemented array component type in binary object
>* Removed the legacy service grid implementation
>
>RELEASE NOTES:
>https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.14
>  
>Complete list of resolved issues:
>https://issues.apache.org/jira/issues/?jql=(project%20%3D%20 
>'Ignite'%20AND%20fixVersion%20is%20not%20empty%20AND%20fixVersion%20in%20('2.14'))%20AND%20(component%20is%20EMPTY%20OR%20component%20not%20in%20(documentation))%20and%20status%20in%20('CLOSED'%2C%20'RESOLVED')%20AND%20resolution%20in(Fixed%2C%20Done%2C%20Implemented%2C%20Delivered)%20ORDER%20BY%20priority
>
>DEVNOTES
>https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.14
>  
>The vote is formal, see voting guidelines  
>https://www.apache.org/foundation/voting.html
>  
>+1 - to accept Apache Ignite 2.14.0-rc0
>0 - don't care either way
>-1 - DO NOT accept Apache Ignite Ignite 2.14.0-rc0 (explain why)
>  
>See notes on how to verify release here  
>https://www.apache.org/info/verification.html
>and  
>https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.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