[GitHub] rmatharu commented on issue #876: SEP-19 : Basic Standby task/container implementation

2019-02-08 Thread GitBox
rmatharu commented on issue #876: SEP-19 : Basic Standby task/container implementation URL: https://github.com/apache/samza/pull/876#issuecomment-461914315 Closing this in lieu of https://github.com/apache/samza/pull/912 and a follow on to that.

[GitHub] rmatharu closed pull request #876: SEP-19 : Basic Standby task/container implementation

2019-02-08 Thread GitBox
rmatharu closed pull request #876: SEP-19 : Basic Standby task/container implementation URL: https://github.com/apache/samza/pull/876 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] strkkk opened a new pull request #914: SAMZA-2103: [samza-aws] code cleanup and refactoring

2019-02-08 Thread GitBox
strkkk opened a new pull request #914: SAMZA-2103: [samza-aws] code cleanup and refactoring URL: https://github.com/apache/samza/pull/914 1. Redundant things removed 2. Several methods simplified 3. Condition ``if (numRecordsPerShard > 0)`` in ``TestKinesisSystemConsumer.java`` was

[GitHub] strkkk opened a new pull request #913: SAMZA-2102: [samza-azure] code cleanup and refactoring

2019-02-08 Thread GitBox
strkkk opened a new pull request #913: SAMZA-2102: [samza-azure] code cleanup and refactoring URL: https://github.com/apache/samza/pull/913 1. Removed deprecated junit.framework.Assert 2. Add final modifiers 3. Remove redundant things (L literal, modifiers, local variables) 4.