[jira] [Reopened] (SAMZA-1482) Restart or fail Samza jobs in YARN when input topic partition changes

2017-11-14 Thread Yi Pan (Data Infrastructure) (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Pan (Data Infrastructure) reopened SAMZA-1482: - Still missing some config doc update. > Restart or fail Samza jobs

samza git commit: SAMZA-1482: Restart or fail Samza jobs in YARN when detecting changes…

2017-11-14 Thread nickpan47
Repository: samza Updated Branches: refs/heads/master 3750f5e24 -> 6fcf7f3f4 SAMZA-1482: Restart or fail Samza jobs in YARN when detecting changes… … in input topic partitions Some high-lights of the changes: - always instantiating StreamPartitionCountMonitor on all input system streams

[jira] [Commented] (SAMZA-1501) Validate operator IDs so that they don't contain special characters and spaces

2017-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252150#comment-16252150 ] ASF GitHub Bot commented on SAMZA-1501: --- GitHub user prateekm opened a pull request:

[jira] [Created] (SAMZA-1502) Make AllSspToSingleTaskGrouper work with Yarn and ZK JobCoordinator

2017-11-14 Thread Aditya (JIRA)
Aditya created SAMZA-1502: - Summary: Make AllSspToSingleTaskGrouper work with Yarn and ZK JobCoordinator Key: SAMZA-1502 URL: https://issues.apache.org/jira/browse/SAMZA-1502 Project: Samza Issue

[jira] [Resolved] (SAMZA-1482) Restart or fail Samza jobs in YARN when input topic partition changes

2017-11-14 Thread Yi Pan (Data Infrastructure) (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Pan (Data Infrastructure) resolved SAMZA-1482. - Resolution: Fixed Fix Version/s: 0.14.0 > Restart or fail

[jira] [Created] (SAMZA-1501) Validate operator IDs so that they don't contain special characters and spaces

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1501: - Summary: Validate operator IDs so that they don't contain special characters and spaces Key: SAMZA-1501 URL: https://issues.apache.org/jira/browse/SAMZA-1501

[jira] [Commented] (SAMZA-1482) Restart or fail Samza jobs in YARN when input topic partition changes

2017-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16252151#comment-16252151 ] ASF GitHub Bot commented on SAMZA-1482: --- Github user asfgit closed the pull request at:

samza git commit: SAMZA-1492: Add exception counter to LocalStoreMonitor.

2017-11-14 Thread jmakes
Repository: samza Updated Branches: refs/heads/master d35355aa0 -> 26dd9c14c SAMZA-1492: Add exception counter to LocalStoreMonitor. Add storeGCExceptionCounter to LocalStoreMonitor(as a part of LocalStoreMonitorMetrics) to enable alerts setup in an production environment. Author:

[jira] [Commented] (SAMZA-1492) Add exception counter to LocalStoreMonitor.

2017-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251604#comment-16251604 ] ASF GitHub Bot commented on SAMZA-1492: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (SAMZA-1492) Add exception counter to LocalStoreMonitor.

2017-11-14 Thread Jake Maes (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Maes resolved SAMZA-1492. -- Resolution: Fixed Fix Version/s: 0.14.0 Issue resolved by pull request 357

[jira] [Created] (SAMZA-1493) Samza Standalone should create changelog topics

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1493: - Summary: Samza Standalone should create changelog topics Key: SAMZA-1493 URL: https://issues.apache.org/jira/browse/SAMZA-1493 Project: Samza

[jira] [Created] (SAMZA-1494) Flush operator state on end of stream

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1494: - Summary: Flush operator state on end of stream Key: SAMZA-1494 URL: https://issues.apache.org/jira/browse/SAMZA-1494 Project: Samza Issue Type:

[jira] [Created] (SAMZA-1499) Make operator storage engine factory configurable

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1499: - Summary: Make operator storage engine factory configurable Key: SAMZA-1499 URL: https://issues.apache.org/jira/browse/SAMZA-1499 Project: Samza

samza git commit: SAMZA-1490: Fix TestRepartitionJoinWindowApp

2017-11-14 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master 26dd9c14c -> 42c194040 SAMZA-1490: Fix TestRepartitionJoinWindowApp Author: Dong Lin Reviewers: Prateek Maheshwari Closes #356 from lindong28/SAMZA-1490 Project:

[jira] [Commented] (SAMZA-1487) Disable Flaky Zk Integration tests.

2017-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251955#comment-16251955 ] ASF GitHub Bot commented on SAMZA-1487: --- Github user asfgit closed the pull request at:

samza git commit: SAMZA-1487: Disable Flaky Zk Integration tests.

2017-11-14 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master 42c194040 -> 20fe6ec61 SAMZA-1487: Disable Flaky Zk Integration tests. Author: Shanthoosh Venkataraman Reviewers: Yi Pan Closes #355 from shanthoosh/master Project:

samza git commit: SAMZA-1474: Bump up rocksdb version to 5.7.3 to include licensing changes

2017-11-14 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master 20fe6ec61 -> 3750f5e24 SAMZA-1474: Bump up rocksdb version to 5.7.3 to include licensing changes You can find more details on the bug fixes and API changes [here](https://github.com/facebook/rocksdb/releases). I upgraded to 5.7.3 since

[jira] [Commented] (SAMZA-1474) Upgrade RocksDB to include apache licensing changes

2017-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251966#comment-16251966 ] ASF GitHub Bot commented on SAMZA-1474: --- Github user asfgit closed the pull request at:

[jira] [Created] (SAMZA-1495) Mark intermediate streams as higher priority than input streams in planner

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1495: - Summary: Mark intermediate streams as higher priority than input streams in planner Key: SAMZA-1495 URL: https://issues.apache.org/jira/browse/SAMZA-1495

[jira] [Created] (SAMZA-1496) Update Samza's ApplicationMaster to work with Yarn's host affinity and node labels

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1496: - Summary: Update Samza's ApplicationMaster to work with Yarn's host affinity and node labels Key: SAMZA-1496 URL: https://issues.apache.org/jira/browse/SAMZA-1496

[jira] [Created] (SAMZA-1498) Add an onTimer method to operator functions

2017-11-14 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1498: - Summary: Add an onTimer method to operator functions Key: SAMZA-1498 URL: https://issues.apache.org/jira/browse/SAMZA-1498 Project: Samza Issue

[jira] [Commented] (SAMZA-1490) Fix TestRepartitionJoinWindowApp

2017-11-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16251935#comment-16251935 ] ASF GitHub Bot commented on SAMZA-1490: --- Github user asfgit closed the pull request at:

[jira] [Resolved] (SAMZA-1490) Fix TestRepartitionJoinWindowApp

2017-11-14 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari resolved SAMZA-1490. --- Resolution: Fixed Thanks for the patch! > Fix TestRepartitionJoinWindowApp >

[jira] [Resolved] (SAMZA-1474) Upgrade RocksDB to include apache licensing changes

2017-11-14 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari resolved SAMZA-1474. --- Resolution: Fixed > Upgrade RocksDB to include apache licensing changes >