[VOTE] Apache Ignite 1.7.0 RC1

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

[VOTE] Apache Ignite 1.7.0 RC1

Pavel Tupitsyn
Hello,

We have uploaded the 1.7.0 release candidate to
https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/

Tag name is
1.7.0-rc1

This release includes the following changes:

Ignite:
* Added distributed SQL JOIN.
* Node can be assigned as primary only after preloading is finished.
* Fixed CountDownLatch re-create issue.
* ODBC: Added decimal type support.
* Visor: Fixed data nodes calculation when node filter is set for cache.
* Many stability and fault-tolerance fixes.

Ignite.NET:
* Added ASP.NET Output Cache provider.
* Added ability to use .NET configuration in Apache.Ignite.exe.
* Added ability to implement custom affinity functions.
* Fixed a bug in IBinaryObjectBuilder causing type name to be lost.

Ignite CPP:
* Marshalling performance improvements.


Complete list of closed issues:
<a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed

DEVNOTES
https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
1.7.0-rc1

RELEASENOTES
https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
1.7.0-rc1

Please start voting.

+1 - to accept Apache Ignite 1.7.0-rc1
0 - don't care either way
-1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)

This vote will go for 72 hours.
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Alexey Kuznetsov-2
+1

Downloaded
https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
- OK
mvn validate -DskipTests -Pcheck-licenses  - OK
mvn clean package -DskipTests - OK
Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
Started several niodes with ignite.bat - OK
Started with ignite-schema-import.bat - OK


On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <[hidden email]>
wrote:

> Hello,
>
> We have uploaded the 1.7.0 release candidate to
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
>
> Tag name is
> 1.7.0-rc1
>
> This release includes the following changes:
>
> Ignite:
> * Added distributed SQL JOIN.
> * Node can be assigned as primary only after preloading is finished.
> * Fixed CountDownLatch re-create issue.
> * ODBC: Added decimal type support.
> * Visor: Fixed data nodes calculation when node filter is set for cache.
> * Many stability and fault-tolerance fixes.
>
> Ignite.NET:
> * Added ASP.NET Output Cache provider.
> * Added ability to use .NET configuration in Apache.Ignite.exe.
> * Added ability to implement custom affinity functions.
> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
>
> Ignite CPP:
> * Marshalling performance improvements.
>
>
> Complete list of closed issues:
> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
>
> DEVNOTES
>
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
> 1.7.0-rc1
>
> RELEASENOTES
>
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> 1.7.0-rc1
>
> Please start voting.
>
> +1 - to accept Apache Ignite 1.7.0-rc1
> 0 - don't care either way
> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
>
> This vote will go for 72 hours.
>



--
Alexey Kuznetsov
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Alexey Kuznetsov-2
I managed to check sha1 and md5 checksums under Windows.

C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
apache-ignite-1.7.0-src.zip: OK

C:\Program Files\Git\usr\bin>md5sum -c *.md5
apache-ignite-1.7.0-src.zip: OK


On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <[hidden email]>
wrote:

> +1
>
> Downloaded
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
> - OK
> mvn validate -DskipTests -Pcheck-licenses  - OK
> mvn clean package -DskipTests - OK
> Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
> Started several niodes with ignite.bat - OK
> Started with ignite-schema-import.bat - OK
>
>
> On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <[hidden email]>
> wrote:
>
>> Hello,
>>
>> We have uploaded the 1.7.0 release candidate to
>> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
>>
>> Tag name is
>> 1.7.0-rc1
>>
>> This release includes the following changes:
>>
>> Ignite:
>> * Added distributed SQL JOIN.
>> * Node can be assigned as primary only after preloading is finished.
>> * Fixed CountDownLatch re-create issue.
>> * ODBC: Added decimal type support.
>> * Visor: Fixed data nodes calculation when node filter is set for cache.
>> * Many stability and fault-tolerance fixes.
>>
>> Ignite.NET:
>> * Added ASP.NET Output Cache provider.
>> * Added ability to use .NET configuration in Apache.Ignite.exe.
>> * Added ability to implement custom affinity functions.
>> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
>>
>> Ignite CPP:
>> * Marshalling performance improvements.
>>
>>
>> Complete list of closed issues:
>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
>> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
>>
>> DEVNOTES
>>
>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
>> 1.7.0-rc1
>>
>> RELEASENOTES
>>
>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
>> 1.7.0-rc1
>>
>> Please start voting.
>>
>> +1 - to accept Apache Ignite 1.7.0-rc1
>> 0 - don't care either way
>> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
>>
>> This vote will go for 72 hours.
>>
>
>
>
> --
> Alexey Kuznetsov
> GridGain Systems
> www.gridgain.com
>



--
Alexey Kuznetsov
GridGain Systems
www.gridgain.com
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Vladimir Ozerov
+1 (binding)

Looks good to me.

On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <[hidden email]>
wrote:

> I managed to check sha1 and md5 checksums under Windows.
>
> C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
> apache-ignite-1.7.0-src.zip: OK
>
> C:\Program Files\Git\usr\bin>md5sum -c *.md5
> apache-ignite-1.7.0-src.zip: OK
>
>
> On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <[hidden email]
> >
> wrote:
>
> > +1
> >
> > Downloaded
> >
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
> > - OK
> > mvn validate -DskipTests -Pcheck-licenses  - OK
> > mvn clean package -DskipTests - OK
> > Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
> > Started several niodes with ignite.bat - OK
> > Started with ignite-schema-import.bat - OK
> >
> >
> > On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <[hidden email]>
> > wrote:
> >
> >> Hello,
> >>
> >> We have uploaded the 1.7.0 release candidate to
> >> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> >>
> >> Tag name is
> >> 1.7.0-rc1
> >>
> >> This release includes the following changes:
> >>
> >> Ignite:
> >> * Added distributed SQL JOIN.
> >> * Node can be assigned as primary only after preloading is finished.
> >> * Fixed CountDownLatch re-create issue.
> >> * ODBC: Added decimal type support.
> >> * Visor: Fixed data nodes calculation when node filter is set for cache.
> >> * Many stability and fault-tolerance fixes.
> >>
> >> Ignite.NET:
> >> * Added ASP.NET Output Cache provider.
> >> * Added ability to use .NET configuration in Apache.Ignite.exe.
> >> * Added ability to implement custom affinity functions.
> >> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
> >>
> >> Ignite CPP:
> >> * Marshalling performance improvements.
> >>
> >>
> >> Complete list of closed issues:
> >>
> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
> >> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
> >>
> >> DEVNOTES
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
> >> 1.7.0-rc1
> >>
> >> RELEASENOTES
> >>
> >>
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> >> 1.7.0-rc1
> >>
> >> Please start voting.
> >>
> >> +1 - to accept Apache Ignite 1.7.0-rc1
> >> 0 - don't care either way
> >> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
> >>
> >> This vote will go for 72 hours.
> >>
> >
> >
> >
> > --
> > Alexey Kuznetsov
> > GridGain Systems
> > www.gridgain.com
> >
>
>
>
> --
> Alexey Kuznetsov
> GridGain Systems
> www.gridgain.com
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Nikolai Tikhonov
+1 (binding)

On Wed, Aug 3, 2016 at 1:25 PM, Vladimir Ozerov <[hidden email]>
wrote:

> +1 (binding)
>
> Looks good to me.
>
> On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <[hidden email]
> >
> wrote:
>
> > I managed to check sha1 and md5 checksums under Windows.
> >
> > C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
> > apache-ignite-1.7.0-src.zip: OK
> >
> > C:\Program Files\Git\usr\bin>md5sum -c *.md5
> > apache-ignite-1.7.0-src.zip: OK
> >
> >
> > On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <
> [hidden email]
> > >
> > wrote:
> >
> > > +1
> > >
> > > Downloaded
> > >
> >
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
> > > - OK
> > > mvn validate -DskipTests -Pcheck-licenses  - OK
> > > mvn clean package -DskipTests - OK
> > > Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
> > > Started several niodes with ignite.bat - OK
> > > Started with ignite-schema-import.bat - OK
> > >
> > >
> > > On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <[hidden email]>
> > > wrote:
> > >
> > >> Hello,
> > >>
> > >> We have uploaded the 1.7.0 release candidate to
> > >> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> > >>
> > >> Tag name is
> > >> 1.7.0-rc1
> > >>
> > >> This release includes the following changes:
> > >>
> > >> Ignite:
> > >> * Added distributed SQL JOIN.
> > >> * Node can be assigned as primary only after preloading is finished.
> > >> * Fixed CountDownLatch re-create issue.
> > >> * ODBC: Added decimal type support.
> > >> * Visor: Fixed data nodes calculation when node filter is set for
> cache.
> > >> * Many stability and fault-tolerance fixes.
> > >>
> > >> Ignite.NET:
> > >> * Added ASP.NET Output Cache provider.
> > >> * Added ability to use .NET configuration in Apache.Ignite.exe.
> > >> * Added ability to implement custom affinity functions.
> > >> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
> > >>
> > >> Ignite CPP:
> > >> * Marshalling performance improvements.
> > >>
> > >>
> > >> Complete list of closed issues:
> > >>
> > <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
> > >> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
> > >>
> > >> DEVNOTES
> > >>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
> > >> 1.7.0-rc1
> > >>
> > >> RELEASENOTES
> > >>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> > >> 1.7.0-rc1
> > >>
> > >> Please start voting.
> > >>
> > >> +1 - to accept Apache Ignite 1.7.0-rc1
> > >> 0 - don't care either way
> > >> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
> > >>
> > >> This vote will go for 72 hours.
> > >>
> > >
> > >
> > >
> > > --
> > > Alexey Kuznetsov
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
> >
> >
> > --
> > Alexey Kuznetsov
> > GridGain Systems
> > www.gridgain.com
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Sergi
+1 binding

Sergi

2016-08-03 15:04 GMT+03:00 Nikolai Tikhonov <[hidden email]>:

> +1 (binding)
>
> On Wed, Aug 3, 2016 at 1:25 PM, Vladimir Ozerov <[hidden email]>
> wrote:
>
> > +1 (binding)
> >
> > Looks good to me.
> >
> > On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <
> [hidden email]
> > >
> > wrote:
> >
> > > I managed to check sha1 and md5 checksums under Windows.
> > >
> > > C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
> > > apache-ignite-1.7.0-src.zip: OK
> > >
> > > C:\Program Files\Git\usr\bin>md5sum -c *.md5
> > > apache-ignite-1.7.0-src.zip: OK
> > >
> > >
> > > On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <
> > [hidden email]
> > > >
> > > wrote:
> > >
> > > > +1
> > > >
> > > > Downloaded
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
> > > > - OK
> > > > mvn validate -DskipTests -Pcheck-licenses  - OK
> > > > mvn clean package -DskipTests - OK
> > > > Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
> > > > Started several niodes with ignite.bat - OK
> > > > Started with ignite-schema-import.bat - OK
> > > >
> > > >
> > > > On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <
> [hidden email]>
> > > > wrote:
> > > >
> > > >> Hello,
> > > >>
> > > >> We have uploaded the 1.7.0 release candidate to
> > > >> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> > > >>
> > > >> Tag name is
> > > >> 1.7.0-rc1
> > > >>
> > > >> This release includes the following changes:
> > > >>
> > > >> Ignite:
> > > >> * Added distributed SQL JOIN.
> > > >> * Node can be assigned as primary only after preloading is finished.
> > > >> * Fixed CountDownLatch re-create issue.
> > > >> * ODBC: Added decimal type support.
> > > >> * Visor: Fixed data nodes calculation when node filter is set for
> > cache.
> > > >> * Many stability and fault-tolerance fixes.
> > > >>
> > > >> Ignite.NET:
> > > >> * Added ASP.NET Output Cache provider.
> > > >> * Added ability to use .NET configuration in Apache.Ignite.exe.
> > > >> * Added ability to implement custom affinity functions.
> > > >> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
> > > >>
> > > >> Ignite CPP:
> > > >> * Marshalling performance improvements.
> > > >>
> > > >>
> > > >> Complete list of closed issues:
> > > >>
> > >
> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
> > > >> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
> > > >>
> > > >> DEVNOTES
> > > >>
> > > >>
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
> > > >> 1.7.0-rc1
> > > >>
> > > >> RELEASENOTES
> > > >>
> > > >>
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> > > >> 1.7.0-rc1
> > > >>
> > > >> Please start voting.
> > > >>
> > > >> +1 - to accept Apache Ignite 1.7.0-rc1
> > > >> 0 - don't care either way
> > > >> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
> > > >>
> > > >> This vote will go for 72 hours.
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Alexey Kuznetsov
> > > > GridGain Systems
> > > > www.gridgain.com
> > > >
> > >
> > >
> > >
> > > --
> > > Alexey Kuznetsov
> > > GridGain Systems
> > > www.gridgain.com
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Denis Magda
+1 (binding)

--
Denis

> On Aug 3, 2016, at 11:52 AM, Sergi Vladykin <[hidden email]> wrote:
>
> +1 binding
>
> Sergi
>
> 2016-08-03 15:04 GMT+03:00 Nikolai Tikhonov <[hidden email]>:
>
>> +1 (binding)
>>
>> On Wed, Aug 3, 2016 at 1:25 PM, Vladimir Ozerov <[hidden email]>
>> wrote:
>>
>>> +1 (binding)
>>>
>>> Looks good to me.
>>>
>>> On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <
>> [hidden email]
>>>>
>>> wrote:
>>>
>>>> I managed to check sha1 and md5 checksums under Windows.
>>>>
>>>> C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
>>>> apache-ignite-1.7.0-src.zip: OK
>>>>
>>>> C:\Program Files\Git\usr\bin>md5sum -c *.md5
>>>> apache-ignite-1.7.0-src.zip: OK
>>>>
>>>>
>>>> On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <
>>> [hidden email]
>>>>>
>>>> wrote:
>>>>
>>>>> +1
>>>>>
>>>>> Downloaded
>>>>>
>>>>
>>>
>> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
>>>>> - OK
>>>>> mvn validate -DskipTests -Pcheck-licenses  - OK
>>>>> mvn clean package -DskipTests - OK
>>>>> Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
>>>>> Started several niodes with ignite.bat - OK
>>>>> Started with ignite-schema-import.bat - OK
>>>>>
>>>>>
>>>>> On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <
>> [hidden email]>
>>>>> wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> We have uploaded the 1.7.0 release candidate to
>>>>>> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
>>>>>>
>>>>>> Tag name is
>>>>>> 1.7.0-rc1
>>>>>>
>>>>>> This release includes the following changes:
>>>>>>
>>>>>> Ignite:
>>>>>> * Added distributed SQL JOIN.
>>>>>> * Node can be assigned as primary only after preloading is finished.
>>>>>> * Fixed CountDownLatch re-create issue.
>>>>>> * ODBC: Added decimal type support.
>>>>>> * Visor: Fixed data nodes calculation when node filter is set for
>>> cache.
>>>>>> * Many stability and fault-tolerance fixes.
>>>>>>
>>>>>> Ignite.NET:
>>>>>> * Added ASP.NET Output Cache provider.
>>>>>> * Added ability to use .NET configuration in Apache.Ignite.exe.
>>>>>> * Added ability to implement custom affinity functions.
>>>>>> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
>>>>>>
>>>>>> Ignite CPP:
>>>>>> * Marshalling performance improvements.
>>>>>>
>>>>>>
>>>>>> Complete list of closed issues:
>>>>>>
>>>>
>> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
>>>>>> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
>>>>>>
>>>>>> DEVNOTES
>>>>>>
>>>>>>
>>>>
>>>
>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
>>>>>> 1.7.0-rc1
>>>>>>
>>>>>> RELEASENOTES
>>>>>>
>>>>>>
>>>>
>>>
>> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
>>>>>> 1.7.0-rc1
>>>>>>
>>>>>> Please start voting.
>>>>>>
>>>>>> +1 - to accept Apache Ignite 1.7.0-rc1
>>>>>> 0 - don't care either way
>>>>>> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
>>>>>>
>>>>>> This vote will go for 72 hours.
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Alexey Kuznetsov
>>>>> GridGain Systems
>>>>> www.gridgain.com
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Alexey Kuznetsov
>>>> GridGain Systems
>>>> www.gridgain.com
>>>>
>>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Valentin Kulichenko
+1 (binding)

-Val

On Wed, Aug 3, 2016 at 12:32 PM, Denis Magda <[hidden email]> wrote:

> +1 (binding)
>
> --
> Denis
>
> > On Aug 3, 2016, at 11:52 AM, Sergi Vladykin <[hidden email]>
> wrote:
> >
> > +1 binding
> >
> > Sergi
> >
> > 2016-08-03 15:04 GMT+03:00 Nikolai Tikhonov <[hidden email]>:
> >
> >> +1 (binding)
> >>
> >> On Wed, Aug 3, 2016 at 1:25 PM, Vladimir Ozerov <[hidden email]>
> >> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> Looks good to me.
> >>>
> >>> On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <
> >> [hidden email]
> >>>>
> >>> wrote:
> >>>
> >>>> I managed to check sha1 and md5 checksums under Windows.
> >>>>
> >>>> C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
> >>>> apache-ignite-1.7.0-src.zip: OK
> >>>>
> >>>> C:\Program Files\Git\usr\bin>md5sum -c *.md5
> >>>> apache-ignite-1.7.0-src.zip: OK
> >>>>
> >>>>
> >>>> On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <
> >>> [hidden email]
> >>>>>
> >>>> wrote:
> >>>>
> >>>>> +1
> >>>>>
> >>>>> Downloaded
> >>>>>
> >>>>
> >>>
> >>
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
> >>>>> - OK
> >>>>> mvn validate -DskipTests -Pcheck-licenses  - OK
> >>>>> mvn clean package -DskipTests - OK
> >>>>> Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
> >>>>> Started several niodes with ignite.bat - OK
> >>>>> Started with ignite-schema-import.bat - OK
> >>>>>
> >>>>>
> >>>>> On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <
> >> [hidden email]>
> >>>>> wrote:
> >>>>>
> >>>>>> Hello,
> >>>>>>
> >>>>>> We have uploaded the 1.7.0 release candidate to
> >>>>>> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> >>>>>>
> >>>>>> Tag name is
> >>>>>> 1.7.0-rc1
> >>>>>>
> >>>>>> This release includes the following changes:
> >>>>>>
> >>>>>> Ignite:
> >>>>>> * Added distributed SQL JOIN.
> >>>>>> * Node can be assigned as primary only after preloading is finished.
> >>>>>> * Fixed CountDownLatch re-create issue.
> >>>>>> * ODBC: Added decimal type support.
> >>>>>> * Visor: Fixed data nodes calculation when node filter is set for
> >>> cache.
> >>>>>> * Many stability and fault-tolerance fixes.
> >>>>>>
> >>>>>> Ignite.NET:
> >>>>>> * Added ASP.NET Output Cache provider.
> >>>>>> * Added ability to use .NET configuration in Apache.Ignite.exe.
> >>>>>> * Added ability to implement custom affinity functions.
> >>>>>> * Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
> >>>>>>
> >>>>>> Ignite CPP:
> >>>>>> * Marshalling performance improvements.
> >>>>>>
> >>>>>>
> >>>>>> Complete list of closed issues:
> >>>>>>
> >>>>
> >>
> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
> >>>>>> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
> >>>>>>
> >>>>>> DEVNOTES
> >>>>>>
> >>>>>>
> >>>>
> >>>
> >>
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
> >>>>>> 1.7.0-rc1
> >>>>>>
> >>>>>> RELEASENOTES
> >>>>>>
> >>>>>>
> >>>>
> >>>
> >>
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> >>>>>> 1.7.0-rc1
> >>>>>>
> >>>>>> Please start voting.
> >>>>>>
> >>>>>> +1 - to accept Apache Ignite 1.7.0-rc1
> >>>>>> 0 - don't care either way
> >>>>>> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
> >>>>>>
> >>>>>> This vote will go for 72 hours.
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Alexey Kuznetsov
> >>>>> GridGain Systems
> >>>>> www.gridgain.com
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Alexey Kuznetsov
> >>>> GridGain Systems
> >>>> www.gridgain.com
> >>>>
> >>>
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Andrey Novikov-3
+1

--
Andrey

On Thu, Aug 4, 2016 at 2:38 AM, Valentin Kulichenko <
[hidden email]> wrote:

> +1 (binding)
>
> -Val
>
> On Wed, Aug 3, 2016 at 12:32 PM, Denis Magda <[hidden email]> wrote:
>
> > +1 (binding)
> >
> > --
> > Denis
> >
> > > On Aug 3, 2016, at 11:52 AM, Sergi Vladykin <[hidden email]>
> > wrote:
> > >
> > > +1 binding
> > >
> > > Sergi
> > >
> > > 2016-08-03 15:04 GMT+03:00 Nikolai Tikhonov <[hidden email]>:
> > >
> > >> +1 (binding)
> > >>
> > >> On Wed, Aug 3, 2016 at 1:25 PM, Vladimir Ozerov <[hidden email]
> >
> > >> wrote:
> > >>
> > >>> +1 (binding)
> > >>>
> > >>> Looks good to me.
> > >>>
> > >>> On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <
> > >> [hidden email]
> > >>>>
> > >>> wrote:
> > >>>
> > >>>> I managed to check sha1 and md5 checksums under Windows.
> > >>>>
> > >>>> C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
> > >>>> apache-ignite-1.7.0-src.zip: OK
> > >>>>
> > >>>> C:\Program Files\Git\usr\bin>md5sum -c *.md5
> > >>>> apache-ignite-1.7.0-src.zip: OK
> > >>>>
> > >>>>
> > >>>> On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <
> > >>> [hidden email]
> > >>>>>
> > >>>> wrote:
> > >>>>
> > >>>>> +1
> > >>>>>
> > >>>>> Downloaded
> > >>>>>
> > >>>>
> > >>>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/apache-ignite-1.7.0-src.zip
> > >>>>> - OK
> > >>>>> mvn validate -DskipTests -Pcheck-licenses  - OK
> > >>>>> mvn clean package -DskipTests - OK
> > >>>>> Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip  - OK
> > >>>>> Started several niodes with ignite.bat - OK
> > >>>>> Started with ignite-schema-import.bat - OK
> > >>>>>
> > >>>>>
> > >>>>> On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <
> > >> [hidden email]>
> > >>>>> wrote:
> > >>>>>
> > >>>>>> Hello,
> > >>>>>>
> > >>>>>> We have uploaded the 1.7.0 release candidate to
> > >>>>>> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> > >>>>>>
> > >>>>>> Tag name is
> > >>>>>> 1.7.0-rc1
> > >>>>>>
> > >>>>>> This release includes the following changes:
> > >>>>>>
> > >>>>>> Ignite:
> > >>>>>> * Added distributed SQL JOIN.
> > >>>>>> * Node can be assigned as primary only after preloading is
> finished.
> > >>>>>> * Fixed CountDownLatch re-create issue.
> > >>>>>> * ODBC: Added decimal type support.
> > >>>>>> * Visor: Fixed data nodes calculation when node filter is set for
> > >>> cache.
> > >>>>>> * Many stability and fault-tolerance fixes.
> > >>>>>>
> > >>>>>> Ignite.NET:
> > >>>>>> * Added ASP.NET Output Cache provider.
> > >>>>>> * Added ability to use .NET configuration in Apache.Ignite.exe.
> > >>>>>> * Added ability to implement custom affinity functions.
> > >>>>>> * Fixed a bug in IBinaryObjectBuilder causing type name to be
> lost.
> > >>>>>>
> > >>>>>> Ignite CPP:
> > >>>>>> * Marshalling performance improvements.
> > >>>>>>
> > >>>>>>
> > >>>>>> Complete list of closed issues:
> > >>>>>>
> > >>>>
> > >>
> > <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%">https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%
> > >>>>>> 20fixVersion%20%3D%201.7%20AND%20status%20%3D%20closed
> > >>>>>>
> > >>>>>> DEVNOTES
> > >>>>>>
> > >>>>>>
> > >>>>
> > >>>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=refs/tags/
> > >>>>>> 1.7.0-rc1
> > >>>>>>
> > >>>>>> RELEASENOTES
> > >>>>>>
> > >>>>>>
> > >>>>
> > >>>
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> > >>>>>> 1.7.0-rc1
> > >>>>>>
> > >>>>>> Please start voting.
> > >>>>>>
> > >>>>>> +1 - to accept Apache Ignite 1.7.0-rc1
> > >>>>>> 0 - don't care either way
> > >>>>>> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
> > >>>>>>
> > >>>>>> This vote will go for 72 hours.
> > >>>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> --
> > >>>>> Alexey Kuznetsov
> > >>>>> GridGain Systems
> > >>>>> www.gridgain.com
> > >>>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> --
> > >>>> Alexey Kuznetsov
> > >>>> GridGain Systems
> > >>>> www.gridgain.com
> > >>>>
> > >>>
> > >>
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Apache Ignite 1.7.0 RC1

Alexey Goncharuk
+1 (binding)

--AG

2016-08-04 5:08 GMT+03:00 Andrey Novikov <[hidden email]>:

> +1
>
> --
> Andrey
>
> On Thu, Aug 4, 2016 at 2:38 AM, Valentin Kulichenko <
> [hidden email]> wrote:
>
> > +1 (binding)
> >
> > -Val
> >
> > On Wed, Aug 3, 2016 at 12:32 PM, Denis Magda <[hidden email]>
> wrote:
> >
> > > +1 (binding)
> > >
> > > --
> > > Denis
> > >
> > > > On Aug 3, 2016, at 11:52 AM, Sergi Vladykin <
> [hidden email]>
> > > wrote:
> > > >
> > > > +1 binding
> > > >
> > > > Sergi
> > > >
> > > > 2016-08-03 15:04 GMT+03:00 Nikolai Tikhonov <[hidden email]>:
> > > >
> > > >> +1 (binding)
> > > >>
> > > >> On Wed, Aug 3, 2016 at 1:25 PM, Vladimir Ozerov <
> [hidden email]
> > >
> > > >> wrote:
> > > >>
> > > >>> +1 (binding)
> > > >>>
> > > >>> Looks good to me.
> > > >>>
> > > >>> On Wed, Aug 3, 2016 at 10:48 AM, Alexey Kuznetsov <
> > > >> [hidden email]
> > > >>>>
> > > >>> wrote:
> > > >>>
> > > >>>> I managed to check sha1 and md5 checksums under Windows.
> > > >>>>
> > > >>>> C:\Program Files\Git\usr\bin>sha1sum -c *.sha1
> > > >>>> apache-ignite-1.7.0-src.zip: OK
> > > >>>>
> > > >>>> C:\Program Files\Git\usr\bin>md5sum -c *.md5
> > > >>>> apache-ignite-1.7.0-src.zip: OK
> > > >>>>
> > > >>>>
> > > >>>> On Wed, Aug 3, 2016 at 10:39 AM, Alexey Kuznetsov <
> > > >>> [hidden email]
> > > >>>>>
> > > >>>> wrote:
> > > >>>>
> > > >>>>> +1
> > > >>>>>
> > > >>>>> Downloaded
> > > >>>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> > https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> apache-ignite-1.7.0-src.zip
> > > >>>>> - OK
> > > >>>>> mvn validate -DskipTests -Pcheck-licenses  - OK
> > > >>>>> mvn clean package -DskipTests - OK
> > > >>>>> Unpacked ..\src\target\bin\apache-ignite-fabric-1.7.0-bin.zip
> - OK
> > > >>>>> Started several niodes with ignite.bat - OK
> > > >>>>> Started with ignite-schema-import.bat - OK
> > > >>>>>
> > > >>>>>
> > > >>>>> On Tue, Aug 2, 2016 at 10:51 PM, Pavel Tupitsyn <
> > > >> [hidden email]>
> > > >>>>> wrote:
> > > >>>>>
> > > >>>>>> Hello,
> > > >>>>>>
> > > >>>>>> We have uploaded the 1.7.0 release candidate to
> > > >>>>>> https://dist.apache.org/repos/dist/dev/ignite/1.7.0-rc1/
> > > >>>>>>
> > > >>>>>> Tag name is
> > > >>>>>> 1.7.0-rc1
> > > >>>>>>
> > > >>>>>> This release includes the following changes:
> > > >>>>>>
> > > >>>>>> Ignite:
> > > >>>>>> * Added distributed SQL JOIN.
> > > >>>>>> * Node can be assigned as primary only after preloading is
> > finished.
> > > >>>>>> * Fixed CountDownLatch re-create issue.
> > > >>>>>> * ODBC: Added decimal type support.
> > > >>>>>> * Visor: Fixed data nodes calculation when node filter is set
> for
> > > >>> cache.
> > > >>>>>> * Many stability and fault-tolerance fixes.
> > > >>>>>>
> > > >>>>>> Ignite.NET:
> > > >>>>>> * Added ASP.NET Output Cache provider.
> > > >>>>>> * Added ability to use .NET configuration in Apache.Ignite.exe.
> > > >>>>>> * Added ability to implement custom affinity functions.
> > > >>>>>> * Fixed a bug in IBinaryObjectBuilder causing type name to be
> > lost.
> > > >>>>>>
> > > >>>>>> Ignite CPP:
> > > >>>>>> * Marshalling performance improvements.
> > > >>>>>>
> > > >>>>>>
> > > >>>>>> 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%201.7%20AND%20status%20%3D%20closed
> > > >>>>>>
> > > >>>>>> DEVNOTES
> > > >>>>>>
> > > >>>>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_
> plain;f=DEVNOTES.txt;hb=refs/tags/
> > > >>>>>> 1.7.0-rc1
> > > >>>>>>
> > > >>>>>> RELEASENOTES
> > > >>>>>>
> > > >>>>>>
> > > >>>>
> > > >>>
> > > >>
> > >
> > https://git-wip-us.apache.org/repos/asf?p=ignite.git;a=blob_
> plain;f=RELEASE_NOTES.txt;hb=refs/tags/
> > > >>>>>> 1.7.0-rc1
> > > >>>>>>
> > > >>>>>> Please start voting.
> > > >>>>>>
> > > >>>>>> +1 - to accept Apache Ignite 1.7.0-rc1
> > > >>>>>> 0 - don't care either way
> > > >>>>>> -1 - DO NOT accept Apache Ignite 1.7.0-rc1 (explain why)
> > > >>>>>>
> > > >>>>>> This vote will go for 72 hours.
> > > >>>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>> --
> > > >>>>> Alexey Kuznetsov
> > > >>>>> GridGain Systems
> > > >>>>> www.gridgain.com
> > > >>>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>> --
> > > >>>> Alexey Kuznetsov
> > > >>>> GridGain Systems
> > > >>>> www.gridgain.com
> > > >>>>
> > > >>>
> > > >>
> > >
> > >
> >
>