[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 asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/832 ---

[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 reque

[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 #825: SAMZA-2002 SamzaSQL Diagnostics: instrument rest of...

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

[GitHub] samza pull request #831: [SAMZA-2002] SamzaSQL Diagnostics: instrument rest ...

2018-11-29 Thread shenodaguirguis
GitHub user shenodaguirguis opened a pull request: https://github.com/apache/samza/pull/831 [SAMZA-2002] SamzaSQL Diagnostics: instrument rest of operators (except join & aggregate) and at Query level Second phase of instrumenting SamzaSQL operators to add and maintain metrics. All

[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/ahmedahami

[GitHub] samza pull request #827: SAMZA-2010: Handle null value in LocalReadWriteTabl...

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

[GitHub] samza pull request #829: SAMZA-2012: Add API for wiring an external context ...

2018-11-29 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/829 SAMZA-2012: Add API for wiring an external context through to application processing code This PR also refactors TestSamzaSqlRemoteTable to be in samza-test instead of samza-sql, since it seem

[GitHub] samza pull request #828: SAMZA-2011: Add ability to disable store timers

2018-11-29 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/828 SAMZA-2011: Add ability to disable store timers Add same ability for store timers as in SAMZA-2004 https://issues.apache.org/jira/browse/SAMZA-2004 You can merge this pull request into a Git re

[GitHub] samza pull request #827: SAMZA-2010: Handle null value in LocalReadWriteTabl...

2018-11-29 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/827 SAMZA-2010: Handle null value in LocalReadWriteTable.putAll() To be consistent with put(), null values in input should be delete operation You can merge this pull request into a Git repositor

[GitHub] samza pull request #792: SAMZA-1638: Recreate SystemProducer on KafkaCheckpo...

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

[GitHub] samza pull request #791: SAMZA-1976: MetadataStore API cleanup.

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

[GitHub] samza pull request #826: SAMZA-2009: Add ability to disable table metrics

2018-11-29 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/826 SAMZA-2009: Add ability to disable table metrics This is to back port SAMZA-2004 to 0.14.1, due to the extend of changed made in Samza 1.0, the back port is actually done manually. More de