Re: [Discuss] Samza 0.13.1 release

2017-08-16 Thread Fred Haifeng Ji
Here is the following-up for the discussion.

We got 6 yes and 0 no. Based on the result, we are going to cut a release
for 0.13.1 and including all tickets in the list for 0.13.1 (
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012314526%20AND%20fixVersion%20%3D%2012340845%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC).


I am going to send out a release vote once it is ready.

Thanks,

Fred

On Mon, Aug 14, 2017 at 11:18 AM, xinyu liu  wrote:

> +1. Thanks for pushing the release.
>
> Xinyu
>
> On Mon, Aug 14, 2017 at 10:58 AM, Boris S  wrote:
>
> > +1 for the release.
> >
> > On Mon, Aug 14, 2017 at 10:38 AM, Yi Pan  wrote:
> >
> > > +1 for the list! Let's proceed!
> > >
> > > On Fri, Aug 11, 2017 at 6:13 PM, Ignacio Solis 
> wrote:
> > >
> > > > +1
> > > >
> > > > On Fri, Aug 11, 2017 at 3:52 PM, Jacob Maes 
> > > wrote:
> > > > > Looks good!
> > > > >
> > > > > +1
> > > > >
> > > > > On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
> > > > > jagadish1...@gmail.com> wrote:
> > > > >
> > > > >> +1 for the release. thanks for the summary and for driving this
> > Fred!
> > > > >>
> > > > >> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji <
> > haifeng...@gmail.com
> > > >
> > > > >> wrote:
> > > > >>
> > > > >> > The format was messed up when sent from my yahoo mail to
> > > > >> > dev@samza.apache.org. I am resending it from my gmail account.
> > > Sorry
> > > > for
> > > > >> > inconvenience!
> > > > >> >
> > > > >> > Hi all,
> > > > >> >
> > > > >> > There have been some new features and critical bug fixes added
> to
> > > > master
> > > > >> > since 0.13.0 release, which makes Samza Standalone features more
> > > > stable.
> > > > >> It
> > > > >> > is now good enough to warrant *a new minor release*. We will
> > > continue
> > > > to
> > > > >> > test for stability and performance in the next few weeks.
> > > > >> >
> > > > >> > Here are the main JIRA tickets that will be included in this
> > release
> > > > (but
> > > > >> > not limited to):
> > > > >> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
> > > > >> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator
> > > > component
> > > > >> of
> > > > >> > StreamProcessor;
> > > > >> > SAMZA-1336: Standalone session expiration propagation;
> > > > >> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
> > > > >> > SAMZA-1339: Add standalone integration tests;
> > > > >> > …
> > > > >> >
> > > > >> > There are also quite a few bug fixes in 0.13.1, *please check
> the
> > > > >> complete
> > > > >> > list of changes in 0.13.1 here
> > > > >> > <
> > > > >> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
> > > > >> project%20%3D%2012314526%20AND%20fixVersion%20%3D%
> > > > 2012340845%20ORDER%20BY%
> > > > >> 20priority%20DESC%2C%20key%20ASC
> > > > >> > >*
> > > > >> > .
> > > > >> >
> > > > >> > Most JIRAs in the list have been completed and merged, with the
> > > > following
> > > > >> > one remaining, but we should try to get it completed before
> 0.13.1
> > > is
> > > > >> > released.
> > > > >> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses
> same
> > > Zk
> > > > >> node
> > > > >> > as ZkJobCoordinatorFactory for leader election
> > > > >> >
> > > > >> > Here's what I propose:
> > > > >> > 1. Cut an 0.13.1 release branch.
> > > > >> > 2. Work on getting the remaining open JIRA done.
> > > > >> > 3. Target a release vote by Aug 18.
> > > > >> >
> > > > >> > Thoughts?
> > > > >> >
> > > > >> > Fred
> > > > >> >
> > > > >> --
> > > > >> Sent from my iphone.
> > > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Nacho - Ignacio Solis - iso...@igso.net
> > > >
> > >
> >
>



-- 
Haifeng (Fred)  Ji


Re: [Discuss] Samza 0.13.1 release

2017-08-14 Thread xinyu liu
+1. Thanks for pushing the release.

Xinyu

On Mon, Aug 14, 2017 at 10:58 AM, Boris S  wrote:

> +1 for the release.
>
> On Mon, Aug 14, 2017 at 10:38 AM, Yi Pan  wrote:
>
> > +1 for the list! Let's proceed!
> >
> > On Fri, Aug 11, 2017 at 6:13 PM, Ignacio Solis  wrote:
> >
> > > +1
> > >
> > > On Fri, Aug 11, 2017 at 3:52 PM, Jacob Maes 
> > wrote:
> > > > Looks good!
> > > >
> > > > +1
> > > >
> > > > On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
> > > > jagadish1...@gmail.com> wrote:
> > > >
> > > >> +1 for the release. thanks for the summary and for driving this
> Fred!
> > > >>
> > > >> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji <
> haifeng...@gmail.com
> > >
> > > >> wrote:
> > > >>
> > > >> > The format was messed up when sent from my yahoo mail to
> > > >> > dev@samza.apache.org. I am resending it from my gmail account.
> > Sorry
> > > for
> > > >> > inconvenience!
> > > >> >
> > > >> > Hi all,
> > > >> >
> > > >> > There have been some new features and critical bug fixes added to
> > > master
> > > >> > since 0.13.0 release, which makes Samza Standalone features more
> > > stable.
> > > >> It
> > > >> > is now good enough to warrant *a new minor release*. We will
> > continue
> > > to
> > > >> > test for stability and performance in the next few weeks.
> > > >> >
> > > >> > Here are the main JIRA tickets that will be included in this
> release
> > > (but
> > > >> > not limited to):
> > > >> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
> > > >> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator
> > > component
> > > >> of
> > > >> > StreamProcessor;
> > > >> > SAMZA-1336: Standalone session expiration propagation;
> > > >> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
> > > >> > SAMZA-1339: Add standalone integration tests;
> > > >> > …
> > > >> >
> > > >> > There are also quite a few bug fixes in 0.13.1, *please check the
> > > >> complete
> > > >> > list of changes in 0.13.1 here
> > > >> > <
> > > >> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
> > > >> project%20%3D%2012314526%20AND%20fixVersion%20%3D%
> > > 2012340845%20ORDER%20BY%
> > > >> 20priority%20DESC%2C%20key%20ASC
> > > >> > >*
> > > >> > .
> > > >> >
> > > >> > Most JIRAs in the list have been completed and merged, with the
> > > following
> > > >> > one remaining, but we should try to get it completed before 0.13.1
> > is
> > > >> > released.
> > > >> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses same
> > Zk
> > > >> node
> > > >> > as ZkJobCoordinatorFactory for leader election
> > > >> >
> > > >> > Here's what I propose:
> > > >> > 1. Cut an 0.13.1 release branch.
> > > >> > 2. Work on getting the remaining open JIRA done.
> > > >> > 3. Target a release vote by Aug 18.
> > > >> >
> > > >> > Thoughts?
> > > >> >
> > > >> > Fred
> > > >> >
> > > >> --
> > > >> Sent from my iphone.
> > > >>
> > >
> > >
> > >
> > > --
> > > Nacho - Ignacio Solis - iso...@igso.net
> > >
> >
>


Re: [Discuss] Samza 0.13.1 release

2017-08-14 Thread Boris S
+1 for the release.

On Mon, Aug 14, 2017 at 10:38 AM, Yi Pan  wrote:

> +1 for the list! Let's proceed!
>
> On Fri, Aug 11, 2017 at 6:13 PM, Ignacio Solis  wrote:
>
> > +1
> >
> > On Fri, Aug 11, 2017 at 3:52 PM, Jacob Maes 
> wrote:
> > > Looks good!
> > >
> > > +1
> > >
> > > On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
> > > jagadish1...@gmail.com> wrote:
> > >
> > >> +1 for the release. thanks for the summary and for driving this Fred!
> > >>
> > >> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji  >
> > >> wrote:
> > >>
> > >> > The format was messed up when sent from my yahoo mail to
> > >> > dev@samza.apache.org. I am resending it from my gmail account.
> Sorry
> > for
> > >> > inconvenience!
> > >> >
> > >> > Hi all,
> > >> >
> > >> > There have been some new features and critical bug fixes added to
> > master
> > >> > since 0.13.0 release, which makes Samza Standalone features more
> > stable.
> > >> It
> > >> > is now good enough to warrant *a new minor release*. We will
> continue
> > to
> > >> > test for stability and performance in the next few weeks.
> > >> >
> > >> > Here are the main JIRA tickets that will be included in this release
> > (but
> > >> > not limited to):
> > >> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
> > >> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator
> > component
> > >> of
> > >> > StreamProcessor;
> > >> > SAMZA-1336: Standalone session expiration propagation;
> > >> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
> > >> > SAMZA-1339: Add standalone integration tests;
> > >> > …
> > >> >
> > >> > There are also quite a few bug fixes in 0.13.1, *please check the
> > >> complete
> > >> > list of changes in 0.13.1 here
> > >> > <
> > >> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
> > >> project%20%3D%2012314526%20AND%20fixVersion%20%3D%
> > 2012340845%20ORDER%20BY%
> > >> 20priority%20DESC%2C%20key%20ASC
> > >> > >*
> > >> > .
> > >> >
> > >> > Most JIRAs in the list have been completed and merged, with the
> > following
> > >> > one remaining, but we should try to get it completed before 0.13.1
> is
> > >> > released.
> > >> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses same
> Zk
> > >> node
> > >> > as ZkJobCoordinatorFactory for leader election
> > >> >
> > >> > Here's what I propose:
> > >> > 1. Cut an 0.13.1 release branch.
> > >> > 2. Work on getting the remaining open JIRA done.
> > >> > 3. Target a release vote by Aug 18.
> > >> >
> > >> > Thoughts?
> > >> >
> > >> > Fred
> > >> >
> > >> --
> > >> Sent from my iphone.
> > >>
> >
> >
> >
> > --
> > Nacho - Ignacio Solis - iso...@igso.net
> >
>


Re: [Discuss] Samza 0.13.1 release

2017-08-14 Thread Yi Pan
+1 for the list! Let's proceed!

On Fri, Aug 11, 2017 at 6:13 PM, Ignacio Solis  wrote:

> +1
>
> On Fri, Aug 11, 2017 at 3:52 PM, Jacob Maes  wrote:
> > Looks good!
> >
> > +1
> >
> > On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
> > jagadish1...@gmail.com> wrote:
> >
> >> +1 for the release. thanks for the summary and for driving this Fred!
> >>
> >> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji 
> >> wrote:
> >>
> >> > The format was messed up when sent from my yahoo mail to
> >> > dev@samza.apache.org. I am resending it from my gmail account. Sorry
> for
> >> > inconvenience!
> >> >
> >> > Hi all,
> >> >
> >> > There have been some new features and critical bug fixes added to
> master
> >> > since 0.13.0 release, which makes Samza Standalone features more
> stable.
> >> It
> >> > is now good enough to warrant *a new minor release*. We will continue
> to
> >> > test for stability and performance in the next few weeks.
> >> >
> >> > Here are the main JIRA tickets that will be included in this release
> (but
> >> > not limited to):
> >> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
> >> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator
> component
> >> of
> >> > StreamProcessor;
> >> > SAMZA-1336: Standalone session expiration propagation;
> >> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
> >> > SAMZA-1339: Add standalone integration tests;
> >> > …
> >> >
> >> > There are also quite a few bug fixes in 0.13.1, *please check the
> >> complete
> >> > list of changes in 0.13.1 here
> >> > <
> >> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
> >> project%20%3D%2012314526%20AND%20fixVersion%20%3D%
> 2012340845%20ORDER%20BY%
> >> 20priority%20DESC%2C%20key%20ASC
> >> > >*
> >> > .
> >> >
> >> > Most JIRAs in the list have been completed and merged, with the
> following
> >> > one remaining, but we should try to get it completed before 0.13.1 is
> >> > released.
> >> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses same Zk
> >> node
> >> > as ZkJobCoordinatorFactory for leader election
> >> >
> >> > Here's what I propose:
> >> > 1. Cut an 0.13.1 release branch.
> >> > 2. Work on getting the remaining open JIRA done.
> >> > 3. Target a release vote by Aug 18.
> >> >
> >> > Thoughts?
> >> >
> >> > Fred
> >> >
> >> --
> >> Sent from my iphone.
> >>
>
>
>
> --
> Nacho - Ignacio Solis - iso...@igso.net
>


Re: [Discuss] Samza 0.13.1 release

2017-08-12 Thread Navina Ramesh
Fred,
Thanks for starting the release process. I am unable to open the link you have 
provided, though. It opens the JIRA SAMZA-1165, instead of the entire list of 
0.13.1 bug fixes. Can you please re-check?

Navina

On 8/11/17, 6:13 PM, "ignacio.so...@gmail.com on behalf of Ignacio Solis" 
 wrote:

+1

On Fri, Aug 11, 2017 at 3:52 PM, Jacob Maes  wrote:
> Looks good!
>
> +1
>
> On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
> jagadish1...@gmail.com> wrote:
>
>> +1 for the release. thanks for the summary and for driving this Fred!
>>
>> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji 
>> wrote:
>>
>> > The format was messed up when sent from my yahoo mail to
>> > dev@samza.apache.org. I am resending it from my gmail account. Sorry 
for
>> > inconvenience!
>> >
>> > Hi all,
>> >
>> > There have been some new features and critical bug fixes added to 
master
>> > since 0.13.0 release, which makes Samza Standalone features more 
stable.
>> It
>> > is now good enough to warrant *a new minor release*. We will continue 
to
>> > test for stability and performance in the next few weeks.
>> >
>> > Here are the main JIRA tickets that will be included in this release 
(but
>> > not limited to):
>> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
>> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator 
component
>> of
>> > StreamProcessor;
>> > SAMZA-1336: Standalone session expiration propagation;
>> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
>> > SAMZA-1339: Add standalone integration tests;
>> > …
>> >
>> > There are also quite a few bug fixes in 0.13.1, *please check the
>> complete
>> > list of changes in 0.13.1 here
>> > <
>> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
>> 
project%20%3D%2012314526%20AND%20fixVersion%20%3D%2012340845%20ORDER%20BY%
>> 20priority%20DESC%2C%20key%20ASC
>> > >*
>> > .
>> >
>> > Most JIRAs in the list have been completed and merged, with the 
following
>> > one remaining, but we should try to get it completed before 0.13.1 is
>> > released.
>> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses same Zk
>> node
>> > as ZkJobCoordinatorFactory for leader election
>> >
>> > Here's what I propose:
>> > 1. Cut an 0.13.1 release branch.
>> > 2. Work on getting the remaining open JIRA done.
>> > 3. Target a release vote by Aug 18.
>> >
>> > Thoughts?
>> >
>> > Fred
>> >
>> --
>> Sent from my iphone.
>>



-- 
Nacho - Ignacio Solis - iso...@igso.net






Re: [Discuss] Samza 0.13.1 release

2017-08-11 Thread Ignacio Solis
+1

On Fri, Aug 11, 2017 at 3:52 PM, Jacob Maes  wrote:
> Looks good!
>
> +1
>
> On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
> jagadish1...@gmail.com> wrote:
>
>> +1 for the release. thanks for the summary and for driving this Fred!
>>
>> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji 
>> wrote:
>>
>> > The format was messed up when sent from my yahoo mail to
>> > dev@samza.apache.org. I am resending it from my gmail account. Sorry for
>> > inconvenience!
>> >
>> > Hi all,
>> >
>> > There have been some new features and critical bug fixes added to master
>> > since 0.13.0 release, which makes Samza Standalone features more stable.
>> It
>> > is now good enough to warrant *a new minor release*. We will continue to
>> > test for stability and performance in the next few weeks.
>> >
>> > Here are the main JIRA tickets that will be included in this release (but
>> > not limited to):
>> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
>> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator component
>> of
>> > StreamProcessor;
>> > SAMZA-1336: Standalone session expiration propagation;
>> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
>> > SAMZA-1339: Add standalone integration tests;
>> > …
>> >
>> > There are also quite a few bug fixes in 0.13.1, *please check the
>> complete
>> > list of changes in 0.13.1 here
>> > <
>> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
>> project%20%3D%2012314526%20AND%20fixVersion%20%3D%2012340845%20ORDER%20BY%
>> 20priority%20DESC%2C%20key%20ASC
>> > >*
>> > .
>> >
>> > Most JIRAs in the list have been completed and merged, with the following
>> > one remaining, but we should try to get it completed before 0.13.1 is
>> > released.
>> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses same Zk
>> node
>> > as ZkJobCoordinatorFactory for leader election
>> >
>> > Here's what I propose:
>> > 1. Cut an 0.13.1 release branch.
>> > 2. Work on getting the remaining open JIRA done.
>> > 3. Target a release vote by Aug 18.
>> >
>> > Thoughts?
>> >
>> > Fred
>> >
>> --
>> Sent from my iphone.
>>



-- 
Nacho - Ignacio Solis - iso...@igso.net


Re: [Discuss] Samza 0.13.1 release

2017-08-11 Thread Jacob Maes
Looks good!

+1

On Thu, Aug 10, 2017 at 6:53 PM, Jagadish Venkatraman <
jagadish1...@gmail.com> wrote:

> +1 for the release. thanks for the summary and for driving this Fred!
>
> On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji 
> wrote:
>
> > The format was messed up when sent from my yahoo mail to
> > dev@samza.apache.org. I am resending it from my gmail account. Sorry for
> > inconvenience!
> >
> > Hi all,
> >
> > There have been some new features and critical bug fixes added to master
> > since 0.13.0 release, which makes Samza Standalone features more stable.
> It
> > is now good enough to warrant *a new minor release*. We will continue to
> > test for stability and performance in the next few weeks.
> >
> > Here are the main JIRA tickets that will be included in this release (but
> > not limited to):
> > SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
> > SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator component
> of
> > StreamProcessor;
> > SAMZA-1336: Standalone session expiration propagation;
> > SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
> > SAMZA-1339: Add standalone integration tests;
> > …
> >
> > There are also quite a few bug fixes in 0.13.1, *please check the
> complete
> > list of changes in 0.13.1 here
> > <
> > https://issues.apache.org/jira/browse/SAMZA-1165?jql=
> project%20%3D%2012314526%20AND%20fixVersion%20%3D%2012340845%20ORDER%20BY%
> 20priority%20DESC%2C%20key%20ASC
> > >*
> > .
> >
> > Most JIRAs in the list have been completed and merged, with the following
> > one remaining, but we should try to get it completed before 0.13.1 is
> > released.
> > SAMZA-1385: Coordination utils in LocalApplicationRunner uses same Zk
> node
> > as ZkJobCoordinatorFactory for leader election
> >
> > Here's what I propose:
> > 1. Cut an 0.13.1 release branch.
> > 2. Work on getting the remaining open JIRA done.
> > 3. Target a release vote by Aug 18.
> >
> > Thoughts?
> >
> > Fred
> >
> --
> Sent from my iphone.
>


Re: [Discuss] Samza 0.13.1 release

2017-08-10 Thread Jagadish Venkatraman
+1 for the release. thanks for the summary and for driving this Fred!

On Thu, Aug 10, 2017 at 5:15 PM Fred Haifeng Ji 
wrote:

> The format was messed up when sent from my yahoo mail to
> dev@samza.apache.org. I am resending it from my gmail account. Sorry for
> inconvenience!
>
> Hi all,
>
> There have been some new features and critical bug fixes added to master
> since 0.13.0 release, which makes Samza Standalone features more stable. It
> is now good enough to warrant *a new minor release*. We will continue to
> test for stability and performance in the next few weeks.
>
> Here are the main JIRA tickets that will be included in this release (but
> not limited to):
> SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
> SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator component of
> StreamProcessor;
> SAMZA-1336: Standalone session expiration propagation;
> SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
> SAMZA-1339: Add standalone integration tests;
> …
>
> There are also quite a few bug fixes in 0.13.1, *please check the complete
> list of changes in 0.13.1 here
> <
> https://issues.apache.org/jira/browse/SAMZA-1165?jql=project%20%3D%2012314526%20AND%20fixVersion%20%3D%2012340845%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC
> >*
> .
>
> Most JIRAs in the list have been completed and merged, with the following
> one remaining, but we should try to get it completed before 0.13.1 is
> released.
> SAMZA-1385: Coordination utils in LocalApplicationRunner uses same Zk node
> as ZkJobCoordinatorFactory for leader election
>
> Here's what I propose:
> 1. Cut an 0.13.1 release branch.
> 2. Work on getting the remaining open JIRA done.
> 3. Target a release vote by Aug 18.
>
> Thoughts?
>
> Fred
>
-- 
Sent from my iphone.


Re: [Discuss] Samza 0.13.1 release

2017-08-10 Thread Fred Haifeng Ji
The format was messed up when sent from my yahoo mail to
dev@samza.apache.org. I am resending it from my gmail account. Sorry for
inconvenience!

Hi all,

There have been some new features and critical bug fixes added to master
since 0.13.0 release, which makes Samza Standalone features more stable. It
is now good enough to warrant *a new minor release*. We will continue to
test for stability and performance in the next few weeks.

Here are the main JIRA tickets that will be included in this release (but
not limited to):
SAMZA-1165: Cleanup data created by ZkStandalone in ZK;
SAMZA-1324: Add a metricsreporter lifecycle for JobCoordinator component of
StreamProcessor;
SAMZA-1336: Standalone session expiration propagation;
SAMZA-1337: LocalApplicationRunner needs to support StreamTask;
SAMZA-1339: Add standalone integration tests;
…

There are also quite a few bug fixes in 0.13.1, *please check the complete
list of changes in 0.13.1 here
*
.

Most JIRAs in the list have been completed and merged, with the following
one remaining, but we should try to get it completed before 0.13.1 is
released.
SAMZA-1385: Coordination utils in LocalApplicationRunner uses same Zk node
as ZkJobCoordinatorFactory for leader election

Here's what I propose:
1. Cut an 0.13.1 release branch.
2. Work on getting the remaining open JIRA done.
3. Target a release vote by Aug 18.

Thoughts?

Fred


Re: [Discuss] Samza 0.13.1 release

2017-08-10 Thread Jacob Maes
Hey Fred,

The email seems to have some whitespace issues. Can you try sending it
again?

Also, I'd like to include the patch for https://issues.apache.org/
jira/browse/SAMZA-1387 in the release. The PR is up for review now. Please
take a look and let me know what you think.

-Jake

On Thu, Aug 10, 2017 at 4:12 PM, Fred Ji  wrote:

> Hi all,
> There have been some new featuresand critical bug fixes added to master
> since 0.13.0 release, which makes SamzaStandalone features more stable. It
> is now good enough to warrant a new minorrelease. We will continue to test
> for stability and performance in the next fewweeks.
> Here are the main JIRA tickets that will be included in this release (but
> notlimited to):SAMZA-1165: Cleanup datacreated by ZkStandalone in
> ZKSAMZA-1324: Add ametricsreporter lifecycle for JobCoordinator component
> of StreamProcessorSAMZA-1336: Standalone sessionexpiration
> propagationSAMZA-1337: LocalApplicationRunner needs to support
> StreamTaskSAMZA-1339: Add standaloneintegration tests…
> There are also quite a few bug fixes in 0.13.1, please check the complete
> list of changes in 0.13.1 here.
> Most JIRAs in the list havebeen completed and merged, with the following
> one remaining, but we should tryto get it completed before 0.13.1 is
> released.SAMZA-1385: Coordinationutils in LocalApplicationRunner uses same
> Zk node as ZkJobCoordinatorFactoryfor leader election
> Here's what I propose:1. Cut an 0.13.1 release branch.2. Work on getting
> the remaining open JIRA done.3. Target a release vote by Aug 18.
> Thoughts?
> Fred


[Discuss] Samza 0.13.1 release

2017-08-10 Thread Fred Ji
Hi all,
There have been some new featuresand critical bug fixes added to master since 
0.13.0 release, which makes SamzaStandalone features more stable. It is now 
good enough to warrant a new minorrelease. We will continue to test for 
stability and performance in the next fewweeks.
Here are the main JIRA tickets that will be included in this release (but 
notlimited to):SAMZA-1165: Cleanup datacreated by ZkStandalone in ZKSAMZA-1324: 
Add ametricsreporter lifecycle for JobCoordinator component of 
StreamProcessorSAMZA-1336: Standalone sessionexpiration propagationSAMZA-1337: 
LocalApplicationRunner needs to support StreamTaskSAMZA-1339: Add 
standaloneintegration tests…
There are also quite a few bug fixes in 0.13.1, please check the complete list 
of changes in 0.13.1 here.
Most JIRAs in the list havebeen completed and merged, with the following one 
remaining, but we should tryto get it completed before 0.13.1 is 
released.SAMZA-1385: Coordinationutils in LocalApplicationRunner uses same Zk 
node as ZkJobCoordinatorFactoryfor leader election
Here's what I propose:1. Cut an 0.13.1 release branch.2. Work on getting the 
remaining open JIRA done.3. Target a release vote by Aug 18.
Thoughts? 
Fred