Officially cancelling the vote.
---------- Forwarded message ---------- From: Denis Magda <[hidden email]> Date: Sat, Jul 15, 2017 at 4:48 PM Subject: Re: [VOTE] Apache Ignite 2.1.0 RC1 To: "[hidden email]" <[hidden email]> -1 Because of the lgpl libraries issue. Please fix the bug and restart the vote. Denis On Saturday, July 15, 2017, Ilya Suntsov <[hidden email]> wrote: > Lgpl binaries should not to be in svn. This build will be removed. > > 15 июля 2017 г. 1:52 PM пользователь "Sergey Kozlov" <[hidden email] > <javascript:;>> > написал: > > > Igniters > > > > Could someone explain why we include LGPL binary fabric [1] in the > release? > > Either it was a mistake or we should upload also SHA1/MD5/ASC checksums > as > > well > > > > > > [1] > > https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc1/ > > apache-ignite-fabric-lgpl-2.1.0-bin.zip > > > > On Fri, Jul 14, 2017 at 8:45 PM, Vladimir Ozerov <[hidden email] > <javascript:;>> > > wrote: > > > > > gniters! > > > > > > We have uploaded a 2.1.0 release candidate to > > > https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc1/ > > > > > > Git tag name is > > > 2.1.0-rc1 > > > > > > This release includes the following changes: > > > > > > Ignite: > > > * Persistent cache store > > > * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() > mehtods > > > * Deprecated IgniteConfiguration.marshaller > > > * Updated Lucene dependency to version 5.5.2 > > > * Machine learning: implemented K-means clusterization algorithm > > optimized > > > for distributed storages > > > * SQL: CREATE TABLE and DROP TABLE commands support > > > * SQL: New thin JDBC driver > > > * SQL: Improved performance of certain queries, when affinity node can > be > > > calculated in advance > > > * SQL: Fixed return type of AVG() function > > > * SQL: BLOB type support added to thick JDBC driver > > > * SQL: Improved LocalDate, LocalTime and LocalDateTime support for > Java 8 > > > * SQL: Added FieldsQueryCursor interface to get fields metadata for > > > SqlFieldsQuery > > > * ODBC: Implemented DML statement batching > > > * Massive performance and stability improvements > > > > > > Ignite.NET: > > > * Automatic remote assembly loading > > > * NuGet-based standalone node deployment > > > * Added conditional data removeal via LINQ DeleteAll > > > * Added TimestampAttribute to control DateTime serialization mode > > > * Added local collections joins support to LINQ. > > > > > > Ignite CPP: > > > * Added Compute::Call and Compute::Broadcast methods > > > > > > Web Console: > > > * Implemented support for UNIQUE indexes for key fields on import > > > from RDBMS > > > * Added option to show full stack trace on Queries screen > > > * Added PK alias generation on Models screen. > > > > > > Complete list of closed issues: > > > <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% > 3D%20IGNITE%20AND% > > > 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% > > > 20closed%20or%20status%20%3D%20resolved) > > > > > > DEVNOTES > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc1 > > > > > > RELEASE NOTES > > > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ > > > plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc1 > > > > > > Please start voting. > > > > > > +1 - to accept Apache Ignite 2.1.0-rc1 > > > 0 - don't care either way > > > -1 - DO NOT accept Apache Ignite 2.1.0-rc1 (explain why) > > > > > > This vote will go for 72 hours. > > > > > > Vladimir. > > > > > > > > > > > -- > > Sergey Kozlov > > GridGain Systems > > www.gridgain.com > > > |
Guys, what’s the status? Who and when is going to send the next build for vote?
— Denis > On Jul 17, 2017, at 5:50 AM, Vladimir Ozerov <[hidden email]> wrote: > > Officially cancelling the vote. > > ---------- Forwarded message ---------- > From: Denis Magda <[hidden email]> > Date: Sat, Jul 15, 2017 at 4:48 PM > Subject: Re: [VOTE] Apache Ignite 2.1.0 RC1 > To: "[hidden email]" <[hidden email]> > > > -1 > > Because of the lgpl libraries issue. Please fix the bug and restart the > vote. > > Denis > > On Saturday, July 15, 2017, Ilya Suntsov <[hidden email]> wrote: > >> Lgpl binaries should not to be in svn. This build will be removed. >> >> 15 июля 2017 г. 1:52 PM пользователь "Sergey Kozlov" <[hidden email] >> <javascript:;>> >> написал: >> >>> Igniters >>> >>> Could someone explain why we include LGPL binary fabric [1] in the >> release? >>> Either it was a mistake or we should upload also SHA1/MD5/ASC checksums >> as >>> well >>> >>> >>> [1] >>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc1/ >>> apache-ignite-fabric-lgpl-2.1.0-bin.zip >>> >>> On Fri, Jul 14, 2017 at 8:45 PM, Vladimir Ozerov <[hidden email] >> <javascript:;>> >>> wrote: >>> >>>> gniters! >>>> >>>> We have uploaded a 2.1.0 release candidate to >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc1/ >>>> >>>> Git tag name is >>>> 2.1.0-rc1 >>>> >>>> This release includes the following changes: >>>> >>>> Ignite: >>>> * Persistent cache store >>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() >> mehtods >>>> * Deprecated IgniteConfiguration.marshaller >>>> * Updated Lucene dependency to version 5.5.2 >>>> * Machine learning: implemented K-means clusterization algorithm >>> optimized >>>> for distributed storages >>>> * SQL: CREATE TABLE and DROP TABLE commands support >>>> * SQL: New thin JDBC driver >>>> * SQL: Improved performance of certain queries, when affinity node can >> be >>>> calculated in advance >>>> * SQL: Fixed return type of AVG() function >>>> * SQL: BLOB type support added to thick JDBC driver >>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for >> Java 8 >>>> * SQL: Added FieldsQueryCursor interface to get fields metadata for >>>> SqlFieldsQuery >>>> * ODBC: Implemented DML statement batching >>>> * Massive performance and stability improvements >>>> >>>> Ignite.NET: >>>> * Automatic remote assembly loading >>>> * NuGet-based standalone node deployment >>>> * Added conditional data removeal via LINQ DeleteAll >>>> * Added TimestampAttribute to control DateTime serialization mode >>>> * Added local collections joins support to LINQ. >>>> >>>> Ignite CPP: >>>> * Added Compute::Call and Compute::Broadcast methods >>>> >>>> Web Console: >>>> * Implemented support for UNIQUE indexes for key fields on import > model >>>> from RDBMS >>>> * Added option to show full stack trace on Queries screen >>>> * Added PK alias generation on Models screen. >>>> >>>> Complete list of closed issues: >>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% >> 3D%20IGNITE%20AND% >>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% >>>> 20closed%20or%20status%20%3D%20resolved) >>>> >>>> DEVNOTES >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc1 >>>> >>>> RELEASE NOTES >>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc1 >>>> >>>> Please start voting. >>>> >>>> +1 - to accept Apache Ignite 2.1.0-rc1 >>>> 0 - don't care either way >>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc1 (explain why) >>>> >>>> This vote will go for 72 hours. >>>> >>>> Vladimir. >>>> >>> >>> >>> >>> -- >>> Sergey Kozlov >>> GridGain Systems >>> www.gridgain.com >>> >> |
Won't the release manager be the "who"?
-- With regards, Konstantin (Cos) Boudnik 2CAC 8312 4870 D885 8616 6115 220F 6980 1F27 E622 Disclaimer: Opinions expressed in this email are those of the author, and do not necessarily represent the views of any company the author might be affiliated with at the moment of writing. On Mon, Jul 17, 2017 at 4:25 PM, Denis Magda <[hidden email]> wrote: > Guys, what’s the status? Who and when is going to send the next build for vote? > > — > Denis > >> On Jul 17, 2017, at 5:50 AM, Vladimir Ozerov <[hidden email]> wrote: >> >> Officially cancelling the vote. >> >> ---------- Forwarded message ---------- >> From: Denis Magda <[hidden email]> >> Date: Sat, Jul 15, 2017 at 4:48 PM >> Subject: Re: [VOTE] Apache Ignite 2.1.0 RC1 >> To: "[hidden email]" <[hidden email]> >> >> >> -1 >> >> Because of the lgpl libraries issue. Please fix the bug and restart the >> vote. >> >> Denis >> >> On Saturday, July 15, 2017, Ilya Suntsov <[hidden email]> wrote: >> >>> Lgpl binaries should not to be in svn. This build will be removed. >>> >>> 15 июля 2017 г. 1:52 PM пользователь "Sergey Kozlov" <[hidden email] >>> <javascript:;>> >>> написал: >>> >>>> Igniters >>>> >>>> Could someone explain why we include LGPL binary fabric [1] in the >>> release? >>>> Either it was a mistake or we should upload also SHA1/MD5/ASC checksums >>> as >>>> well >>>> >>>> >>>> [1] >>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc1/ >>>> apache-ignite-fabric-lgpl-2.1.0-bin.zip >>>> >>>> On Fri, Jul 14, 2017 at 8:45 PM, Vladimir Ozerov <[hidden email] >>> <javascript:;>> >>>> wrote: >>>> >>>>> gniters! >>>>> >>>>> We have uploaded a 2.1.0 release candidate to >>>>> https://dist.apache.org/repos/dist/dev/ignite/2.1.0-rc1/ >>>>> >>>>> Git tag name is >>>>> 2.1.0-rc1 >>>>> >>>>> This release includes the following changes: >>>>> >>>>> Ignite: >>>>> * Persistent cache store >>>>> * Added IgniteFuture.listenAsync() and IgniteFuture.chainAsync() >>> mehtods >>>>> * Deprecated IgniteConfiguration.marshaller >>>>> * Updated Lucene dependency to version 5.5.2 >>>>> * Machine learning: implemented K-means clusterization algorithm >>>> optimized >>>>> for distributed storages >>>>> * SQL: CREATE TABLE and DROP TABLE commands support >>>>> * SQL: New thin JDBC driver >>>>> * SQL: Improved performance of certain queries, when affinity node can >>> be >>>>> calculated in advance >>>>> * SQL: Fixed return type of AVG() function >>>>> * SQL: BLOB type support added to thick JDBC driver >>>>> * SQL: Improved LocalDate, LocalTime and LocalDateTime support for >>> Java 8 >>>>> * SQL: Added FieldsQueryCursor interface to get fields metadata for >>>>> SqlFieldsQuery >>>>> * ODBC: Implemented DML statement batching >>>>> * Massive performance and stability improvements >>>>> >>>>> Ignite.NET: >>>>> * Automatic remote assembly loading >>>>> * NuGet-based standalone node deployment >>>>> * Added conditional data removeal via LINQ DeleteAll >>>>> * Added TimestampAttribute to control DateTime serialization mode >>>>> * Added local collections joins support to LINQ. >>>>> >>>>> Ignite CPP: >>>>> * Added Compute::Call and Compute::Broadcast methods >>>>> >>>>> Web Console: >>>>> * Implemented support for UNIQUE indexes for key fields on import >> model >>>>> from RDBMS >>>>> * Added option to show full stack trace on Queries screen >>>>> * Added PK alias generation on Models screen. >>>>> >>>>> Complete list of closed issues: >>>>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%">https://issues.apache.org/jira/issues/?jql=project%20% >>> 3D%20IGNITE%20AND% >>>>> 20fixVersion%20%3D%202.1%20AND%20(status%20%3D% >>>>> 20closed%20or%20status%20%3D%20resolved) >>>>> >>>>> DEVNOTES >>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>>>> plain;f=DEVNOTES.txt;hb=refs/tags/2.1.0-rc1 >>>>> >>>>> RELEASE NOTES >>>>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_ >>>>> plain;f=RELEASE_NOTES.txt;hb=refs/tags/2.1.0-rc1 >>>>> >>>>> Please start voting. >>>>> >>>>> +1 - to accept Apache Ignite 2.1.0-rc1 >>>>> 0 - don't care either way >>>>> -1 - DO NOT accept Apache Ignite 2.1.0-rc1 (explain why) >>>>> >>>>> This vote will go for 72 hours. >>>>> >>>>> Vladimir. >>>>> >>>> >>>> >>>> >>>> -- >>>> Sergey Kozlov >>>> GridGain Systems >>>> www.gridgain.com >>>> >>> > |
Free forum by Nabble | Edit this page |