Apache Ignite 1.9

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

Apache Ignite 1.9

dmagda
Igniters,

Looks like 2.0 will be slightly delayed since the community requires more time to make the new page memory architecture faster. At the same time we have a plenty of bug fixes and performance improvements that were merged or close to be merged into the master and ready to be released.

I propose to release all the changes we have in 1.9 close to the end of February.

According to the dev list discussions, we will be ready to release performance optimizations done by Yakov and Sam close to the end of 2016 and many SQL improvements driven by multiple folks.

In addition, this is what we might expect in 1.9:
- SQL execution over specific partitions (https://issues.apache.org/jira/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523>). Alexey Scherbakov.
- Spark version upgrade (https://issues.apache.org/jira/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710>). Anton V.
- Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526 <https://issues.apache.org/jira/browse/IGNITE-4526>). Manish Mishra.
- Rocket MQ data streamer (https://issues.apache.org/jira/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539>). Roman Shtykh.
- Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794 <https://issues.apache.org/jira/browse/IGNITE-1794>). Mykola Pereyma.
- .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <https://issues.apache.org/jira/browse/IGNITE-4045>). Pavel Tupitsyn.
- .NET Transaction Scope API (https://issues.apache.org/jira/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430>). Pavel Tupitsyn.
- C++ Continuous queries (https://issues.apache.org/jira/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443>). Igor Sapego.
- Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159 <https://issues.apache.org/jira/browse/IGNITE-4159>). Denis Magda.
- JDBC batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269>). Alexander Paschenko.
- Benchmarks automation (https://issues.apache.org/jira/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212>). Oleg Ostanin.

Guys, please confirm that you will be able to complete listed tasks by the middle or by 20th of February. Anything else that is not in the list?

BTW, is there anyone who can take a role of the release manager for 1.9?


Denis
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Pavel Tupitsyn
Regarding .NET:
* DML and TransactionScope are merged.
  Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
these soon.
* No other major features in .NET

Pavel

On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email]> wrote:

> Igniters,
>
> Looks like 2.0 will be slightly delayed since the community requires more
> time to make the new page memory architecture faster. At the same time we
> have a plenty of bug fixes and performance improvements that were merged or
> close to be merged into the master and ready to be released.
>
> I propose to release all the changes we have in 1.9 close to the end of
> February.
>
> According to the dev list discussions, we will be ready to release
> performance optimizations done by Yakov and Sam close to the end of 2016
> and many SQL improvements driven by multiple folks.
>
> In addition, this is what we might expect in 1.9:
> - SQL execution over specific partitions (https://issues.apache.org/
> jira/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523>).
> Alexey Scherbakov.
> - Spark version upgrade (https://issues.apache.org/jira/browse/IGNITE-3710
> <https://issues.apache.org/jira/browse/IGNITE-3710>). Anton V.
> - Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526 <
> https://issues.apache.org/jira/browse/IGNITE-4526>). Manish Mishra.
> - Rocket MQ data streamer (https://issues.apache.org/
> jira/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539>).
> Roman Shtykh.
> - Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794 <
> https://issues.apache.org/jira/browse/IGNITE-1794>). Mykola Pereyma.
> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <
> https://issues.apache.org/jira/browse/IGNITE-4045>). Pavel Tupitsyn.
> - .NET Transaction Scope API (https://issues.apache.org/
> jira/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430>).
> Pavel Tupitsyn.
> - C++ Continuous queries (https://issues.apache.org/
> jira/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443>).
> Igor Sapego.
> - Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159 <
> https://issues.apache.org/jira/browse/IGNITE-4159>). Denis Magda.
> - JDBC batch mode for DML (https://issues.apache.org/
> jira/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269>).
> Alexander Paschenko.
> - Benchmarks automation (https://issues.apache.org/jira/browse/IGNITE-4212
> <https://issues.apache.org/jira/browse/IGNITE-4212>). Oleg Ostanin.
>
> Guys, please confirm that you will be able to complete listed tasks by the
> middle or by 20th of February. Anything else that is not in the list?
>
> BTW, is there anyone who can take a role of the release manager for 1.9?
>
> —
> Denis
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Pavel Tupitsyn
Denis,

We found a problem with IGNITE-3430.
I've disabled the feature in master branch and reopened the ticket.
We should probably move this back to 2.0.

Pavel

On Wed, Feb 1, 2017 at 12:55 PM, Pavel Tupitsyn <[hidden email]>
wrote:

> Regarding .NET:
> * DML and TransactionScope are merged.
>   Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
> these soon.
> * No other major features in .NET
>
> Pavel
>
> On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email]> wrote:
>
>> Igniters,
>>
>> Looks like 2.0 will be slightly delayed since the community requires more
>> time to make the new page memory architecture faster. At the same time we
>> have a plenty of bug fixes and performance improvements that were merged or
>> close to be merged into the master and ready to be released.
>>
>> I propose to release all the changes we have in 1.9 close to the end of
>> February.
>>
>> According to the dev list discussions, we will be ready to release
>> performance optimizations done by Yakov and Sam close to the end of 2016
>> and many SQL improvements driven by multiple folks.
>>
>> In addition, this is what we might expect in 1.9:
>> - SQL execution over specific partitions (https://issues.apache.org/jir
>> a/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523>).
>> Alexey Scherbakov.
>> - Spark version upgrade (https://issues.apache.org/jir
>> a/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710>).
>> Anton V.
>> - Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526 <
>> https://issues.apache.org/jira/browse/IGNITE-4526>). Manish Mishra.
>> - Rocket MQ data streamer (https://issues.apache.org/jir
>> a/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539>).
>> Roman Shtykh.
>> - Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794
>> <https://issues.apache.org/jira/browse/IGNITE-1794>). Mykola Pereyma.
>> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <
>> https://issues.apache.org/jira/browse/IGNITE-4045>). Pavel Tupitsyn.
>> - .NET Transaction Scope API (https://issues.apache.org/jir
>> a/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430>).
>> Pavel Tupitsyn.
>> - C++ Continuous queries (https://issues.apache.org/jir
>> a/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443>).
>> Igor Sapego.
>> - Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159 <
>> https://issues.apache.org/jira/browse/IGNITE-4159>). Denis Magda.
>> - JDBC batch mode for DML (https://issues.apache.org/jir
>> a/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269>).
>> Alexander Paschenko.
>> - Benchmarks automation (https://issues.apache.org/jir
>> a/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212>).
>> Oleg Ostanin.
>>
>> Guys, please confirm that you will be able to complete listed tasks by
>> the middle or by 20th of February. Anything else that is not in the list?
>>
>> BTW, is there anyone who can take a role of the release manager for 1.9?
>>
>> —
>> Denis
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Pavel, thanks.

Ok, if you’re absolutely sure that IGNITE-3430 depends on IGNITE-3477 then makes sense to postpone the release of this feature.

Igniters, does anyone else ready to release new functionality or bug fixes under 1.9?


Denis

> On Feb 1, 2017, at 5:07 AM, Pavel Tupitsyn <[hidden email]> wrote:
>
> Denis,
>
> We found a problem with IGNITE-3430.
> I've disabled the feature in master branch and reopened the ticket.
> We should probably move this back to 2.0.
>
> Pavel
>
> On Wed, Feb 1, 2017 at 12:55 PM, Pavel Tupitsyn <[hidden email]>
> wrote:
>
>> Regarding .NET:
>> * DML and TransactionScope are merged.
>>  Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
>> these soon.
>> * No other major features in .NET
>>
>> Pavel
>>
>> On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email]> wrote:
>>
>>> Igniters,
>>>
>>> Looks like 2.0 will be slightly delayed since the community requires more
>>> time to make the new page memory architecture faster. At the same time we
>>> have a plenty of bug fixes and performance improvements that were merged or
>>> close to be merged into the master and ready to be released.
>>>
>>> I propose to release all the changes we have in 1.9 close to the end of
>>> February.
>>>
>>> According to the dev list discussions, we will be ready to release
>>> performance optimizations done by Yakov and Sam close to the end of 2016
>>> and many SQL improvements driven by multiple folks.
>>>
>>> In addition, this is what we might expect in 1.9:
>>> - SQL execution over specific partitions (https://issues.apache.org/jir
>>> a/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523>).
>>> Alexey Scherbakov.
>>> - Spark version upgrade (https://issues.apache.org/jir
>>> a/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710>).
>>> Anton V.
>>> - Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526 <
>>> https://issues.apache.org/jira/browse/IGNITE-4526>). Manish Mishra.
>>> - Rocket MQ data streamer (https://issues.apache.org/jir
>>> a/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539>).
>>> Roman Shtykh.
>>> - Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794
>>> <https://issues.apache.org/jira/browse/IGNITE-1794>). Mykola Pereyma.
>>> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <
>>> https://issues.apache.org/jira/browse/IGNITE-4045>). Pavel Tupitsyn.
>>> - .NET Transaction Scope API (https://issues.apache.org/jir
>>> a/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430>).
>>> Pavel Tupitsyn.
>>> - C++ Continuous queries (https://issues.apache.org/jir
>>> a/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443>).
>>> Igor Sapego.
>>> - Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159 <
>>> https://issues.apache.org/jira/browse/IGNITE-4159>). Denis Magda.
>>> - JDBC batch mode for DML (https://issues.apache.org/jir
>>> a/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269>).
>>> Alexander Paschenko.
>>> - Benchmarks automation (https://issues.apache.org/jir
>>> a/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212>).
>>> Oleg Ostanin.
>>>
>>> Guys, please confirm that you will be able to complete listed tasks by
>>> the middle or by 20th of February. Anything else that is not in the list?
>>>
>>> BTW, is there anyone who can take a role of the release manager for 1.9?
>>>
>>> —
>>> Denis
>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Manish Mishra
Hi,
I will be completing the proposed IGNITE - 4526 by the deadline. I will be
completing Java shared RDD example by 15th Feb. Thanks.
On Feb 2, 2017 1:09 AM, "Denis Magda" <[hidden email]> wrote:

> Pavel, thanks.
>
> Ok, if you’re absolutely sure that IGNITE-3430 depends on IGNITE-3477 then
> makes sense to postpone the release of this feature.
>
> Igniters, does anyone else ready to release new functionality or bug fixes
> under 1.9?
>
> —
> Denis
>
> > On Feb 1, 2017, at 5:07 AM, Pavel Tupitsyn <[hidden email]> wrote:
> >
> > Denis,
> >
> > We found a problem with IGNITE-3430.
> > I've disabled the feature in master branch and reopened the ticket.
> > We should probably move this back to 2.0.
> >
> > Pavel
> >
> > On Wed, Feb 1, 2017 at 12:55 PM, Pavel Tupitsyn <[hidden email]>
> > wrote:
> >
> >> Regarding .NET:
> >> * DML and TransactionScope are merged.
> >>  Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
> >> these soon.
> >> * No other major features in .NET
> >>
> >> Pavel
> >>
> >> On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email]>
> wrote:
> >>
> >>> Igniters,
> >>>
> >>> Looks like 2.0 will be slightly delayed since the community requires
> more
> >>> time to make the new page memory architecture faster. At the same time
> we
> >>> have a plenty of bug fixes and performance improvements that were
> merged or
> >>> close to be merged into the master and ready to be released.
> >>>
> >>> I propose to release all the changes we have in 1.9 close to the end of
> >>> February.
> >>>
> >>> According to the dev list discussions, we will be ready to release
> >>> performance optimizations done by Yakov and Sam close to the end of
> 2016
> >>> and many SQL improvements driven by multiple folks.
> >>>
> >>> In addition, this is what we might expect in 1.9:
> >>> - SQL execution over specific partitions (
> https://issues.apache.org/jir
> >>> a/browse/IGNITE-4523 <https://issues.apache.org/
> jira/browse/IGNITE-4523>).
> >>> Alexey Scherbakov.
> >>> - Spark version upgrade (https://issues.apache.org/jir
> >>> a/browse/IGNITE-3710 <https://issues.apache.org/
> jira/browse/IGNITE-3710>).
> >>> Anton V.
> >>> - Spark RDD Examples (https://issues.apache.org/
> jira/browse/IGNITE-4526 <
> >>> https://issues.apache.org/jira/browse/IGNITE-4526>). Manish Mishra.
> >>> - Rocket MQ data streamer (https://issues.apache.org/jir
> >>> a/browse/IGNITE-4539 <https://issues.apache.org/
> jira/browse/IGNITE-4539>).
> >>> Roman Shtykh.
> >>> - Hibernate 5 support (https://issues.apache.org/
> jira/browse/IGNITE-1794
> >>> <https://issues.apache.org/jira/browse/IGNITE-1794>). Mykola Pereyma.
> >>> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <
> >>> https://issues.apache.org/jira/browse/IGNITE-4045>). Pavel Tupitsyn.
> >>> - .NET Transaction Scope API (https://issues.apache.org/jir
> >>> a/browse/IGNITE-3430 <https://issues.apache.org/
> jira/browse/IGNITE-3430>).
> >>> Pavel Tupitsyn.
> >>> - C++ Continuous queries (https://issues.apache.org/jir
> >>> a/browse/IGNITE-1443 <https://issues.apache.org/
> jira/browse/IGNITE-1443>).
> >>> Igor Sapego.
> >>> - Kubernetes Support (https://issues.apache.org/
> jira/browse/IGNITE-4159 <
> >>> https://issues.apache.org/jira/browse/IGNITE-4159>). Denis Magda.
> >>> - JDBC batch mode for DML (https://issues.apache.org/jir
> >>> a/browse/IGNITE-4269 <https://issues.apache.org/
> jira/browse/IGNITE-4269>).
> >>> Alexander Paschenko.
> >>> - Benchmarks automation (https://issues.apache.org/jir
> >>> a/browse/IGNITE-4212 <https://issues.apache.org/
> jira/browse/IGNITE-4212>).
> >>> Oleg Ostanin.
> >>>
> >>> Guys, please confirm that you will be able to complete listed tasks by
> >>> the middle or by 20th of February. Anything else that is not in the
> list?
> >>>
> >>> BTW, is there anyone who can take a role of the release manager for
> 1.9?
> >>>
> >>> —
> >>> Denis
> >>
> >>
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Manish, wonderful news! Please ask me for review as before. Will do it with pleasure.


Denis

> On Feb 1, 2017, at 12:03 PM, Manish Mishra <[hidden email]> wrote:
>
> Hi,
> I will be completing the proposed IGNITE - 4526 by the deadline. I will be completing Java shared RDD example by 15th Feb. Thanks.
>
> On Feb 2, 2017 1:09 AM, "Denis Magda" <[hidden email] <mailto:[hidden email]>> wrote:
> Pavel, thanks.
>
> Ok, if you’re absolutely sure that IGNITE-3430 depends on IGNITE-3477 then makes sense to postpone the release of this feature.
>
> Igniters, does anyone else ready to release new functionality or bug fixes under 1.9?
>
> —
> Denis
>
> > On Feb 1, 2017, at 5:07 AM, Pavel Tupitsyn <[hidden email] <mailto:[hidden email]>> wrote:
> >
> > Denis,
> >
> > We found a problem with IGNITE-3430.
> > I've disabled the feature in master branch and reopened the ticket.
> > We should probably move this back to 2.0.
> >
> > Pavel
> >
> > On Wed, Feb 1, 2017 at 12:55 PM, Pavel Tupitsyn <[hidden email] <mailto:[hidden email]>>
> > wrote:
> >
> >> Regarding .NET:
> >> * DML and TransactionScope are merged.
> >>  Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
> >> these soon.
> >> * No other major features in .NET
> >>
> >> Pavel
> >>
> >> On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email] <mailto:[hidden email]>> wrote:
> >>
> >>> Igniters,
> >>>
> >>> Looks like 2.0 will be slightly delayed since the community requires more
> >>> time to make the new page memory architecture faster. At the same time we
> >>> have a plenty of bug fixes and performance improvements that were merged or
> >>> close to be merged into the master and ready to be released.
> >>>
> >>> I propose to release all the changes we have in 1.9 close to the end of
> >>> February.
> >>>
> >>> According to the dev list discussions, we will be ready to release
> >>> performance optimizations done by Yakov and Sam close to the end of 2016
> >>> and many SQL improvements driven by multiple folks.
> >>>
> >>> In addition, this is what we might expect in 1.9:
> >>> - SQL execution over specific partitions (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523>>).
> >>> Alexey Scherbakov.
> >>> - Spark version upgrade (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710>>).
> >>> Anton V.
> >>> - Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526 <https://issues.apache.org/jira/browse/IGNITE-4526> <
> >>> https://issues.apache.org/jira/browse/IGNITE-4526 <https://issues.apache.org/jira/browse/IGNITE-4526>>). Manish Mishra.
> >>> - Rocket MQ data streamer (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539>>).
> >>> Roman Shtykh.
> >>> - Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794 <https://issues.apache.org/jira/browse/IGNITE-1794>
> >>> <https://issues.apache.org/jira/browse/IGNITE-1794 <https://issues.apache.org/jira/browse/IGNITE-1794>>). Mykola Pereyma.
> >>> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <https://issues.apache.org/jira/browse/IGNITE-4045> <
> >>> https://issues.apache.org/jira/browse/IGNITE-4045 <https://issues.apache.org/jira/browse/IGNITE-4045>>). Pavel Tupitsyn.
> >>> - .NET Transaction Scope API (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430>>).
> >>> Pavel Tupitsyn.
> >>> - C++ Continuous queries (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443>>).
> >>> Igor Sapego.
> >>> - Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159 <https://issues.apache.org/jira/browse/IGNITE-4159> <
> >>> https://issues.apache.org/jira/browse/IGNITE-4159 <https://issues.apache.org/jira/browse/IGNITE-4159>>). Denis Magda.
> >>> - JDBC batch mode for DML (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269>>).
> >>> Alexander Paschenko.
> >>> - Benchmarks automation (https://issues.apache.org/jir <https://issues.apache.org/jir>
> >>> a/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212>>).
> >>> Oleg Ostanin.
> >>>
> >>> Guys, please confirm that you will be able to complete listed tasks by
> >>> the middle or by 20th of February. Anything else that is not in the list?
> >>>
> >>> BTW, is there anyone who can take a role of the release manager for 1.9?
> >>>
> >>> —
> >>> Denis
> >>
> >>
> >>
>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Pavel Tupitsyn
Denis,

Regarding IGNITE-3430 TransactionScope:
We have got to the bottom of the problem today and fixed it. All details
are in the ticket.
Feature is enabled in master branch again and will be included in 1.9.

Sorry for all that back-and-forth, just want to make sure that we don't
ship broken stuff :)

Pavel

On Wed, Feb 1, 2017 at 11:05 PM, Denis Magda <[hidden email]> wrote:

> Manish, wonderful news! Please ask me for review as before. Will do it
> with pleasure.
>
> —
> Denis
>
> > On Feb 1, 2017, at 12:03 PM, Manish Mishra <[hidden email]> wrote:
> >
> > Hi,
> > I will be completing the proposed IGNITE - 4526 by the deadline. I will
> be completing Java shared RDD example by 15th Feb. Thanks.
> >
> > On Feb 2, 2017 1:09 AM, "Denis Magda" <[hidden email] <mailto:
> [hidden email]>> wrote:
> > Pavel, thanks.
> >
> > Ok, if you’re absolutely sure that IGNITE-3430 depends on IGNITE-3477
> then makes sense to postpone the release of this feature.
> >
> > Igniters, does anyone else ready to release new functionality or bug
> fixes under 1.9?
> >
> > —
> > Denis
> >
> > > On Feb 1, 2017, at 5:07 AM, Pavel Tupitsyn <[hidden email]
> <mailto:[hidden email]>> wrote:
> > >
> > > Denis,
> > >
> > > We found a problem with IGNITE-3430.
> > > I've disabled the feature in master branch and reopened the ticket.
> > > We should probably move this back to 2.0.
> > >
> > > Pavel
> > >
> > > On Wed, Feb 1, 2017 at 12:55 PM, Pavel Tupitsyn <[hidden email]
> <mailto:[hidden email]>>
> > > wrote:
> > >
> > >> Regarding .NET:
> > >> * DML and TransactionScope are merged.
> > >>  Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
> > >> these soon.
> > >> * No other major features in .NET
> > >>
> > >> Pavel
> > >>
> > >> On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email]
> <mailto:[hidden email]>> wrote:
> > >>
> > >>> Igniters,
> > >>>
> > >>> Looks like 2.0 will be slightly delayed since the community requires
> more
> > >>> time to make the new page memory architecture faster. At the same
> time we
> > >>> have a plenty of bug fixes and performance improvements that were
> merged or
> > >>> close to be merged into the master and ready to be released.
> > >>>
> > >>> I propose to release all the changes we have in 1.9 close to the end
> of
> > >>> February.
> > >>>
> > >>> According to the dev list discussions, we will be ready to release
> > >>> performance optimizations done by Yakov and Sam close to the end of
> 2016
> > >>> and many SQL improvements driven by multiple folks.
> > >>>
> > >>> In addition, this is what we might expect in 1.9:
> > >>> - SQL execution over specific partitions (
> https://issues.apache.org/jir <https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-4523 <https://issues.apache.org/
> jira/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523
> >>).
> > >>> Alexey Scherbakov.
> > >>> - Spark version upgrade (https://issues.apache.org/jir <
> https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-3710 <https://issues.apache.org/
> jira/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710
> >>).
> > >>> Anton V.
> > >>> - Spark RDD Examples (https://issues.apache.org/
> jira/browse/IGNITE-4526 <https://issues.apache.org/jira/browse/IGNITE-4526>
> <
> > >>> https://issues.apache.org/jira/browse/IGNITE-4526 <
> https://issues.apache.org/jira/browse/IGNITE-4526>>). Manish Mishra.
> > >>> - Rocket MQ data streamer (https://issues.apache.org/jir <
> https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-4539 <https://issues.apache.org/
> jira/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539
> >>).
> > >>> Roman Shtykh.
> > >>> - Hibernate 5 support (https://issues.apache.org/
> jira/browse/IGNITE-1794 <https://issues.apache.org/jira/browse/IGNITE-1794
> >
> > >>> <https://issues.apache.org/jira/browse/IGNITE-1794 <
> https://issues.apache.org/jira/browse/IGNITE-1794>>). Mykola Pereyma.
> > >>> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <
> https://issues.apache.org/jira/browse/IGNITE-4045> <
> > >>> https://issues.apache.org/jira/browse/IGNITE-4045 <
> https://issues.apache.org/jira/browse/IGNITE-4045>>). Pavel Tupitsyn.
> > >>> - .NET Transaction Scope API (https://issues.apache.org/jir <
> https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-3430 <https://issues.apache.org/
> jira/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430
> >>).
> > >>> Pavel Tupitsyn.
> > >>> - C++ Continuous queries (https://issues.apache.org/jir <
> https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-1443 <https://issues.apache.org/
> jira/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443
> >>).
> > >>> Igor Sapego.
> > >>> - Kubernetes Support (https://issues.apache.org/
> jira/browse/IGNITE-4159 <https://issues.apache.org/jira/browse/IGNITE-4159>
> <
> > >>> https://issues.apache.org/jira/browse/IGNITE-4159 <
> https://issues.apache.org/jira/browse/IGNITE-4159>>). Denis Magda.
> > >>> - JDBC batch mode for DML (https://issues.apache.org/jir <
> https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-4269 <https://issues.apache.org/
> jira/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269
> >>).
> > >>> Alexander Paschenko.
> > >>> - Benchmarks automation (https://issues.apache.org/jir <
> https://issues.apache.org/jir>
> > >>> a/browse/IGNITE-4212 <https://issues.apache.org/
> jira/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212
> >>).
> > >>> Oleg Ostanin.
> > >>>
> > >>> Guys, please confirm that you will be able to complete listed tasks
> by
> > >>> the middle or by 20th of February. Anything else that is not in the
> list?
> > >>>
> > >>> BTW, is there anyone who can take a role of the release manager for
> 1.9?
> > >>>
> > >>> —
> > >>> Denis
> > >>
> > >>
> > >>
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Terrific, thanks Pave!


Denis

> On Feb 2, 2017, at 7:38 AM, Pavel Tupitsyn <[hidden email]> wrote:
>
> Denis,
>
> Regarding IGNITE-3430 TransactionScope:
> We have got to the bottom of the problem today and fixed it. All details
> are in the ticket.
> Feature is enabled in master branch again and will be included in 1.9.
>
> Sorry for all that back-and-forth, just want to make sure that we don't
> ship broken stuff :)
>
> Pavel
>
> On Wed, Feb 1, 2017 at 11:05 PM, Denis Magda <[hidden email]> wrote:
>
>> Manish, wonderful news! Please ask me for review as before. Will do it
>> with pleasure.
>>
>> —
>> Denis
>>
>>> On Feb 1, 2017, at 12:03 PM, Manish Mishra <[hidden email]> wrote:
>>>
>>> Hi,
>>> I will be completing the proposed IGNITE - 4526 by the deadline. I will
>> be completing Java shared RDD example by 15th Feb. Thanks.
>>>
>>> On Feb 2, 2017 1:09 AM, "Denis Magda" <[hidden email] <mailto:
>> [hidden email]>> wrote:
>>> Pavel, thanks.
>>>
>>> Ok, if you’re absolutely sure that IGNITE-3430 depends on IGNITE-3477
>> then makes sense to postpone the release of this feature.
>>>
>>> Igniters, does anyone else ready to release new functionality or bug
>> fixes under 1.9?
>>>
>>> —
>>> Denis
>>>
>>>> On Feb 1, 2017, at 5:07 AM, Pavel Tupitsyn <[hidden email]
>> <mailto:[hidden email]>> wrote:
>>>>
>>>> Denis,
>>>>
>>>> We found a problem with IGNITE-3430.
>>>> I've disabled the feature in master branch and reopened the ticket.
>>>> We should probably move this back to 2.0.
>>>>
>>>> Pavel
>>>>
>>>> On Wed, Feb 1, 2017 at 12:55 PM, Pavel Tupitsyn <[hidden email]
>> <mailto:[hidden email]>>
>>>> wrote:
>>>>
>>>>> Regarding .NET:
>>>>> * DML and TransactionScope are merged.
>>>>> Examples and docs for TransactionScope are TBD (IGNITE-4619), I'll do
>>>>> these soon.
>>>>> * No other major features in .NET
>>>>>
>>>>> Pavel
>>>>>
>>>>> On Tue, Jan 31, 2017 at 10:13 PM, Denis Magda <[hidden email]
>> <mailto:[hidden email]>> wrote:
>>>>>
>>>>>> Igniters,
>>>>>>
>>>>>> Looks like 2.0 will be slightly delayed since the community requires
>> more
>>>>>> time to make the new page memory architecture faster. At the same
>> time we
>>>>>> have a plenty of bug fixes and performance improvements that were
>> merged or
>>>>>> close to be merged into the master and ready to be released.
>>>>>>
>>>>>> I propose to release all the changes we have in 1.9 close to the end
>> of
>>>>>> February.
>>>>>>
>>>>>> According to the dev list discussions, we will be ready to release
>>>>>> performance optimizations done by Yakov and Sam close to the end of
>> 2016
>>>>>> and many SQL improvements driven by multiple folks.
>>>>>>
>>>>>> In addition, this is what we might expect in 1.9:
>>>>>> - SQL execution over specific partitions (
>> https://issues.apache.org/jir <https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-4523 <https://issues.apache.org/
>> jira/browse/IGNITE-4523 <https://issues.apache.org/jira/browse/IGNITE-4523
>>>> ).
>>>>>> Alexey Scherbakov.
>>>>>> - Spark version upgrade (https://issues.apache.org/jir <
>> https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-3710 <https://issues.apache.org/
>> jira/browse/IGNITE-3710 <https://issues.apache.org/jira/browse/IGNITE-3710
>>>> ).
>>>>>> Anton V.
>>>>>> - Spark RDD Examples (https://issues.apache.org/
>> jira/browse/IGNITE-4526 <https://issues.apache.org/jira/browse/IGNITE-4526>
>> <
>>>>>> https://issues.apache.org/jira/browse/IGNITE-4526 <
>> https://issues.apache.org/jira/browse/IGNITE-4526>>). Manish Mishra.
>>>>>> - Rocket MQ data streamer (https://issues.apache.org/jir <
>> https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-4539 <https://issues.apache.org/
>> jira/browse/IGNITE-4539 <https://issues.apache.org/jira/browse/IGNITE-4539
>>>> ).
>>>>>> Roman Shtykh.
>>>>>> - Hibernate 5 support (https://issues.apache.org/
>> jira/browse/IGNITE-1794 <https://issues.apache.org/jira/browse/IGNITE-1794
>>>
>>>>>> <https://issues.apache.org/jira/browse/IGNITE-1794 <
>> https://issues.apache.org/jira/browse/IGNITE-1794>>). Mykola Pereyma.
>>>>>> - .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045 <
>> https://issues.apache.org/jira/browse/IGNITE-4045> <
>>>>>> https://issues.apache.org/jira/browse/IGNITE-4045 <
>> https://issues.apache.org/jira/browse/IGNITE-4045>>). Pavel Tupitsyn.
>>>>>> - .NET Transaction Scope API (https://issues.apache.org/jir <
>> https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-3430 <https://issues.apache.org/
>> jira/browse/IGNITE-3430 <https://issues.apache.org/jira/browse/IGNITE-3430
>>>> ).
>>>>>> Pavel Tupitsyn.
>>>>>> - C++ Continuous queries (https://issues.apache.org/jir <
>> https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-1443 <https://issues.apache.org/
>> jira/browse/IGNITE-1443 <https://issues.apache.org/jira/browse/IGNITE-1443
>>>> ).
>>>>>> Igor Sapego.
>>>>>> - Kubernetes Support (https://issues.apache.org/
>> jira/browse/IGNITE-4159 <https://issues.apache.org/jira/browse/IGNITE-4159>
>> <
>>>>>> https://issues.apache.org/jira/browse/IGNITE-4159 <
>> https://issues.apache.org/jira/browse/IGNITE-4159>>). Denis Magda.
>>>>>> - JDBC batch mode for DML (https://issues.apache.org/jir <
>> https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-4269 <https://issues.apache.org/
>> jira/browse/IGNITE-4269 <https://issues.apache.org/jira/browse/IGNITE-4269
>>>> ).
>>>>>> Alexander Paschenko.
>>>>>> - Benchmarks automation (https://issues.apache.org/jir <
>> https://issues.apache.org/jir>
>>>>>> a/browse/IGNITE-4212 <https://issues.apache.org/
>> jira/browse/IGNITE-4212 <https://issues.apache.org/jira/browse/IGNITE-4212
>>>> ).
>>>>>> Oleg Ostanin.
>>>>>>
>>>>>> Guys, please confirm that you will be able to complete listed tasks
>> by
>>>>>> the middle or by 20th of February. Anything else that is not in the
>> list?
>>>>>>
>>>>>> BTW, is there anyone who can take a role of the release manager for
>> 1.9?
>>>>>>
>>>>>> —
>>>>>> Denis
>>>>>
>>>>>
>>>>>
>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Roman Shtykh
In reply to this post by dmagda
Denis,
RocketMQ data streamer implementation is almost ready. But there are no binaries in maven repositories now (it will be their 1st release under Apache license). The release is very close to starting voting for, so hopefully it can be done in the middle of February.
Roman


    On Wednesday, February 1, 2017 4:13 AM, Denis Magda <[hidden email]> wrote:
 

 Igniters,
Looks like 2.0 will be slightly delayed since the community requires more time to make the new page memory architecture faster. At the same time we have a plenty of bug fixes and performance improvements that were merged or close to be merged into the master and ready to be released.
I propose to release all the changes we have in 1.9 close to the end of February.
According to the dev list discussions, we will be ready to release performance optimizations done by Yakov and Sam close to the end of 2016 and many SQL improvements driven by multiple folks.
In addition, this is what we might expect in 1.9:- SQL execution over specific partitions (https://issues.apache.org/jira/browse/IGNITE-4523). Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.- Rocket MQ data streamer (https://issues.apache.org/jira/browse/IGNITE-4539). Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.- .NET Transaction Scope API (https://issues.apache.org/jira/browse/IGNITE-3430). Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.- JDBC batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269). Alexander Paschenko.- Benchmarks automation (https://issues.apache.org/jira/browse/IGNITE-4212). Oleg Ostanin.
Guys, please confirm that you will be able to complete listed tasks by the middle or by 20th of February. Anything else that is not in the list?
BTW, is there anyone who can take a role of the release manager for 1.9?
—Denis

   
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Excellent news Roman! Please keep us posted.


Denis

> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]> wrote:
>
> Denis,
> RocketMQ data streamer implementation is almost ready. But there are no binaries in maven repositories now (it will be their 1st release under Apache license). The release is very close to starting voting for, so hopefully it can be done in the middle of February.
> Roman
>
>
>    On Wednesday, February 1, 2017 4:13 AM, Denis Magda <[hidden email]> wrote:
>
>
> Igniters,
> Looks like 2.0 will be slightly delayed since the community requires more time to make the new page memory architecture faster. At the same time we have a plenty of bug fixes and performance improvements that were merged or close to be merged into the master and ready to be released.
> I propose to release all the changes we have in 1.9 close to the end of February.
> According to the dev list discussions, we will be ready to release performance optimizations done by Yakov and Sam close to the end of 2016 and many SQL improvements driven by multiple folks.
> In addition, this is what we might expect in 1.9:- SQL execution over specific partitions (https://issues.apache.org/jira/browse/IGNITE-4523). Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.- Rocket MQ data streamer (https://issues.apache.org/jira/browse/IGNITE-4539). Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.- .NET Transaction Scope API (https://issues.apache.org/jira/browse/IGNITE-3430). Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.- JDBC batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269). Alexander Paschenko.- Benchmarks automation (https://issues.apache.org/jira/browse/IGNITE-4212). Oleg Ostanin.
> Guys, please confirm that you will be able to complete listed tasks by the middle or by 20th of February. Anything else that is not in the list?
> BTW, is there anyone who can take a role of the release manager for 1.9?
> —Denis
>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Anton Vinogradov-2
Igniters,

We're on a half way to Ignite 1.9.
Development phase will be finished 17th of February.

Here <https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+1.9> is
a status page for upcoming release.

According to this page we have some Issues we *especially *expect in 1.9:

IGNITE-4106 SQL: parallelize sql queries over cache local partitions Andrew
Mashenkov
IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
IGNITE-4539 RocketMQ data streamer Roman Shtykh
IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg Ostanin
IGNITE-4523 Allow distributed SQL query execution over explicit set of
partitions Alexei Scherbakov
IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
IGNITE-4169 Data streamer mode for DML Alexander Paschenko
IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego, seems
you're the best person)
IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes Denis
Magda
IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma

Guys, please confirm that you will be able to complete listed tasks by 17th
of February.


On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]> wrote:

> Excellent news Roman! Please keep us posted.
>
> —
> Denis
>
> > On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]>
> wrote:
> >
> > Denis,
> > RocketMQ data streamer implementation is almost ready. But there are no
> binaries in maven repositories now (it will be their 1st release under
> Apache license). The release is very close to starting voting for, so
> hopefully it can be done in the middle of February.
> > Roman
> >
> >
> >    On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> [hidden email]> wrote:
> >
> >
> > Igniters,
> > Looks like 2.0 will be slightly delayed since the community requires
> more time to make the new page memory architecture faster. At the same time
> we have a plenty of bug fixes and performance improvements that were merged
> or close to be merged into the master and ready to be released.
> > I propose to release all the changes we have in 1.9 close to the end of
> February.
> > According to the dev list discussions, we will be ready to release
> performance optimizations done by Yakov and Sam close to the end of 2016
> and many SQL improvements driven by multiple folks.
> > In addition, this is what we might expect in 1.9:- SQL execution over
> specific partitions (https://issues.apache.org/jira/browse/IGNITE-4523).
> Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/
> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
> Rocket MQ data streamer (https://issues.apache.org/jira/browse/IGNITE-4539).
> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.- .NET
> Transaction Scope API (https://issues.apache.org/jira/browse/IGNITE-3430).
> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.- JDBC
> batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269).
> Alexander Paschenko.- Benchmarks automation (https://issues.apache.org/
> jira/browse/IGNITE-4212). Oleg Ostanin.
> > Guys, please confirm that you will be able to complete listed tasks by
> the middle or by 20th of February. Anything else that is not in the list?
> > BTW, is there anyone who can take a role of the release manager for 1.9?
> > —Denis
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Anton,

You can expect Kubernetes support from me in time.


Denis

> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]> wrote:
>
> Igniters,
>
> We're on a half way to Ignite 1.9.
> Development phase will be finished 17th of February.
>
> Here <https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+1.9> is
> a status page for upcoming release.
>
> According to this page we have some Issues we *especially *expect in 1.9:
>
> IGNITE-4106 SQL: parallelize sql queries over cache local partitions Andrew
> Mashenkov
> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> IGNITE-4539 RocketMQ data streamer Roman Shtykh
> IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg Ostanin
> IGNITE-4523 Allow distributed SQL query execution over explicit set of
> partitions Alexei Scherbakov
> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego, seems
> you're the best person)
> IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes Denis
> Magda
> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
>
> Guys, please confirm that you will be able to complete listed tasks by 17th
> of February.
>
>
> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]> wrote:
>
>> Excellent news Roman! Please keep us posted.
>>
>> —
>> Denis
>>
>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]>
>> wrote:
>>>
>>> Denis,
>>> RocketMQ data streamer implementation is almost ready. But there are no
>> binaries in maven repositories now (it will be their 1st release under
>> Apache license). The release is very close to starting voting for, so
>> hopefully it can be done in the middle of February.
>>> Roman
>>>
>>>
>>>   On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
>> [hidden email]> wrote:
>>>
>>>
>>> Igniters,
>>> Looks like 2.0 will be slightly delayed since the community requires
>> more time to make the new page memory architecture faster. At the same time
>> we have a plenty of bug fixes and performance improvements that were merged
>> or close to be merged into the master and ready to be released.
>>> I propose to release all the changes we have in 1.9 close to the end of
>> February.
>>> According to the dev list discussions, we will be ready to release
>> performance optimizations done by Yakov and Sam close to the end of 2016
>> and many SQL improvements driven by multiple folks.
>>> In addition, this is what we might expect in 1.9:- SQL execution over
>> specific partitions (https://issues.apache.org/jira/browse/IGNITE-4523).
>> Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/
>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
>> Rocket MQ data streamer (https://issues.apache.org/jira/browse/IGNITE-4539).
>> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.- .NET
>> Transaction Scope API (https://issues.apache.org/jira/browse/IGNITE-3430).
>> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.- JDBC
>> batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269).
>> Alexander Paschenko.- Benchmarks automation (https://issues.apache.org/
>> jira/browse/IGNITE-4212). Oleg Ostanin.
>>> Guys, please confirm that you will be able to complete listed tasks by
>> the middle or by 20th of February. Anything else that is not in the list?
>>> BTW, is there anyone who can take a role of the release manager for 1.9?
>>> —Denis
>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Sergey Kalashnikov
Anton,

Here is the status for IGNITE-4523.
The work is completed, tests are OK.
Most of the changes were made by Alexey and were reviewed.
I only authored few last commits for which I would appreciate a review.
The PR is https://github.com/apache/ignite/pull/1508

Thank you
--
Sergey



2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:

> Anton,
>
> You can expect Kubernetes support from me in time.
>
> —
> Denis
>
> > On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]> wrote:
> >
> > Igniters,
> >
> > We're on a half way to Ignite 1.9.
> > Development phase will be finished 17th of February.
> >
> > Here <https://cwiki.apache.org/confluence/display/IGNITE/
> Apache+Ignite+1.9> is
> > a status page for upcoming release.
> >
> > According to this page we have some Issues we *especially *expect in 1.9:
> >
> > IGNITE-4106 SQL: parallelize sql queries over cache local partitions
> Andrew
> > Mashenkov
> > IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> > IGNITE-4539 RocketMQ data streamer Roman Shtykh
> > IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg
> Ostanin
> > IGNITE-4523 Allow distributed SQL query execution over explicit set of
> > partitions Alexei Scherbakov
> > IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> > IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> > IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego,
> seems
> > you're the best person)
> > IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes
> Denis
> > Magda
> > IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> > IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
> > IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
> >
> > Guys, please confirm that you will be able to complete listed tasks by
> 17th
> > of February.
> >
> >
> > On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]> wrote:
> >
> >> Excellent news Roman! Please keep us posted.
> >>
> >> —
> >> Denis
> >>
> >>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]>
> >> wrote:
> >>>
> >>> Denis,
> >>> RocketMQ data streamer implementation is almost ready. But there are no
> >> binaries in maven repositories now (it will be their 1st release under
> >> Apache license). The release is very close to starting voting for, so
> >> hopefully it can be done in the middle of February.
> >>> Roman
> >>>
> >>>
> >>>   On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> >> [hidden email]> wrote:
> >>>
> >>>
> >>> Igniters,
> >>> Looks like 2.0 will be slightly delayed since the community requires
> >> more time to make the new page memory architecture faster. At the same
> time
> >> we have a plenty of bug fixes and performance improvements that were
> merged
> >> or close to be merged into the master and ready to be released.
> >>> I propose to release all the changes we have in 1.9 close to the end of
> >> February.
> >>> According to the dev list discussions, we will be ready to release
> >> performance optimizations done by Yakov and Sam close to the end of 2016
> >> and many SQL improvements driven by multiple folks.
> >>> In addition, this is what we might expect in 1.9:- SQL execution over
> >> specific partitions (https://issues.apache.org/jira/browse/IGNITE-4523
> ).
> >> Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/
> >> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> >> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
> >> Rocket MQ data streamer (https://issues.apache.org/
> jira/browse/IGNITE-4539).
> >> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
> >> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> >> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.-
> .NET
> >> Transaction Scope API (https://issues.apache.org/
> jira/browse/IGNITE-3430).
> >> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
> >> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> >> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.- JDBC
> >> batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269).
> >> Alexander Paschenko.- Benchmarks automation (https://issues.apache.org/
> >> jira/browse/IGNITE-4212). Oleg Ostanin.
> >>> Guys, please confirm that you will be able to complete listed tasks by
> >> the middle or by 20th of February. Anything else that is not in the
> list?
> >>> BTW, is there anyone who can take a role of the release manager for
> 1.9?
> >>> —Denis
> >>>
> >>
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Anton Vinogradov
Igniters,

We're starting release stabilization process.
Branch 1.9 created and equals to master branch right now.

Please make sure that your changes will be merged to both branches:
*ignite-1.9* and *master*.

On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <[hidden email]>
wrote:

> Anton,
>
> Here is the status for IGNITE-4523.
> The work is completed, tests are OK.
> Most of the changes were made by Alexey and were reviewed.
> I only authored few last commits for which I would appreciate a review.
> The PR is https://github.com/apache/ignite/pull/1508
>
> Thank you
> --
> Sergey
>
>
>
> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
>
> > Anton,
> >
> > You can expect Kubernetes support from me in time.
> >
> > —
> > Denis
> >
> > > On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]> wrote:
> > >
> > > Igniters,
> > >
> > > We're on a half way to Ignite 1.9.
> > > Development phase will be finished 17th of February.
> > >
> > > Here <https://cwiki.apache.org/confluence/display/IGNITE/
> > Apache+Ignite+1.9> is
> > > a status page for upcoming release.
> > >
> > > According to this page we have some Issues we *especially *expect in
> 1.9:
> > >
> > > IGNITE-4106 SQL: parallelize sql queries over cache local partitions
> > Andrew
> > > Mashenkov
> > > IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> > > IGNITE-4539 RocketMQ data streamer Roman Shtykh
> > > IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg
> > Ostanin
> > > IGNITE-4523 Allow distributed SQL query execution over explicit set of
> > > partitions Alexei Scherbakov
> > > IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> > > IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> > > IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego,
> > seems
> > > you're the best person)
> > > IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes
> > Denis
> > > Magda
> > > IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> > > IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
> > > IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
> > >
> > > Guys, please confirm that you will be able to complete listed tasks by
> > 17th
> > > of February.
> > >
> > >
> > > On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]> wrote:
> > >
> > >> Excellent news Roman! Please keep us posted.
> > >>
> > >> —
> > >> Denis
> > >>
> > >>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]>
> > >> wrote:
> > >>>
> > >>> Denis,
> > >>> RocketMQ data streamer implementation is almost ready. But there are
> no
> > >> binaries in maven repositories now (it will be their 1st release under
> > >> Apache license). The release is very close to starting voting for, so
> > >> hopefully it can be done in the middle of February.
> > >>> Roman
> > >>>
> > >>>
> > >>>   On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> > >> [hidden email]> wrote:
> > >>>
> > >>>
> > >>> Igniters,
> > >>> Looks like 2.0 will be slightly delayed since the community requires
> > >> more time to make the new page memory architecture faster. At the same
> > time
> > >> we have a plenty of bug fixes and performance improvements that were
> > merged
> > >> or close to be merged into the master and ready to be released.
> > >>> I propose to release all the changes we have in 1.9 close to the end
> of
> > >> February.
> > >>> According to the dev list discussions, we will be ready to release
> > >> performance optimizations done by Yakov and Sam close to the end of
> 2016
> > >> and many SQL improvements driven by multiple folks.
> > >>> In addition, this is what we might expect in 1.9:- SQL execution over
> > >> specific partitions (https://issues.apache.org/
> jira/browse/IGNITE-4523
> > ).
> > >> Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/
> > >> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> > >> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
> > >> Rocket MQ data streamer (https://issues.apache.org/
> > jira/browse/IGNITE-4539).
> > >> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
> > >> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> > >> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.-
> > .NET
> > >> Transaction Scope API (https://issues.apache.org/
> > jira/browse/IGNITE-3430).
> > >> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
> > >> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> > >> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.-
> JDBC
> > >> batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269
> ).
> > >> Alexander Paschenko.- Benchmarks automation (
> https://issues.apache.org/
> > >> jira/browse/IGNITE-4212). Oleg Ostanin.
> > >>> Guys, please confirm that you will be able to complete listed tasks
> by
> > >> the middle or by 20th of February. Anything else that is not in the
> > list?
> > >>> BTW, is there anyone who can take a role of the release manager for
> > 1.9?
> > >>> —Denis
> > >>>
> > >>
> > >>
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Do I merge to the master first and then cherry-pick to 1.9 from there?


Denis

> On Feb 13, 2017, at 8:21 AM, Anton Vinogradov <[hidden email]> wrote:
>
> Igniters,
>
> We're starting release stabilization process.
> Branch 1.9 created and equals to master branch right now.
>
> Please make sure that your changes will be merged to both branches:
> *ignite-1.9* and *master*.
>
> On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <[hidden email]>
> wrote:
>
>> Anton,
>>
>> Here is the status for IGNITE-4523.
>> The work is completed, tests are OK.
>> Most of the changes were made by Alexey and were reviewed.
>> I only authored few last commits for which I would appreciate a review.
>> The PR is https://github.com/apache/ignite/pull/1508
>>
>> Thank you
>> --
>> Sergey
>>
>>
>>
>> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
>>
>>> Anton,
>>>
>>> You can expect Kubernetes support from me in time.
>>>
>>> —
>>> Denis
>>>
>>>> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]> wrote:
>>>>
>>>> Igniters,
>>>>
>>>> We're on a half way to Ignite 1.9.
>>>> Development phase will be finished 17th of February.
>>>>
>>>> Here <https://cwiki.apache.org/confluence/display/IGNITE/
>>> Apache+Ignite+1.9> is
>>>> a status page for upcoming release.
>>>>
>>>> According to this page we have some Issues we *especially *expect in
>> 1.9:
>>>>
>>>> IGNITE-4106 SQL: parallelize sql queries over cache local partitions
>>> Andrew
>>>> Mashenkov
>>>> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
>>>> IGNITE-4539 RocketMQ data streamer Roman Shtykh
>>>> IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg
>>> Ostanin
>>>> IGNITE-4523 Allow distributed SQL query execution over explicit set of
>>>> partitions Alexei Scherbakov
>>>> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
>>>> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
>>>> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego,
>>> seems
>>>> you're the best person)
>>>> IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes
>>> Denis
>>>> Magda
>>>> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
>>>> IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
>>>> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
>>>>
>>>> Guys, please confirm that you will be able to complete listed tasks by
>>> 17th
>>>> of February.
>>>>
>>>>
>>>> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]> wrote:
>>>>
>>>>> Excellent news Roman! Please keep us posted.
>>>>>
>>>>> —
>>>>> Denis
>>>>>
>>>>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]>
>>>>> wrote:
>>>>>>
>>>>>> Denis,
>>>>>> RocketMQ data streamer implementation is almost ready. But there are
>> no
>>>>> binaries in maven repositories now (it will be their 1st release under
>>>>> Apache license). The release is very close to starting voting for, so
>>>>> hopefully it can be done in the middle of February.
>>>>>> Roman
>>>>>>
>>>>>>
>>>>>>  On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
>>>>> [hidden email]> wrote:
>>>>>>
>>>>>>
>>>>>> Igniters,
>>>>>> Looks like 2.0 will be slightly delayed since the community requires
>>>>> more time to make the new page memory architecture faster. At the same
>>> time
>>>>> we have a plenty of bug fixes and performance improvements that were
>>> merged
>>>>> or close to be merged into the master and ready to be released.
>>>>>> I propose to release all the changes we have in 1.9 close to the end
>> of
>>>>> February.
>>>>>> According to the dev list discussions, we will be ready to release
>>>>> performance optimizations done by Yakov and Sam close to the end of
>> 2016
>>>>> and many SQL improvements driven by multiple folks.
>>>>>> In addition, this is what we might expect in 1.9:- SQL execution over
>>>>> specific partitions (https://issues.apache.org/
>> jira/browse/IGNITE-4523
>>> ).
>>>>> Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/
>>>>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
>>>>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
>>>>> Rocket MQ data streamer (https://issues.apache.org/
>>> jira/browse/IGNITE-4539).
>>>>> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
>>>>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
>>>>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.-
>>> .NET
>>>>> Transaction Scope API (https://issues.apache.org/
>>> jira/browse/IGNITE-3430).
>>>>> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
>>>>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
>>>>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.-
>> JDBC
>>>>> batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269
>> ).
>>>>> Alexander Paschenko.- Benchmarks automation (
>> https://issues.apache.org/
>>>>> jira/browse/IGNITE-4212). Oleg Ostanin.
>>>>>> Guys, please confirm that you will be able to complete listed tasks
>> by
>>>>> the middle or by 20th of February. Anything else that is not in the
>>> list?
>>>>>> BTW, is there anyone who can take a role of the release manager for
>>> 1.9?
>>>>>> —Denis
>>>>>>
>>>>>
>>>>>
>>>
>>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dmagda
Well, merged Kubernetes integration to the master and cherry-picked to 1.9. The docs and getting started for readme.io to be done soon.


Denis

> On Feb 13, 2017, at 9:10 AM, Denis Magda <[hidden email]> wrote:
>
> Do I merge to the master first and then cherry-pick to 1.9 from there?
>
> —
> Denis
>
>> On Feb 13, 2017, at 8:21 AM, Anton Vinogradov <[hidden email]> wrote:
>>
>> Igniters,
>>
>> We're starting release stabilization process.
>> Branch 1.9 created and equals to master branch right now.
>>
>> Please make sure that your changes will be merged to both branches:
>> *ignite-1.9* and *master*.
>>
>> On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <[hidden email]>
>> wrote:
>>
>>> Anton,
>>>
>>> Here is the status for IGNITE-4523.
>>> The work is completed, tests are OK.
>>> Most of the changes were made by Alexey and were reviewed.
>>> I only authored few last commits for which I would appreciate a review.
>>> The PR is https://github.com/apache/ignite/pull/1508
>>>
>>> Thank you
>>> --
>>> Sergey
>>>
>>>
>>>
>>> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
>>>
>>>> Anton,
>>>>
>>>> You can expect Kubernetes support from me in time.
>>>>
>>>> —
>>>> Denis
>>>>
>>>>> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]> wrote:
>>>>>
>>>>> Igniters,
>>>>>
>>>>> We're on a half way to Ignite 1.9.
>>>>> Development phase will be finished 17th of February.
>>>>>
>>>>> Here <https://cwiki.apache.org/confluence/display/IGNITE/
>>>> Apache+Ignite+1.9> is
>>>>> a status page for upcoming release.
>>>>>
>>>>> According to this page we have some Issues we *especially *expect in
>>> 1.9:
>>>>>
>>>>> IGNITE-4106 SQL: parallelize sql queries over cache local partitions
>>>> Andrew
>>>>> Mashenkov
>>>>> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
>>>>> IGNITE-4539 RocketMQ data streamer Roman Shtykh
>>>>> IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg
>>>> Ostanin
>>>>> IGNITE-4523 Allow distributed SQL query execution over explicit set of
>>>>> partitions Alexei Scherbakov
>>>>> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
>>>>> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
>>>>> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego,
>>>> seems
>>>>> you're the best person)
>>>>> IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes
>>>> Denis
>>>>> Magda
>>>>> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
>>>>> IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
>>>>> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
>>>>>
>>>>> Guys, please confirm that you will be able to complete listed tasks by
>>>> 17th
>>>>> of February.
>>>>>
>>>>>
>>>>> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]> wrote:
>>>>>
>>>>>> Excellent news Roman! Please keep us posted.
>>>>>>
>>>>>> —
>>>>>> Denis
>>>>>>
>>>>>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]>
>>>>>> wrote:
>>>>>>>
>>>>>>> Denis,
>>>>>>> RocketMQ data streamer implementation is almost ready. But there are
>>> no
>>>>>> binaries in maven repositories now (it will be their 1st release under
>>>>>> Apache license). The release is very close to starting voting for, so
>>>>>> hopefully it can be done in the middle of February.
>>>>>>> Roman
>>>>>>>
>>>>>>>
>>>>>>> On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
>>>>>> [hidden email]> wrote:
>>>>>>>
>>>>>>>
>>>>>>> Igniters,
>>>>>>> Looks like 2.0 will be slightly delayed since the community requires
>>>>>> more time to make the new page memory architecture faster. At the same
>>>> time
>>>>>> we have a plenty of bug fixes and performance improvements that were
>>>> merged
>>>>>> or close to be merged into the master and ready to be released.
>>>>>>> I propose to release all the changes we have in 1.9 close to the end
>>> of
>>>>>> February.
>>>>>>> According to the dev list discussions, we will be ready to release
>>>>>> performance optimizations done by Yakov and Sam close to the end of
>>> 2016
>>>>>> and many SQL improvements driven by multiple folks.
>>>>>>> In addition, this is what we might expect in 1.9:- SQL execution over
>>>>>> specific partitions (https://issues.apache.org/
>>> jira/browse/IGNITE-4523
>>>> ).
>>>>>> Alexey Scherbakov.- Spark version upgrade (https://issues.apache.org/
>>>>>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
>>>>>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
>>>>>> Rocket MQ data streamer (https://issues.apache.org/
>>>> jira/browse/IGNITE-4539).
>>>>>> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
>>>>>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
>>>>>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel Tupitsyn.-
>>>> .NET
>>>>>> Transaction Scope API (https://issues.apache.org/
>>>> jira/browse/IGNITE-3430).
>>>>>> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
>>>>>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
>>>>>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.-
>>> JDBC
>>>>>> batch mode for DML (https://issues.apache.org/jira/browse/IGNITE-4269
>>> ).
>>>>>> Alexander Paschenko.- Benchmarks automation (
>>> https://issues.apache.org/
>>>>>> jira/browse/IGNITE-4212). Oleg Ostanin.
>>>>>>> Guys, please confirm that you will be able to complete listed tasks
>>> by
>>>>>> the middle or by 20th of February. Anything else that is not in the
>>>> list?
>>>>>>> BTW, is there anyone who can take a role of the release manager for
>>>> 1.9?
>>>>>>> —Denis
>>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

dsetrakyan
Thanks, Denis!

On Mon, Feb 13, 2017 at 5:49 PM, Denis Magda <[hidden email]> wrote:

> Well, merged Kubernetes integration to the master and cherry-picked to
> 1.9. The docs and getting started for readme.io to be done soon.
>
> —
> Denis
>
> > On Feb 13, 2017, at 9:10 AM, Denis Magda <[hidden email]> wrote:
> >
> > Do I merge to the master first and then cherry-pick to 1.9 from there?
> >
> > —
> > Denis
> >
> >> On Feb 13, 2017, at 8:21 AM, Anton Vinogradov <[hidden email]>
> wrote:
> >>
> >> Igniters,
> >>
> >> We're starting release stabilization process.
> >> Branch 1.9 created and equals to master branch right now.
> >>
> >> Please make sure that your changes will be merged to both branches:
> >> *ignite-1.9* and *master*.
> >>
> >> On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <
> [hidden email]>
> >> wrote:
> >>
> >>> Anton,
> >>>
> >>> Here is the status for IGNITE-4523.
> >>> The work is completed, tests are OK.
> >>> Most of the changes were made by Alexey and were reviewed.
> >>> I only authored few last commits for which I would appreciate a review.
> >>> The PR is https://github.com/apache/ignite/pull/1508
> >>>
> >>> Thank you
> >>> --
> >>> Sergey
> >>>
> >>>
> >>>
> >>> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
> >>>
> >>>> Anton,
> >>>>
> >>>> You can expect Kubernetes support from me in time.
> >>>>
> >>>> —
> >>>> Denis
> >>>>
> >>>>> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]> wrote:
> >>>>>
> >>>>> Igniters,
> >>>>>
> >>>>> We're on a half way to Ignite 1.9.
> >>>>> Development phase will be finished 17th of February.
> >>>>>
> >>>>> Here <https://cwiki.apache.org/confluence/display/IGNITE/
> >>>> Apache+Ignite+1.9> is
> >>>>> a status page for upcoming release.
> >>>>>
> >>>>> According to this page we have some Issues we *especially *expect in
> >>> 1.9:
> >>>>>
> >>>>> IGNITE-4106 SQL: parallelize sql queries over cache local partitions
> >>>> Andrew
> >>>>> Mashenkov
> >>>>> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> >>>>> IGNITE-4539 RocketMQ data streamer Roman Shtykh
> >>>>> IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg
> >>>> Ostanin
> >>>>> IGNITE-4523 Allow distributed SQL query execution over explicit set
> of
> >>>>> partitions Alexei Scherbakov
> >>>>> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> >>>>> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> >>>>> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor Sapego,
> >>>> seems
> >>>>> you're the best person)
> >>>>> IGNITE-4159 Cloud Native Deployment of Apache Ignite using Kubernetes
> >>>> Denis
> >>>>> Magda
> >>>>> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> >>>>> IGNITE-4674 Ignite Web Console: Support DML queries Alexey Kuznetsov
> >>>>> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
> >>>>>
> >>>>> Guys, please confirm that you will be able to complete listed tasks
> by
> >>>> 17th
> >>>>> of February.
> >>>>>
> >>>>>
> >>>>> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]>
> wrote:
> >>>>>
> >>>>>> Excellent news Roman! Please keep us posted.
> >>>>>>
> >>>>>> —
> >>>>>> Denis
> >>>>>>
> >>>>>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh <[hidden email]
> >
> >>>>>> wrote:
> >>>>>>>
> >>>>>>> Denis,
> >>>>>>> RocketMQ data streamer implementation is almost ready. But there
> are
> >>> no
> >>>>>> binaries in maven repositories now (it will be their 1st release
> under
> >>>>>> Apache license). The release is very close to starting voting for,
> so
> >>>>>> hopefully it can be done in the middle of February.
> >>>>>>> Roman
> >>>>>>>
> >>>>>>>
> >>>>>>> On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> >>>>>> [hidden email]> wrote:
> >>>>>>>
> >>>>>>>
> >>>>>>> Igniters,
> >>>>>>> Looks like 2.0 will be slightly delayed since the community
> requires
> >>>>>> more time to make the new page memory architecture faster. At the
> same
> >>>> time
> >>>>>> we have a plenty of bug fixes and performance improvements that were
> >>>> merged
> >>>>>> or close to be merged into the master and ready to be released.
> >>>>>>> I propose to release all the changes we have in 1.9 close to the
> end
> >>> of
> >>>>>> February.
> >>>>>>> According to the dev list discussions, we will be ready to release
> >>>>>> performance optimizations done by Yakov and Sam close to the end of
> >>> 2016
> >>>>>> and many SQL improvements driven by multiple folks.
> >>>>>>> In addition, this is what we might expect in 1.9:- SQL execution
> over
> >>>>>> specific partitions (https://issues.apache.org/
> >>> jira/browse/IGNITE-4523
> >>>> ).
> >>>>>> Alexey Scherbakov.- Spark version upgrade (
> https://issues.apache.org/
> >>>>>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> >>>>>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish Mishra.-
> >>>>>> Rocket MQ data streamer (https://issues.apache.org/
> >>>> jira/browse/IGNITE-4539).
> >>>>>> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
> >>>>>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> >>>>>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel
> Tupitsyn.-
> >>>> .NET
> >>>>>> Transaction Scope API (https://issues.apache.org/
> >>>> jira/browse/IGNITE-3430).
> >>>>>> Pavel Tupitsyn.- C++ Continuous queries (https://issues.apache.org/
> >>>>>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> >>>>>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.-
> >>> JDBC
> >>>>>> batch mode for DML (https://issues.apache.org/
> jira/browse/IGNITE-4269
> >>> ).
> >>>>>> Alexander Paschenko.- Benchmarks automation (
> >>> https://issues.apache.org/
> >>>>>> jira/browse/IGNITE-4212). Oleg Ostanin.
> >>>>>>> Guys, please confirm that you will be able to complete listed tasks
> >>> by
> >>>>>> the middle or by 20th of February. Anything else that is not in the
> >>>> list?
> >>>>>>> BTW, is there anyone who can take a role of the release manager for
> >>>> 1.9?
> >>>>>>> —Denis
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>
> >>>>
> >>>
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Anton Vinogradov
Denis,

Merge to the master first and then cherry-pick to 1.9 from there is a *correct
*case.

On Tue, Feb 14, 2017 at 5:24 AM, Dmitriy Setrakyan <[hidden email]>
wrote:

> Thanks, Denis!
>
> On Mon, Feb 13, 2017 at 5:49 PM, Denis Magda <[hidden email]> wrote:
>
> > Well, merged Kubernetes integration to the master and cherry-picked to
> > 1.9. The docs and getting started for readme.io to be done soon.
> >
> > —
> > Denis
> >
> > > On Feb 13, 2017, at 9:10 AM, Denis Magda <[hidden email]> wrote:
> > >
> > > Do I merge to the master first and then cherry-pick to 1.9 from there?
> > >
> > > —
> > > Denis
> > >
> > >> On Feb 13, 2017, at 8:21 AM, Anton Vinogradov <
> [hidden email]>
> > wrote:
> > >>
> > >> Igniters,
> > >>
> > >> We're starting release stabilization process.
> > >> Branch 1.9 created and equals to master branch right now.
> > >>
> > >> Please make sure that your changes will be merged to both branches:
> > >> *ignite-1.9* and *master*.
> > >>
> > >> On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <
> > [hidden email]>
> > >> wrote:
> > >>
> > >>> Anton,
> > >>>
> > >>> Here is the status for IGNITE-4523.
> > >>> The work is completed, tests are OK.
> > >>> Most of the changes were made by Alexey and were reviewed.
> > >>> I only authored few last commits for which I would appreciate a
> review.
> > >>> The PR is https://github.com/apache/ignite/pull/1508
> > >>>
> > >>> Thank you
> > >>> --
> > >>> Sergey
> > >>>
> > >>>
> > >>>
> > >>> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
> > >>>
> > >>>> Anton,
> > >>>>
> > >>>> You can expect Kubernetes support from me in time.
> > >>>>
> > >>>> —
> > >>>> Denis
> > >>>>
> > >>>>> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]>
> wrote:
> > >>>>>
> > >>>>> Igniters,
> > >>>>>
> > >>>>> We're on a half way to Ignite 1.9.
> > >>>>> Development phase will be finished 17th of February.
> > >>>>>
> > >>>>> Here <https://cwiki.apache.org/confluence/display/IGNITE/
> > >>>> Apache+Ignite+1.9> is
> > >>>>> a status page for upcoming release.
> > >>>>>
> > >>>>> According to this page we have some Issues we *especially *expect
> in
> > >>> 1.9:
> > >>>>>
> > >>>>> IGNITE-4106 SQL: parallelize sql queries over cache local
> partitions
> > >>>> Andrew
> > >>>>> Mashenkov
> > >>>>> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> > >>>>> IGNITE-4539 RocketMQ data streamer Roman Shtykh
> > >>>>> IGNITE-4212 Ignite Benchmarking Simplification and Automation Oleg
> > >>>> Ostanin
> > >>>>> IGNITE-4523 Allow distributed SQL query execution over explicit set
> > of
> > >>>>> partitions Alexei Scherbakov
> > >>>>> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> > >>>>> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> > >>>>> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor
> Sapego,
> > >>>> seems
> > >>>>> you're the best person)
> > >>>>> IGNITE-4159 Cloud Native Deployment of Apache Ignite using
> Kubernetes
> > >>>> Denis
> > >>>>> Magda
> > >>>>> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> > >>>>> IGNITE-4674 Ignite Web Console: Support DML queries Alexey
> Kuznetsov
> > >>>>> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
> > >>>>>
> > >>>>> Guys, please confirm that you will be able to complete listed tasks
> > by
> > >>>> 17th
> > >>>>> of February.
> > >>>>>
> > >>>>>
> > >>>>> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]>
> > wrote:
> > >>>>>
> > >>>>>> Excellent news Roman! Please keep us posted.
> > >>>>>>
> > >>>>>> —
> > >>>>>> Denis
> > >>>>>>
> > >>>>>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh
> <[hidden email]
> > >
> > >>>>>> wrote:
> > >>>>>>>
> > >>>>>>> Denis,
> > >>>>>>> RocketMQ data streamer implementation is almost ready. But there
> > are
> > >>> no
> > >>>>>> binaries in maven repositories now (it will be their 1st release
> > under
> > >>>>>> Apache license). The release is very close to starting voting for,
> > so
> > >>>>>> hopefully it can be done in the middle of February.
> > >>>>>>> Roman
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> > >>>>>> [hidden email]> wrote:
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> Igniters,
> > >>>>>>> Looks like 2.0 will be slightly delayed since the community
> > requires
> > >>>>>> more time to make the new page memory architecture faster. At the
> > same
> > >>>> time
> > >>>>>> we have a plenty of bug fixes and performance improvements that
> were
> > >>>> merged
> > >>>>>> or close to be merged into the master and ready to be released.
> > >>>>>>> I propose to release all the changes we have in 1.9 close to the
> > end
> > >>> of
> > >>>>>> February.
> > >>>>>>> According to the dev list discussions, we will be ready to
> release
> > >>>>>> performance optimizations done by Yakov and Sam close to the end
> of
> > >>> 2016
> > >>>>>> and many SQL improvements driven by multiple folks.
> > >>>>>>> In addition, this is what we might expect in 1.9:- SQL execution
> > over
> > >>>>>> specific partitions (https://issues.apache.org/
> > >>> jira/browse/IGNITE-4523
> > >>>> ).
> > >>>>>> Alexey Scherbakov.- Spark version upgrade (
> > https://issues.apache.org/
> > >>>>>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish
> Mishra.-
> > >>>>>> Rocket MQ data streamer (https://issues.apache.org/
> > >>>> jira/browse/IGNITE-4539).
> > >>>>>> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
> > >>>>>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel
> > Tupitsyn.-
> > >>>> .NET
> > >>>>>> Transaction Scope API (https://issues.apache.org/
> > >>>> jira/browse/IGNITE-3430).
> > >>>>>> Pavel Tupitsyn.- C++ Continuous queries (
> https://issues.apache.org/
> > >>>>>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis Magda.-
> > >>> JDBC
> > >>>>>> batch mode for DML (https://issues.apache.org/
> > jira/browse/IGNITE-4269
> > >>> ).
> > >>>>>> Alexander Paschenko.- Benchmarks automation (
> > >>> https://issues.apache.org/
> > >>>>>> jira/browse/IGNITE-4212). Oleg Ostanin.
> > >>>>>>> Guys, please confirm that you will be able to complete listed
> tasks
> > >>> by
> > >>>>>> the middle or by 20th of February. Anything else that is not in
> the
> > >>>> list?
> > >>>>>>> BTW, is there anyone who can take a role of the release manager
> for
> > >>>> 1.9?
> > >>>>>>> —Denis
> > >>>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>
> > >>>>
> > >>>
> > >
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Vladimir Ozerov
Can we push to 1.9 and then merge/rebase to master? It should be more
reliable than cherry-picking.

On Tue, Feb 14, 2017 at 12:15 PM, Anton Vinogradov <[hidden email]
> wrote:

> Denis,
>
> Merge to the master first and then cherry-pick to 1.9 from there is a
> *correct
> *case.
>
> On Tue, Feb 14, 2017 at 5:24 AM, Dmitriy Setrakyan <[hidden email]>
> wrote:
>
> > Thanks, Denis!
> >
> > On Mon, Feb 13, 2017 at 5:49 PM, Denis Magda <[hidden email]> wrote:
> >
> > > Well, merged Kubernetes integration to the master and cherry-picked to
> > > 1.9. The docs and getting started for readme.io to be done soon.
> > >
> > > —
> > > Denis
> > >
> > > > On Feb 13, 2017, at 9:10 AM, Denis Magda <[hidden email]> wrote:
> > > >
> > > > Do I merge to the master first and then cherry-pick to 1.9 from
> there?
> > > >
> > > > —
> > > > Denis
> > > >
> > > >> On Feb 13, 2017, at 8:21 AM, Anton Vinogradov <
> > [hidden email]>
> > > wrote:
> > > >>
> > > >> Igniters,
> > > >>
> > > >> We're starting release stabilization process.
> > > >> Branch 1.9 created and equals to master branch right now.
> > > >>
> > > >> Please make sure that your changes will be merged to both branches:
> > > >> *ignite-1.9* and *master*.
> > > >>
> > > >> On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <
> > > [hidden email]>
> > > >> wrote:
> > > >>
> > > >>> Anton,
> > > >>>
> > > >>> Here is the status for IGNITE-4523.
> > > >>> The work is completed, tests are OK.
> > > >>> Most of the changes were made by Alexey and were reviewed.
> > > >>> I only authored few last commits for which I would appreciate a
> > review.
> > > >>> The PR is https://github.com/apache/ignite/pull/1508
> > > >>>
> > > >>> Thank you
> > > >>> --
> > > >>> Sergey
> > > >>>
> > > >>>
> > > >>>
> > > >>> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
> > > >>>
> > > >>>> Anton,
> > > >>>>
> > > >>>> You can expect Kubernetes support from me in time.
> > > >>>>
> > > >>>> —
> > > >>>> Denis
> > > >>>>
> > > >>>>> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]>
> > wrote:
> > > >>>>>
> > > >>>>> Igniters,
> > > >>>>>
> > > >>>>> We're on a half way to Ignite 1.9.
> > > >>>>> Development phase will be finished 17th of February.
> > > >>>>>
> > > >>>>> Here <https://cwiki.apache.org/confluence/display/IGNITE/
> > > >>>> Apache+Ignite+1.9> is
> > > >>>>> a status page for upcoming release.
> > > >>>>>
> > > >>>>> According to this page we have some Issues we *especially *expect
> > in
> > > >>> 1.9:
> > > >>>>>
> > > >>>>> IGNITE-4106 SQL: parallelize sql queries over cache local
> > partitions
> > > >>>> Andrew
> > > >>>>> Mashenkov
> > > >>>>> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> > > >>>>> IGNITE-4539 RocketMQ data streamer Roman Shtykh
> > > >>>>> IGNITE-4212 Ignite Benchmarking Simplification and Automation
> Oleg
> > > >>>> Ostanin
> > > >>>>> IGNITE-4523 Allow distributed SQL query execution over explicit
> set
> > > of
> > > >>>>> partitions Alexei Scherbakov
> > > >>>>> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> > > >>>>> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> > > >>>>> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor
> > Sapego,
> > > >>>> seems
> > > >>>>> you're the best person)
> > > >>>>> IGNITE-4159 Cloud Native Deployment of Apache Ignite using
> > Kubernetes
> > > >>>> Denis
> > > >>>>> Magda
> > > >>>>> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> > > >>>>> IGNITE-4674 Ignite Web Console: Support DML queries Alexey
> > Kuznetsov
> > > >>>>> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
> > > >>>>>
> > > >>>>> Guys, please confirm that you will be able to complete listed
> tasks
> > > by
> > > >>>> 17th
> > > >>>>> of February.
> > > >>>>>
> > > >>>>>
> > > >>>>> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]>
> > > wrote:
> > > >>>>>
> > > >>>>>> Excellent news Roman! Please keep us posted.
> > > >>>>>>
> > > >>>>>> —
> > > >>>>>> Denis
> > > >>>>>>
> > > >>>>>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh
> > <[hidden email]
> > > >
> > > >>>>>> wrote:
> > > >>>>>>>
> > > >>>>>>> Denis,
> > > >>>>>>> RocketMQ data streamer implementation is almost ready. But
> there
> > > are
> > > >>> no
> > > >>>>>> binaries in maven repositories now (it will be their 1st release
> > > under
> > > >>>>>> Apache license). The release is very close to starting voting
> for,
> > > so
> > > >>>>>> hopefully it can be done in the middle of February.
> > > >>>>>>> Roman
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>> On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> > > >>>>>> [hidden email]> wrote:
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>> Igniters,
> > > >>>>>>> Looks like 2.0 will be slightly delayed since the community
> > > requires
> > > >>>>>> more time to make the new page memory architecture faster. At
> the
> > > same
> > > >>>> time
> > > >>>>>> we have a plenty of bug fixes and performance improvements that
> > were
> > > >>>> merged
> > > >>>>>> or close to be merged into the master and ready to be released.
> > > >>>>>>> I propose to release all the changes we have in 1.9 close to
> the
> > > end
> > > >>> of
> > > >>>>>> February.
> > > >>>>>>> According to the dev list discussions, we will be ready to
> > release
> > > >>>>>> performance optimizations done by Yakov and Sam close to the end
> > of
> > > >>> 2016
> > > >>>>>> and many SQL improvements driven by multiple folks.
> > > >>>>>>> In addition, this is what we might expect in 1.9:- SQL
> execution
> > > over
> > > >>>>>> specific partitions (https://issues.apache.org/
> > > >>> jira/browse/IGNITE-4523
> > > >>>> ).
> > > >>>>>> Alexey Scherbakov.- Spark version upgrade (
> > > https://issues.apache.org/
> > > >>>>>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> > > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish
> > Mishra.-
> > > >>>>>> Rocket MQ data streamer (https://issues.apache.org/
> > > >>>> jira/browse/IGNITE-4539).
> > > >>>>>> Roman Shtykh.- Hibernate 5 support (https://issues.apache.org/
> > > >>>>>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> > > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel
> > > Tupitsyn.-
> > > >>>> .NET
> > > >>>>>> Transaction Scope API (https://issues.apache.org/
> > > >>>> jira/browse/IGNITE-3430).
> > > >>>>>> Pavel Tupitsyn.- C++ Continuous queries (
> > https://issues.apache.org/
> > > >>>>>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> > > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis
> Magda.-
> > > >>> JDBC
> > > >>>>>> batch mode for DML (https://issues.apache.org/
> > > jira/browse/IGNITE-4269
> > > >>> ).
> > > >>>>>> Alexander Paschenko.- Benchmarks automation (
> > > >>> https://issues.apache.org/
> > > >>>>>> jira/browse/IGNITE-4212). Oleg Ostanin.
> > > >>>>>>> Guys, please confirm that you will be able to complete listed
> > tasks
> > > >>> by
> > > >>>>>> the middle or by 20th of February. Anything else that is not in
> > the
> > > >>>> list?
> > > >>>>>>> BTW, is there anyone who can take a role of the release manager
> > for
> > > >>>> 1.9?
> > > >>>>>>> —Denis
> > > >>>>>>>
> > > >>>>>>
> > > >>>>>>
> > > >>>>
> > > >>>>
> > > >>>
> > > >
> > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite 1.9

Anton Vinogradov
>
> Can we push to 1.9 and then merge/rebase to master?


Yes, that's *correct *too, but only *megre *should be used.

On Tue, Feb 14, 2017 at 12:19 PM, Vladimir Ozerov <[hidden email]>
wrote:

> Can we push to 1.9 and then merge/rebase to master? It should be more
> reliable than cherry-picking.
>
> On Tue, Feb 14, 2017 at 12:15 PM, Anton Vinogradov <
> [hidden email]
> > wrote:
>
> > Denis,
> >
> > Merge to the master first and then cherry-pick to 1.9 from there is a
> > *correct
> > *case.
> >
> > On Tue, Feb 14, 2017 at 5:24 AM, Dmitriy Setrakyan <
> [hidden email]>
> > wrote:
> >
> > > Thanks, Denis!
> > >
> > > On Mon, Feb 13, 2017 at 5:49 PM, Denis Magda <[hidden email]>
> wrote:
> > >
> > > > Well, merged Kubernetes integration to the master and cherry-picked
> to
> > > > 1.9. The docs and getting started for readme.io to be done soon.
> > > >
> > > > —
> > > > Denis
> > > >
> > > > > On Feb 13, 2017, at 9:10 AM, Denis Magda <[hidden email]>
> wrote:
> > > > >
> > > > > Do I merge to the master first and then cherry-pick to 1.9 from
> > there?
> > > > >
> > > > > —
> > > > > Denis
> > > > >
> > > > >> On Feb 13, 2017, at 8:21 AM, Anton Vinogradov <
> > > [hidden email]>
> > > > wrote:
> > > > >>
> > > > >> Igniters,
> > > > >>
> > > > >> We're starting release stabilization process.
> > > > >> Branch 1.9 created and equals to master branch right now.
> > > > >>
> > > > >> Please make sure that your changes will be merged to both
> branches:
> > > > >> *ignite-1.9* and *master*.
> > > > >>
> > > > >> On Fri, Feb 10, 2017 at 4:53 PM, Sergey Kalashnikov <
> > > > [hidden email]>
> > > > >> wrote:
> > > > >>
> > > > >>> Anton,
> > > > >>>
> > > > >>> Here is the status for IGNITE-4523.
> > > > >>> The work is completed, tests are OK.
> > > > >>> Most of the changes were made by Alexey and were reviewed.
> > > > >>> I only authored few last commits for which I would appreciate a
> > > review.
> > > > >>> The PR is https://github.com/apache/ignite/pull/1508
> > > > >>>
> > > > >>> Thank you
> > > > >>> --
> > > > >>> Sergey
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> 2017-02-09 23:58 GMT+03:00 Denis Magda <[hidden email]>:
> > > > >>>
> > > > >>>> Anton,
> > > > >>>>
> > > > >>>> You can expect Kubernetes support from me in time.
> > > > >>>>
> > > > >>>> —
> > > > >>>> Denis
> > > > >>>>
> > > > >>>>> On Feb 9, 2017, at 1:52 AM, Anton Vinogradov <[hidden email]>
> > > wrote:
> > > > >>>>>
> > > > >>>>> Igniters,
> > > > >>>>>
> > > > >>>>> We're on a half way to Ignite 1.9.
> > > > >>>>> Development phase will be finished 17th of February.
> > > > >>>>>
> > > > >>>>> Here <https://cwiki.apache.org/confluence/display/IGNITE/
> > > > >>>> Apache+Ignite+1.9> is
> > > > >>>>> a status page for upcoming release.
> > > > >>>>>
> > > > >>>>> According to this page we have some Issues we *especially
> *expect
> > > in
> > > > >>> 1.9:
> > > > >>>>>
> > > > >>>>> IGNITE-4106 SQL: parallelize sql queries over cache local
> > > partitions
> > > > >>>> Andrew
> > > > >>>>> Mashenkov
> > > > >>>>> IGNITE-3860 Improve distributed SQL support. Sergi Vladykin
> > > > >>>>> IGNITE-4539 RocketMQ data streamer Roman Shtykh
> > > > >>>>> IGNITE-4212 Ignite Benchmarking Simplification and Automation
> > Oleg
> > > > >>>> Ostanin
> > > > >>>>> IGNITE-4523 Allow distributed SQL query execution over explicit
> > set
> > > > of
> > > > >>>>> partitions Alexei Scherbakov
> > > > >>>>> IGNITE-3013 Support sorted merge index for SQL Sergi Vladykin
> > > > >>>>> IGNITE-4169 Data streamer mode for DML Alexander Paschenko
> > > > >>>>> IGNITE-4670 CPP: Implement LoadCache method Unassigned (Igor
> > > Sapego,
> > > > >>>> seems
> > > > >>>>> you're the best person)
> > > > >>>>> IGNITE-4159 Cloud Native Deployment of Apache Ignite using
> > > Kubernetes
> > > > >>>> Denis
> > > > >>>>> Magda
> > > > >>>>> IGNITE-4526 Add Spark Shared RDD examples Manish Mishra
> > > > >>>>> IGNITE-4674 Ignite Web Console: Support DML queries Alexey
> > > Kuznetsov
> > > > >>>>> IGNITE-1794 Ignite should support Hibernate 5 Mykola Pereyma
> > > > >>>>>
> > > > >>>>> Guys, please confirm that you will be able to complete listed
> > tasks
> > > > by
> > > > >>>> 17th
> > > > >>>>> of February.
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> On Fri, Feb 3, 2017 at 5:32 AM, Denis Magda <[hidden email]
> >
> > > > wrote:
> > > > >>>>>
> > > > >>>>>> Excellent news Roman! Please keep us posted.
> > > > >>>>>>
> > > > >>>>>> —
> > > > >>>>>> Denis
> > > > >>>>>>
> > > > >>>>>>> On Feb 2, 2017, at 6:26 PM, Roman Shtykh
> > > <[hidden email]
> > > > >
> > > > >>>>>> wrote:
> > > > >>>>>>>
> > > > >>>>>>> Denis,
> > > > >>>>>>> RocketMQ data streamer implementation is almost ready. But
> > there
> > > > are
> > > > >>> no
> > > > >>>>>> binaries in maven repositories now (it will be their 1st
> release
> > > > under
> > > > >>>>>> Apache license). The release is very close to starting voting
> > for,
> > > > so
> > > > >>>>>> hopefully it can be done in the middle of February.
> > > > >>>>>>> Roman
> > > > >>>>>>>
> > > > >>>>>>>
> > > > >>>>>>> On Wednesday, February 1, 2017 4:13 AM, Denis Magda <
> > > > >>>>>> [hidden email]> wrote:
> > > > >>>>>>>
> > > > >>>>>>>
> > > > >>>>>>> Igniters,
> > > > >>>>>>> Looks like 2.0 will be slightly delayed since the community
> > > > requires
> > > > >>>>>> more time to make the new page memory architecture faster. At
> > the
> > > > same
> > > > >>>> time
> > > > >>>>>> we have a plenty of bug fixes and performance improvements
> that
> > > were
> > > > >>>> merged
> > > > >>>>>> or close to be merged into the master and ready to be
> released.
> > > > >>>>>>> I propose to release all the changes we have in 1.9 close to
> > the
> > > > end
> > > > >>> of
> > > > >>>>>> February.
> > > > >>>>>>> According to the dev list discussions, we will be ready to
> > > release
> > > > >>>>>> performance optimizations done by Yakov and Sam close to the
> end
> > > of
> > > > >>> 2016
> > > > >>>>>> and many SQL improvements driven by multiple folks.
> > > > >>>>>>> In addition, this is what we might expect in 1.9:- SQL
> > execution
> > > > over
> > > > >>>>>> specific partitions (https://issues.apache.org/
> > > > >>> jira/browse/IGNITE-4523
> > > > >>>> ).
> > > > >>>>>> Alexey Scherbakov.- Spark version upgrade (
> > > > https://issues.apache.org/
> > > > >>>>>> jira/browse/IGNITE-3710). Anton V.- Spark RDD Examples (
> > > > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4526). Manish
> > > Mishra.-
> > > > >>>>>> Rocket MQ data streamer (https://issues.apache.org/
> > > > >>>> jira/browse/IGNITE-4539).
> > > > >>>>>> Roman Shtykh.- Hibernate 5 support (
> https://issues.apache.org/
> > > > >>>>>> jira/browse/IGNITE-1794). Mykola Pereyma.- .NET DML (
> > > > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4045). Pavel
> > > > Tupitsyn.-
> > > > >>>> .NET
> > > > >>>>>> Transaction Scope API (https://issues.apache.org/
> > > > >>>> jira/browse/IGNITE-3430).
> > > > >>>>>> Pavel Tupitsyn.- C++ Continuous queries (
> > > https://issues.apache.org/
> > > > >>>>>> jira/browse/IGNITE-1443). Igor Sapego.- Kubernetes Support (
> > > > >>>>>> https://issues.apache.org/jira/browse/IGNITE-4159). Denis
> > Magda.-
> > > > >>> JDBC
> > > > >>>>>> batch mode for DML (https://issues.apache.org/
> > > > jira/browse/IGNITE-4269
> > > > >>> ).
> > > > >>>>>> Alexander Paschenko.- Benchmarks automation (
> > > > >>> https://issues.apache.org/
> > > > >>>>>> jira/browse/IGNITE-4212). Oleg Ostanin.
> > > > >>>>>>> Guys, please confirm that you will be able to complete listed
> > > tasks
> > > > >>> by
> > > > >>>>>> the middle or by 20th of February. Anything else that is not
> in
> > > the
> > > > >>>> list?
> > > > >>>>>>> BTW, is there anyone who can take a role of the release
> manager
> > > for
> > > > >>>> 1.9?
> > > > >>>>>>> —Denis
> > > > >>>>>>>
> > > > >>>>>>
> > > > >>>>>>
> > > > >>>>
> > > > >>>>
> > > > >>>
> > > > >
> > > >
> > > >
> > >
> >
>
12