You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Maxim Muzafarov <mm...@apache.org> on 2021/03/03 20:03:21 UTC

[VOTE] Release Apache Ignite 2.10.0 RC1

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/repos/dist/dev/ignite/packages_2.10.0-rc1/

The following staging can be used for testing:
https://repository.apache.org/content/repositories/orgapacheignite-1506
https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite

Tag name is 2.10.0-rc1:
https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.10.0-rc1

RELEASE_NOTES:
https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.10

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.10'))

DEVNOTES:
https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.10


Additional checks have been performed (available for users included into
the release group on TeamCity).

TC [Check RC: Licenses, compile, chksum]
https://ci.ignite.apache.org/viewLog.html?buildId=5901349&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum

TC [3] Build & Upload Nuget Staging Packages
https://ci.ignite.apache.org/viewLog.html?buildId=5901347&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages

TC [2] Compare w/ Previous Release
https://ci.ignite.apache.org/viewLog.html?buildId=5901351&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency&tab=artifacts&branch_Releases_ApacheIgniteMain=ignite-2.9.1#%2Fresults


The vote is formal, see voting guidelines
https://www.apache.org/foundation/voting.html

+1 - to accept Apache Ignite 2.10.0-rc1
0 - don't care either way
-1 - DO NOT accept Apache Ignite Ignite 2.10.0-rc1 (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 until Mon Mar 8, 15:00 UTC.
Please, write me down the thread if you need additional time to check
the release.
https://www.timeanddate.com/countdown/vote?iso=20210308T18&p0=166&msg=VOTE+on+the+Apache+Ignite+Release+2.10.0+RC1&font=sanserif

Re: [VOTE] Release Apache Ignite 2.10.0 RC1

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

-1 (binding)

I have faced two sqlline issues in 30 seconds, of which one is mostly
cosmetic while the other is very annoying:
https://issues.apache.org/jira/browse/IGNITE-14284
https://issues.apache.org/jira/browse/IGNITE-14285

Since the new sqlline uses different history file format but same file
name, we will permanently ruin the sqlline experience for developers if we
release now. I suggest we take the time to fix both.

Also built and installed C++ sources without issues.
Installed & run deb package, started a node.

I was able to build C# platform using ./build.sh, but it was totally not
obvious which are the next steps from there.
Totally not obvious how to start node now, or how to install what was built.
I have tried running dotnet run from examples/dotnetcore but it gave me a
lot of errors.
Maybe we did not have changes in 2.10 specifically, but I remember it is
very annoying every time to remember which steps are required to run
anything with dotnetcore on linux, and docs do not help totally.
Maybe we could address that. Please point me to the docs if they indeed
exist, regarding how I could check the functioning of dotnetcore after
building it from the source.

Please see attached file for error messages.

Regards,
-- 
Ilya Kasnacheev


пт, 5 мар. 2021 г. в 00:32, Denis Magda <dm...@apache.org>:

> +1 (binding)
>
> Downloaded the binary package and started a 2-node cluster on MacOS with
> ignite.sh.
>
> -
> Denis
>
>
> On Wed, Mar 3, 2021 at 1:03 PM Maxim Muzafarov <mm...@apache.org> wrote:
>
> > 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/repos/dist/dev/ignite/packages_2.10.0-rc1/
> >
> > The following staging can be used for testing:
> > https://repository.apache.org/content/repositories/orgapacheignite-1506
> >
> >
> https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite
> >
> > Tag name is 2.10.0-rc1:
> >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.10.0-rc1
> >
> > RELEASE_NOTES:
> >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.10
> >
> > 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.10'))
> >
> > DEVNOTES:
> >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.10
> >
> >
> > Additional checks have been performed (available for users included into
> > the release group on TeamCity).
> >
> > TC [Check RC: Licenses, compile, chksum]
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901349&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum
> >
> > TC [3] Build & Upload Nuget Staging Packages
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901347&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages
> >
> > TC [2] Compare w/ Previous Release
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901351&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency&tab=artifacts&branch_Releases_ApacheIgniteMain=ignite-2.9.1#%2Fresults
> >
> >
> > The vote is formal, see voting guidelines
> > https://www.apache.org/foundation/voting.html
> >
> > +1 - to accept Apache Ignite 2.10.0-rc1
> > 0 - don't care either way
> > -1 - DO NOT accept Apache Ignite Ignite 2.10.0-rc1 (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 until Mon Mar 8, 15:00 UTC.
> > Please, write me down the thread if you need additional time to check
> > the release.
> >
> >
> https://www.timeanddate.com/countdown/vote?iso=20210308T18&p0=166&msg=VOTE+on+the+Apache+Ignite+Release+2.10.0+RC1&font=sanserif
> >
>

Re: [VOTE] Release Apache Ignite 2.10.0 RC1

Posted by Pavel Tupitsyn <pt...@apache.org>.
Ilya,

I hear you about confusing .NET build procedure,
there is a ticket for that [1]

[1] https://issues.apache.org/jira/browse/IGNITE-13859

On Fri, Mar 5, 2021 at 1:37 PM Igor Sapego <is...@apache.org> wrote:

> +1 (binding)
>
> Checked C++ compilation, C++ examples
>
> Best Regards,
> Igor
>
>
> On Fri, Mar 5, 2021 at 12:32 AM Denis Magda <dm...@apache.org> wrote:
>
> > +1 (binding)
> >
> > Downloaded the binary package and started a 2-node cluster on MacOS with
> > ignite.sh.
> >
> > -
> > Denis
> >
> >
> > On Wed, Mar 3, 2021 at 1:03 PM Maxim Muzafarov <mm...@apache.org>
> wrote:
> >
> > > 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/repos/dist/dev/ignite/packages_2.10.0-rc1/
> > >
> > > The following staging can be used for testing:
> > >
> https://repository.apache.org/content/repositories/orgapacheignite-1506
> > >
> > >
> >
> https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite
> > >
> > > Tag name is 2.10.0-rc1:
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.10.0-rc1
> > >
> > > RELEASE_NOTES:
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.10
> > >
> > > 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.10'))
> > >
> > > DEVNOTES:
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.10
> > >
> > >
> > > Additional checks have been performed (available for users included
> into
> > > the release group on TeamCity).
> > >
> > > TC [Check RC: Licenses, compile, chksum]
> > >
> > >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901349&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum
> > >
> > > TC [3] Build & Upload Nuget Staging Packages
> > >
> > >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901347&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages
> > >
> > > TC [2] Compare w/ Previous Release
> > >
> > >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901351&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency&tab=artifacts&branch_Releases_ApacheIgniteMain=ignite-2.9.1#%2Fresults
> > >
> > >
> > > The vote is formal, see voting guidelines
> > > https://www.apache.org/foundation/voting.html
> > >
> > > +1 - to accept Apache Ignite 2.10.0-rc1
> > > 0 - don't care either way
> > > -1 - DO NOT accept Apache Ignite Ignite 2.10.0-rc1 (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 until Mon Mar 8, 15:00 UTC.
> > > Please, write me down the thread if you need additional time to check
> > > the release.
> > >
> > >
> >
> https://www.timeanddate.com/countdown/vote?iso=20210308T18&p0=166&msg=VOTE+on+the+Apache+Ignite+Release+2.10.0+RC1&font=sanserif
> > >
> >
>

Re: [VOTE] Release Apache Ignite 2.10.0 RC1

Posted by Igor Sapego <is...@apache.org>.
+1 (binding)

Checked C++ compilation, C++ examples

Best Regards,
Igor


On Fri, Mar 5, 2021 at 12:32 AM Denis Magda <dm...@apache.org> wrote:

> +1 (binding)
>
> Downloaded the binary package and started a 2-node cluster on MacOS with
> ignite.sh.
>
> -
> Denis
>
>
> On Wed, Mar 3, 2021 at 1:03 PM Maxim Muzafarov <mm...@apache.org> wrote:
>
> > 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/repos/dist/dev/ignite/packages_2.10.0-rc1/
> >
> > The following staging can be used for testing:
> > https://repository.apache.org/content/repositories/orgapacheignite-1506
> >
> >
> https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite
> >
> > Tag name is 2.10.0-rc1:
> >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.10.0-rc1
> >
> > RELEASE_NOTES:
> >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.10
> >
> > 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.10'))
> >
> > DEVNOTES:
> >
> >
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.10
> >
> >
> > Additional checks have been performed (available for users included into
> > the release group on TeamCity).
> >
> > TC [Check RC: Licenses, compile, chksum]
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901349&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum
> >
> > TC [3] Build & Upload Nuget Staging Packages
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901347&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages
> >
> > TC [2] Compare w/ Previous Release
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=5901351&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency&tab=artifacts&branch_Releases_ApacheIgniteMain=ignite-2.9.1#%2Fresults
> >
> >
> > The vote is formal, see voting guidelines
> > https://www.apache.org/foundation/voting.html
> >
> > +1 - to accept Apache Ignite 2.10.0-rc1
> > 0 - don't care either way
> > -1 - DO NOT accept Apache Ignite Ignite 2.10.0-rc1 (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 until Mon Mar 8, 15:00 UTC.
> > Please, write me down the thread if you need additional time to check
> > the release.
> >
> >
> https://www.timeanddate.com/countdown/vote?iso=20210308T18&p0=166&msg=VOTE+on+the+Apache+Ignite+Release+2.10.0+RC1&font=sanserif
> >
>

Re: [VOTE] Release Apache Ignite 2.10.0 RC1

Posted by Denis Magda <dm...@apache.org>.
+1 (binding)

Downloaded the binary package and started a 2-node cluster on MacOS with
ignite.sh.

-
Denis


On Wed, Mar 3, 2021 at 1:03 PM Maxim Muzafarov <mm...@apache.org> wrote:

> 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/repos/dist/dev/ignite/packages_2.10.0-rc1/
>
> The following staging can be used for testing:
> https://repository.apache.org/content/repositories/orgapacheignite-1506
>
> https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite
>
> Tag name is 2.10.0-rc1:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.10.0-rc1
>
> RELEASE_NOTES:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.10
>
> 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.10'))
>
> DEVNOTES:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.10
>
>
> Additional checks have been performed (available for users included into
> the release group on TeamCity).
>
> TC [Check RC: Licenses, compile, chksum]
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5901349&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum
>
> TC [3] Build & Upload Nuget Staging Packages
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5901347&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages
>
> TC [2] Compare w/ Previous Release
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5901351&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency&tab=artifacts&branch_Releases_ApacheIgniteMain=ignite-2.9.1#%2Fresults
>
>
> The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
>
> +1 - to accept Apache Ignite 2.10.0-rc1
> 0 - don't care either way
> -1 - DO NOT accept Apache Ignite Ignite 2.10.0-rc1 (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 until Mon Mar 8, 15:00 UTC.
> Please, write me down the thread if you need additional time to check
> the release.
>
> https://www.timeanddate.com/countdown/vote?iso=20210308T18&p0=166&msg=VOTE+on+the+Apache+Ignite+Release+2.10.0+RC1&font=sanserif
>

Re: [VOTE] Release Apache Ignite 2.10.0 RC1

Posted by Pavel Tupitsyn <pt...@apache.org>.
+1 (binding)

Checked binary packages, started nodes, .NET examples, .NET nodes

On Wed, Mar 3, 2021 at 11:03 PM Maxim Muzafarov <mm...@apache.org> wrote:

> 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/repos/dist/dev/ignite/packages_2.10.0-rc1/
>
> The following staging can be used for testing:
> https://repository.apache.org/content/repositories/orgapacheignite-1506
>
> https://www.myget.org/feed/apache-ignite-staging/package/nuget/Apache.Ignite
>
> Tag name is 2.10.0-rc1:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.10.0-rc1
>
> RELEASE_NOTES:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.10
>
> 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.10'))
>
> DEVNOTES:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.10
>
>
> Additional checks have been performed (available for users included into
> the release group on TeamCity).
>
> TC [Check RC: Licenses, compile, chksum]
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5901349&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum
>
> TC [3] Build & Upload Nuget Staging Packages
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5901347&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages
>
> TC [2] Compare w/ Previous Release
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5901351&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency&tab=artifacts&branch_Releases_ApacheIgniteMain=ignite-2.9.1#%2Fresults
>
>
> The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
>
> +1 - to accept Apache Ignite 2.10.0-rc1
> 0 - don't care either way
> -1 - DO NOT accept Apache Ignite Ignite 2.10.0-rc1 (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 until Mon Mar 8, 15:00 UTC.
> Please, write me down the thread if you need additional time to check
> the release.
>
> https://www.timeanddate.com/countdown/vote?iso=20210308T18&p0=166&msg=VOTE+on+the+Apache+Ignite+Release+2.10.0+RC1&font=sanserif
>