[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

Re: Review Request 53297: Initial version of adding metrics into samza rest.

2016-11-11 Thread Fred Ji
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53297/#review155753 --- Ship it! Ship It! - Fred Ji On Nov. 11, 2016, 12:22 a.m

Re: Review Request 53326: SAMZA-1045 Move classes from samza-operator/api into samza-api.

2016-11-01 Thread Fred Ji
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53326/#review154458 --- Ship it! Ship It! - Fred Ji On Nov. 1, 2016, 6:40 a.m

Re: Review Request 53326: SAMZA-1045 Move classes from samza-operator/api into samza-api.

2016-10-31 Thread Fred Ji
326/#comment223863> I would recommend keeping the checkstyle on and fixing the incompatibility issue so that checkstyle plugin can caputre the style issue in the build process. If we disable it, some of the style issues (although minor) may be hidden and be merged into master. - Fred Ji

Re: Review Request 53002: Do not load the monitor, if the MonitorFactoryClass is not defined for the monitor in the config.

2016-10-18 Thread Fred Ji
/SamzaMonitorService.java (line 71) <https://reviews.apache.org/r/53002/#comment222498> nit: this line of comment is not needed since log warn is very clear. - Fred Ji On Oct. 18, 2016, 10:53 p.m., Shanthoosh Venkataraman

Re: Review Request 50619: SAMZA-963: add KV storage engine timers to help identify the issues on kv stores and also add unit test

2016-08-05 Thread Fred Ji
ps://reviews.apache.org/r/50619/#review144968 ------- On July 29, 2016, 10:24 p.m., Fred Ji wrote: > > --- > This is an automatically generated e-mail.

Re: Review Request 50682: SAMZA-993 Fix logging bug for some scala versions

2016-08-01 Thread Fred Ji
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50682/#review144420 --- Ship it! Ship It! - Fred Ji On Aug. 2, 2016, 12:13 a.m

Re: Review Request 50527: SAMZA-970: fix integration tests

2016-07-29 Thread Fred Ji
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50527/#review144228 --- Ship it! Ship It! - Fred Ji On July 29, 2016, 5:22 p.m

Re: Review Request 50590: Update jackson version in hello-samza to match samza

2016-07-29 Thread Fred Ji
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50590/#review144226 --- Ship it! Ship It! - Fred Ji On July 29, 2016, 12:34 a.m

Re: Review Request 50614: SAMZA-970 - Problems with integration tests and SAMZA-987 - Preparing for 0.10.1 version release

2016-07-29 Thread Fred Ji
614/#comment210226> [Info] why not keep it as latest? - Fred Ji On July 29, 2016, 9:37 p.m., Navina Ramesh wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.

Review Request 50619: SAMZA-963: add KV storage engine timers to help identify the issues on kv stores and also add unit test

2016-07-29 Thread Fred Ji
-0c45bf91bcaa__KeyValueStorageEngineMetricsFromJconsole.png Thanks, Fred Ji

Re: Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-22 Thread Fred Ji
follows the coding conventions: ./gradlew checkstyleMain checkstyleTest Brought up Jekyll, built a local website out of markdown pages, and verified the changes and links on localhost server. Thanks, Fred Ji

Re: Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-22 Thread Fred Ji
build 2. Check if your code follows the coding conventions: ./gradlew checkstyleMain checkstyleTest Brought up Jekyll, built a local website out of markdown pages, and verified the changes and links on localhost server. Thanks, Fred Ji

Re: Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-22 Thread Fred Ji
l, with Navina's help. Thanks! - Fred --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50317/#review143173 --- On July 22, 2016, 11:06 p.m., Fred Ji wrote: > > -

Re: Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-22 Thread Fred Ji
checkstyleTest Brought up Jekyll, built a local website out of markdown pages, and verified the changes and links on localhost server. Thanks, Fred Ji

Re: Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-21 Thread Fred Ji
: https://reviews.apache.org/r/50317/#review143165 --- On July 22, 2016, 12:26 a.m., Fred Ji wrote: > > --- > This is an automatically generated e-mail. To reply, visit:

Re: Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-21 Thread Fred Ji
af6367da4f5611e208c9fb8426554c4a9c4ad6c8 Diff: https://reviews.apache.org/r/50317/diff/ Testing (updated) --- Basic unit tests and checkstyleTest passed. 1. Run unit tests: ./gradlew clean build 2. Check if your code follows the coding conventions: ./gradlew checkstyleMain checkstyleTest Thanks, Fred Ji

Review Request 50317: SAMZA-978: update md files to resolve inconsistent links, broken links and some confusing sentences

2016-07-21 Thread Fred Ji
docs/learn/documentation/versioned/yarn/yarn-host-affinity.md af6367da4f5611e208c9fb8426554c4a9c4ad6c8 Diff: https://reviews.apache.org/r/50317/diff/ Testing --- Thanks, Fred Ji

Re: "publishToMavenLocal" task not found in gradlew

2016-07-21 Thread Fred Ji
Hi Ankita, The command "./gradlew publishToMavenLocal" is to be run in Samza project, not "hello-samza" project. In your case, you may just skip this command since "bin/grid bootstrap" would already build a Samza package for you (hello-samza/deploy/samza). Thanks, Fred On Thu, Jul 21, 2016 at

Re: Review Request 49877: SAMZA-972: Holistic memory monitoring for SamzaContainer

2016-07-12 Thread Fred Ji
ews.apache.org/r/49877/#comment207454> Do we want to log if match is not found? This might help us to capture the issue if the format is changed for the path somehow in the future. - Fred Ji On July 12, 2016, 12:17 a.m., Jagadish Venkatraman wrote: > >

Re: Review Request 48356: RFC: Samza as a library

2016-07-12 Thread Fred Ji
> On July 12, 2016, 12:15 a.m., Fred Ji wrote: > > samza-core/src/main/java/org/apache/samza/configbuilder/ConfigBuilder.java, > > line 92 > > <https://reviews.apache.org/r/48356/diff/7/?file=1441779#file1441779line92> > > > > Maybe if(!StringUtils.

Re: Review Request 48356: RFC: Samza as a library

2016-07-12 Thread Fred Ji
> On July 12, 2016, 12:15 a.m., Fred Ji wrote: > > samza-core/src/main/java/org/apache/samza/configbuilder/ConfigBuilder.java, > > line 92 > > <https://reviews.apache.org/r/48356/diff/7/?file=1441779#file1441779line92> > > > > Maybe if(!StringUtils.

Re: Review Request 48356: RFC: Samza as a library

2016-07-11 Thread Fred Ji
rg/r/48356/#comment207196> I know it is from previous code, but do you mind explaining or putting a comment regarding what -1L means here? - Fred Ji On July 12, 2016, midnight, Navina Ramesh wrote: > > --- > This is an auto