[GitHub] samza pull request #584: SAMZA-1787: Refactor TaskStorageManager to use SSPM...

2018-12-19 Thread cameronlee314
Github user cameronlee314 closed the pull request at: https://github.com/apache/samza/pull/584 ---

[GitHub] samza pull request #856: Minor: properly close KafkaCheckpointManager in Tes...

2018-12-11 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/856 Minor: properly close KafkaCheckpointManager in TestKafkaCheckpointManager Higher versions of KafkaServerTestHarness will validate that certain threads are no longer alive when the test class

[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

[GitHub] samza pull request #734: Minor: fixing javadocs in ApplicationTaskContextFac...

2018-10-16 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/734 Minor: fixing javadocs in ApplicationTaskContextFactory and StreamProcessor You can merge this pull request into a Git repository by running: $ git pull https://github.com/cameronlee314

[GitHub] samza pull request #672: SAMZA-1714: Creating shared context factory for sha...

2018-09-27 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/672 SAMZA-1714: Creating shared context factory for shared context objects This includes changes in https://github.com/apache/samza/pull/626. You can merge this pull request into a Git repository

[GitHub] samza pull request #663: SAMZA-1913: Documentation for deployment models

2018-09-25 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/663 SAMZA-1913: Documentation for deployment models https://user-images.githubusercontent.com/37879374/46053365-59274100-c0f7-11e8-9e43-a1d7612b9330.png;> You can merge this pull requ

[GitHub] samza pull request #646: SAMZA-1874: Refactor SamzaContainer and TaskInstanc...

2018-09-18 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/646 SAMZA-1874: Refactor SamzaContainer and TaskInstance unit tests to make shared context changes easier This replaces https://github.com/apache/samza/pull/638, I accidentally messed up

[GitHub] samza pull request #638: SAMZA-1874: Refactor SamzaContainer and TaskInstanc...

2018-09-18 Thread cameronlee314
Github user cameronlee314 closed the pull request at: https://github.com/apache/samza/pull/638 ---

[GitHub] samza pull request #644: SAMZA-1880: Rename non-metrics classes which use Ti...

2018-09-17 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/644 SAMZA-1880: Rename non-metrics classes which use Timer in their name Summary of API changes: 1. TimerRegistry -> KeyScheduler; _register_ -> _schedule_ 2. TimerFu

[GitHub] samza pull request #639: SAMZA-1879: Remove deprecated containerId from Cont...

2018-09-14 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/639 SAMZA-1879: Remove deprecated containerId from ContainerModel You can merge this pull request into a Git repository by running: $ git pull https://github.com/cameronlee314/samza

[GitHub] samza pull request #638: SAMZA-1874: Refactor SamzaContainer and TaskInstanc...

2018-09-12 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/638 SAMZA-1874: Refactor SamzaContainer and TaskInstance unit tests to make shared context changes easier You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #584: SAMZA-1787: Refactor TaskStorageManager to use SSPM...

2018-07-26 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/584 SAMZA-1787: Refactor TaskStorageManager to use SSPMetadataCache during init Testing done: Deployed test job with changelog with no existing file offset, verified through logging

[GitHub] samza pull request #564: SAMZA-1760: SystemAdmin is not started properly in ...

2018-06-26 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/564 SAMZA-1760: SystemAdmin is not started properly in a few places You can merge this pull request into a Git repository by running: $ git pull https://github.com/cameronlee314/samza

[GitHub] samza pull request #562: Minor: Changing tests which use resource files to u...

2018-06-22 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/562 Minor: Changing tests which use resource files to use Class.getResource instead of File to get the path to the resource; without this change, these tests fail when run in the IDE You can

[GitHub] samza pull request #561: SAMZA-1756: System exit calls in ApplicationRunnerM...

2018-06-22 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/561 SAMZA-1756: System exit calls in ApplicationRunnerMain break ProcessJob and cause unit tests to get skipped You can merge this pull request into a Git repository by running: $ git pull

[GitHub] samza pull request #549: SAMZA-1738 : Merge in some minor additions from Lin...

2018-06-07 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/549 SAMZA-1738 : Merge in some minor additions from Linkedin branch You can merge this pull request into a Git repository by running: $ git pull https://github.com/cameronlee314/samza

[GitHub] samza pull request #483: SAMZA-1670 : When fetching a newest offset for a pa...

2018-05-11 Thread cameronlee314
Github user cameronlee314 closed the pull request at: https://github.com/apache/samza/pull/483 ---

[GitHub] samza pull request #520: SAMZA-1670 : When fetching a newest offset for a pa...

2018-05-11 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/520 SAMZA-1670 : When fetching a newest offset for a partition, also prefetch and cache the newest offsets for other partitions on the container You can merge this pull request into a Git

[GitHub] samza pull request #512: SAMZA-1709 : Use lazy creation for SystemAdmins in ...

2018-05-09 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/512 SAMZA-1709 : Use lazy creation for SystemAdmins in ApplicationRunners An instance of SystemAdmins is created when instantiating any AbstractApplicationRunner, but the SystemAdmins is only

[GitHub] samza pull request #509: SAMZA-1700 : Clean up SystemAdmins instance creatio...

2018-05-08 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/509 SAMZA-1700 : Clean up SystemAdmins instance creation flows The SystemAdmins class has a special "test" constructor for building SystemAdmins instances for unit tests. However,

[GitHub] samza pull request #486: SAMZA-1582 : Updated yajl-ruby ~> 1.3.1; actually j...

2018-04-23 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/486 SAMZA-1582 : Updated yajl-ruby ~> 1.3.1; actually just removed the ya… …jl-ruby dependency Many of the ruby dependencies for building the docs site are years old. After upgrad

[GitHub] samza pull request #483: adding getNewestOffset API to StreamMetadataCache a...

2018-04-23 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/483 adding getNewestOffset API to StreamMetadataCache and using it in Tas… …kStorageManager Testing done: ./gradlew clean check ./bin/integration-tests.sh Implemented

[GitHub] samza pull request #482: allowing redirects for virtualenv download for sett...

2018-04-23 Thread cameronlee314
GitHub user cameronlee314 opened a pull request: https://github.com/apache/samza/pull/482 allowing redirects for virtualenv download for setting up integration… … tests; current url returns a 301 Moved Permanently You can merge this pull request into a Git repository by running