[jira] [Commented] (SAMZA-1455) Shutdown coordinator stream producers and consumers cleanly in JobRunner

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201372#comment-16201372 ] Jagadish commented on SAMZA-1455: - The fix is straightforward: 1. Cleanly close the coordi

[jira] [Updated] (SAMZA-1455) Shutdown coordinator stream producers and consumers cleanly in JobRunner

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadish updated SAMZA-1455: Description: Currently, we do not cleanly close the producer and consumer in the JobRunner. This means that

[jira] [Updated] (SAMZA-1455) Shutdown coordinator stream producers and consumers cleanly in JobRunner

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadish updated SAMZA-1455: Description: Currently, we do not cleanly close the producer and consumer in the JobRunner. This means that

[jira] [Created] (SAMZA-1455) Shutdown coordinator stream producers and consumers cleanly in JobRunner

2017-10-11 Thread Jagadish (JIRA)
Jagadish created SAMZA-1455: --- Summary: Shutdown coordinator stream producers and consumers cleanly in JobRunner Key: SAMZA-1455 URL: https://issues.apache.org/jira/browse/SAMZA-1455 Project: Samza

[jira] [Updated] (SAMZA-1455) Shutdown coordinator stream producers and consumers cleanly in JobRunner

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadish updated SAMZA-1455: Docs Text: (was: Currently, we do not cleanly close the producer and consumer in the JobRunner. This means

[jira] [Updated] (SAMZA-1455) Shutdown coordinator stream producers and consumers cleanly in JobRunner

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadish updated SAMZA-1455: Description: Currently, we do not cleanly close the producer and consumer in the JobRunner. This means that,

[jira] [Commented] (SAMZA-1446) Flaky test: TestHdfsSystemProducerTestSuite

2017-10-11 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201021#comment-16201021 ] Prateek Maheshwari commented on SAMZA-1446: --- Failed on Jenkins too: :samza-hdfs_

[jira] [Resolved] (SAMZA-1451) Disable integration tests conditionally in build

2017-10-11 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prateek Maheshwari resolved SAMZA-1451. --- Resolution: Fixed > Disable integration tests conditionally in build > ---

[jira] [Commented] (SAMZA-1447) YarnCliJobStatusProvider cannot handle a high QPS to the JobsResource REST endpoint

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

samza git commit: SAMZA-1447; Swapping out CLI JobStatusProvider for REST based implementation in samza-rest

2017-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master e6eb13f85 -> 072457a2e SAMZA-1447; Swapping out CLI JobStatusProvider for REST based implementation in samza-rest Removing the YarnCliJobStatusProvider since forking a new shell for every request on the JobsResource endpoint is resource i

[jira] [Commented] (SAMZA-1451) Disable integration tests conditionally in build

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

samza git commit: SAMZA-1451: Disable integration tests conditionally in build.

2017-10-11 Thread pmaheshwari
Repository: samza Updated Branches: refs/heads/master 24170389c -> e6eb13f85 SAMZA-1451: Disable integration tests conditionally in build. Remove runIntegrationTests gradle property added as a part of SAMZA-1355 and introduce skipIntegrationTests property(which inverts it). If skipIntegration

[jira] [Updated] (SAMZA-1451) Disable integration tests conditionally in build

2017-10-11 Thread Shanthoosh Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shanthoosh Venkataraman updated SAMZA-1451: --- Description: Remove runIntegrationTests gradle property added as a part of SAM

[jira] [Updated] (SAMZA-1451) Disable integration tests conditionally in build

2017-10-11 Thread Shanthoosh Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shanthoosh Venkataraman updated SAMZA-1451: --- Summary: Disable integration tests conditionally in build (was: Enable integr

[jira] [Commented] (SAMZA-1454) Globally unique and user settable IDs for stateful operators

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

[jira] [Commented] (SAMZA-1391) System generated intermediate streams should have robust naming scheme

2017-10-11 Thread Prateek Maheshwari (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200848#comment-16200848 ] Prateek Maheshwari commented on SAMZA-1391: --- cc [~bharathkk] to confirm that SAM

[jira] [Created] (SAMZA-1454) Globally unique and user settable IDs for stateful operators

2017-10-11 Thread Prateek Maheshwari (JIRA)
Prateek Maheshwari created SAMZA-1454: - Summary: Globally unique and user settable IDs for stateful operators Key: SAMZA-1454 URL: https://issues.apache.org/jira/browse/SAMZA-1454 Project: Samza

[jira] [Commented] (SAMZA-1409) add the missing parts and make guideline clearer for docs/README.md

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

samza git commit: SAMZA-1409; add missing parts and make guideline clearer for docs/README.md

2017-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master a47ed9d18 -> 24170389c SAMZA-1409; add missing parts and make guideline clearer for docs/README.md Author: Fred Ji Reviewers: Jagadish Closes #288 from fredji97/master_docs_readme Project: http://git-wip-us.apache.org/repos/asf/samza/

[jira] [Resolved] (SAMZA-1453) Update README with Travis-CI badge.

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadish resolved SAMZA-1453. - Resolution: Fixed > Update README with Travis-CI badge. > --- > >

[jira] [Closed] (SAMZA-1453) Update README with Travis-CI badge.

2017-10-11 Thread Jagadish (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadish closed SAMZA-1453. --- > Update README with Travis-CI badge. > --- > > Key: SAMZA-1453 >

[jira] [Commented] (SAMZA-1453) Update README with Travis-CI badge.

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

samza git commit: SAMZA-1453; Update README with Travis-CI badge.

2017-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master caec9c536 -> a47ed9d18 SAMZA-1453; Update README with Travis-CI badge. Added Travis-CI to README.md file. Author: Daniel Nishimura Reviewers: Jagadish Closes #323 from dnishimura/samza-1453-readme-travisci Project: http://git-wip-us.

[samza] Git Push Summary

2017-10-11 Thread nickpan47
Repository: samza Updated Branches: refs/heads/0.13.2 [deleted] 90fa985ec

[jira] [Commented] (SAMZA-1453) Update README with Travis-CI badge.

2017-10-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SAMZA-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200617#comment-16200617 ] ASF GitHub Bot commented on SAMZA-1453: --- GitHub user dnishimura opened a pull reques

[jira] [Created] (SAMZA-1453) Update README with Travis-CI badge.

2017-10-11 Thread Daniel Nishimura (JIRA)
Daniel Nishimura created SAMZA-1453: --- Summary: Update README with Travis-CI badge. Key: SAMZA-1453 URL: https://issues.apache.org/jira/browse/SAMZA-1453 Project: Samza Issue Type: Task

[CONF] Apache Samza > SEP-9 Add a Kinesis SystemConsumer and SystemProducer

2017-10-11 Thread Aditya Toomula (Confluence)
Title: Message Title Aditya Toomula edited a page   SEP-9 Add a Kinesis SystemConsumer and SystemProducer ... 4. Shard-2 is split into Shard-6 and Shard-7. ShardPartitionMapper unmaps Shard-2 and since there

[jira] [Created] (SAMZA-1452) Clean up interrupted thread bugs

2017-10-11 Thread Jake Maes (JIRA)
Jake Maes created SAMZA-1452: Summary: Clean up interrupted thread bugs Key: SAMZA-1452 URL: https://issues.apache.org/jira/browse/SAMZA-1452 Project: Samza Issue Type: Bug Reporter:

[jira] [Resolved] (SAMZA-1452) Clean up interrupted thread bugs

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

samza git commit: SAMZA-1452: Clean up interrupted thread bugs

2017-10-11 Thread jmakes
Repository: samza Updated Branches: refs/heads/master 7b0a65b14 -> caec9c536 SAMZA-1452: Clean up interrupted thread bugs Call Thread.currentThread().interrupt(); when capturing InterruptedException Author: Nacho Solis Reviewers: Jacob Maes ,Jagadish Closes #322 from isolis/cleancodebugs