[samza] branch master updated (6ff4863 -> 454bfab)

2019-12-16 Thread cameronlee
This is an automated email from the ASF dual-hosted git repository. cameronlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/samza.git. from 6ff4863 Adding null-check before incrementing metrics for bytesSerialized (#1234) add 454bfab SAMZA-2418:

[GitHub] [samza] cameronlee314 merged pull request #1235: SAMZA-2418: Integration tests are failing and do not properly pass params to zopkio

2019-12-16 Thread GitBox
cameronlee314 merged pull request #1235: SAMZA-2418: Integration tests are failing and do not properly pass params to zopkio URL: https://github.com/apache/samza/pull/1235 This is an automated message from the Apache Git Ser

[jira] [Created] (SAMZA-2419) Duplicate store cleaning in TransactionalStateTaskRestoreManager

2019-12-16 Thread Brett Konold (Jira)
Brett Konold created SAMZA-2419: --- Summary: Duplicate store cleaning in TransactionalStateTaskRestoreManager Key: SAMZA-2419 URL: https://issues.apache.org/jira/browse/SAMZA-2419 Project: Samza

[GitHub] [samza] bkonold opened a new pull request #1236: SAMZA-2419: removing duplicate cleaning of stores

2019-12-16 Thread GitBox
bkonold opened a new pull request #1236: SAMZA-2419: removing duplicate cleaning of stores URL: https://github.com/apache/samza/pull/1236 Issues: Code block for cleaning logged stores according to config value is duplicated. Changes: Removing duplicate code block. Tests: N/

[GitHub] [samza] bkonold commented on a change in pull request #1236: SAMZA-2419: removing duplicate cleaning of stores

2019-12-16 Thread GitBox
bkonold commented on a change in pull request #1236: SAMZA-2419: removing duplicate cleaning of stores URL: https://github.com/apache/samza/pull/1236#discussion_r358530751 ## File path: samza-core/src/main/java/org/apache/samza/storage/TransactionalStateTaskRestoreManager.java ###