[GitHub] samza pull request #82: SAMZA-1135: Support Scala 2.12

2017-03-11 Thread logarithm
GitHub user logarithm opened a pull request: https://github.com/apache/samza/pull/82 SAMZA-1135: Support Scala 2.12 Now days more and more projects are using Scala 2.12 and Samza as a cutting edge project should support the latest version of language. Samza codebase is almost

[GitHub] samza pull request #83: SAMZA-1136: If latest offset <= 0 then SystemStreamM...

2017-03-11 Thread logarithm
GitHub user logarithm opened a pull request: https://github.com/apache/samza/pull/83 SAMZA-1136: If latest offset <= 0 then SystemStreamMetadata is incorrect Debug log says "Setting oldest offset to 0 to consume from beginning", but actually current code just ad

[GitHub] samza pull request #84: SAMZA-1138: Yarn capability check is broken

2017-03-13 Thread logarithm
GitHub user logarithm opened a pull request: https://github.com/apache/samza/pull/84 SAMZA-1138: Yarn capability check is broken After migration from yarn.container.* properties to cluster-manager.container.* properties we have to use either of them and ClusterManagerConfig

[GitHub] samza pull request #83: SAMZA-1136: If latest offset <= 0 then SystemStreamM...

2017-04-19 Thread logarithm
Github user logarithm closed the pull request at: https://github.com/apache/samza/pull/83 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #221: SAMZA-1331: Optimize Snapshot class constructor

2017-06-09 Thread logarithm
GitHub user logarithm opened a pull request: https://github.com/apache/samza/pull/221 SAMZA-1331: Optimize Snapshot class constructor In some of our workloads (where we need to gather samza metrics five times per minute) `SlidingTimeWindowReservoir.getSnapshot()` method takes up to