[GitHub] samza pull request #833: Fix minor issue with operator spec graph traversal

2018-11-29 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/833 Fix minor issue with operator spec graph traversal Remove redundant traversal loop added by mistake during conflict merge. You can merge this pull request into a Git repository by running

[GitHub] samza pull request #832: SAMZA-2013: Account for cycles in graph traversal w...

2018-11-29 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/832 SAMZA-2013: Account for cycles in graph traversal within Execution Planner @prateekm Thanks, Prateek. I fixed the checkstyle issue. @srinipunuru , @atoomula FYI. You can merge this pull

[GitHub] samza pull request #830: SAMZA-2013: Account for cycles in graph traversal w...

2018-11-29 Thread ahmedahamid
Github user ahmedahamid closed the pull request at: https://github.com/apache/samza/pull/830 ---

[GitHub] samza pull request #830: SAMZA-2013: Account for cycles in graph traversal w...

2018-11-29 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/830 SAMZA-2013: Account for cycles in graph traversal within Execution Planner …anner You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #665: SAMZA-1889: Extend ExecutionPlanner to support Stre...

2018-09-26 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/665 SAMZA-1889: Extend ExecutionPlanner to support Stream-Table Joins Extend ExecutionPlanner to verify agreement in partition count among the stream(s) behind Tables — including side-input

[GitHub] samza pull request #637: SAMZA-1860: Modularize Join input validation in Exe...

2018-09-11 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/637 SAMZA-1860: Modularize Join input validation in ExecutionPlanner This change breaks down the validation of partition counts of input and intermediate streams participating in Join operations

[GitHub] samza pull request #623: SAMZA-1838: Make some minor improvements to Executi...

2018-09-04 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/623 SAMZA-1838: Make some minor improvements to ExecutionPlanner You can merge this pull request into a Git repository by running: $ git pull https://github.com/ahmedahamid/samza dev/ahabdulh

[GitHub] samza pull request #500: SAMZA-1696: Fix TestKeyValueStores flaky test

2018-05-02 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/500 SAMZA-1696: Fix TestKeyValueStores flaky test Fix flaky test testParallelReadWriteSameKey that was failing due to a race condition between the main test thread and the thread manipulating the

[GitHub] samza pull request #498: SAMZA-1476: Fix TestStatefulTask flaky test

2018-05-01 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/498 SAMZA-1476: Fix TestStatefulTask flaky test Unable to reproduce the issue even after constraining CPU/memory resources available to the JVM, this fix addresses a potential root cause — a

[GitHub] samza pull request #497: SAMZA-1243: Fix flaky tests in TestLocalStoreMonito...

2018-04-30 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/497 SAMZA-1243: Fix flaky tests in TestLocalStoreMonitor Having attempted to reproduce this issue without success, careful analysis of the code indicates the underlying issue is most likely

[GitHub] samza pull request #485: SAMZA-1261: Fix TestProcessJob flaky test

2018-04-23 Thread ahmedahamid
GitHub user ahmedahamid opened a pull request: https://github.com/apache/samza/pull/485 SAMZA-1261: Fix TestProcessJob flaky test Fix flaky test TestProcessJob testProcessJobKillShouldWork which was failing due to thread timing issues that were causing the test to fail