Re: [VOTE] Apache Samza 0.13.1 RC0

2017-08-21 Thread xinyu liu
Built the src, and ran the tests using check-all.sh. Most of the tests ran fine. There was an transient test failure ( https://issues.apache.org/jira/browse/SAMZA-1405), which seems to be caused by the testing env (further investigation needed). I reran the tests again and it passed. Since this tes

[GitHub] samza pull request #281: SAMZA-1404: Add warning in case of potential proces...

2017-08-21 Thread bharathkk
GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/281 SAMZA-1404: Add warning in case of potential process starvation due to longer window method Currently, we use the average windowNs as the lower bound for window trigger time to determine if user n

Re: [VOTE] Apache Samza 0.13.1 RC0

2017-08-21 Thread Yi Pan
Downloaded the source, compiled and ran the integration tests. All passed. +1 (binding) w/ the following minor comments: # Please make a note in the release note that this version requires JDK 1.8.0.112+ (I have test w/ JDK 1.8.0.121) # Please make sure that we publish artifacts compiled w/ Scala

Re: Noise in Logs After Upgrade to 0.13

2017-08-21 Thread Prateek Maheshwari
Hi Jeremiah, Can you check if your classpath has multiple SLF4J bindings and if it's picking something other than log4j (e.g. logback) instead? If that's the case, the other implementation might not have an explicit configuration and default to logging everything to stdout. You can verify by chec

Noise in Logs After Upgrade to 0.13

2017-08-21 Thread Jeremiah Adams
I am seeing tons of noise in container logs after upgrading to samza 0.13. Changes to my job's log4j properties aren't affecting this output. Also, logs are now pointing output to stdout instead of the samza-cotnainer-n.log file. 18:42:19.761 [SAMZA-JVM-METRICS] DEBUG org.apache.samza.metrics.J