[GitHub] samza pull request #25: SAMZA-1054: Refactor Operator APIs

2016-11-28 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/25 SAMZA-1054: Refactor Operator APIs Some suggestions for an Operator API refactor and misc. cleanup. It does contain some implementation changes, mostly due to deleted, extracted or merged classes

[GitHub] samza pull request #35: SAMZA-1065: Change the commit order to support at le...

2016-12-22 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/35 SAMZA-1065: Change the commit order to support at least once processing when using local state store for deduping. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] samza pull request #46: Upgraded RocksDB version to 5.0.1 and added configur...

2017-01-26 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/46 Upgraded RocksDB version to 5.0.1 and added configuration for managing RocksDB logging You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm

[GitHub] samza pull request #60: SAMZA-1091: Implement key-based inner join operator ...

2017-02-22 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/60 SAMZA-1091: Implement key-based inner join operator with no time constraints ... and no retention You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #78: SAMZA-1121: StreamAppender should not propagate exce...

2017-03-07 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/78 SAMZA-1121: StreamAppender should not propagate exceptions to the caller StreamAppender#append currently propagates any exceptions while sending messages to the underlying logging system to the

[GitHub] samza pull request #92: SAMZA-1094, SAMZA-1101: Remove MessageEnvelope from ...

2017-03-17 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/92 SAMZA-1094, SAMZA-1101: Remove MessageEnvelope from public operator APIs. Delay the creation of SinkFunction for output streams. Additionally, 1. Removed references to StreamGraph in

[GitHub] samza pull request #92: SAMZA-1094: Remove MessageEnvelope from public opera...

2017-03-27 Thread prateekm
GitHub user prateekm reopened a pull request: https://github.com/apache/samza/pull/92 SAMZA-1094: Remove MessageEnvelope from public operator APIs. SAMZA-1101: Delay the creation of SinkFunction for output streams. SAMZA-1159: Move StreamSpec from a public API to an internal class

[GitHub] samza pull request #92: SAMZA-1094: Remove MessageEnvelope from public opera...

2017-03-27 Thread prateekm
Github user prateekm closed the pull request at: https://github.com/apache/samza/pull/92 --- 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 #105: SAMZA-1176: Make TestJoinOperator unit tests safe f...

2017-03-30 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/105 SAMZA-1176: Make TestJoinOperator unit tests safe for concurrent execution There are occasional failures like the following: ```joinRetainsMatchedMessagesReverse FAILED

[GitHub] samza pull request #113: SAMZA-1191: Fixed flaky test: TestExponentialSleepS...

2017-04-05 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/113 SAMZA-1191: Fixed flaky test: TestExponentialSleepStrategy testThreadInterruptInRetryLoop It's possible that the interruptee thread (see `#interruptedThread`) gets pre-empted before it

[GitHub] samza pull request #115: SAMZA-1192: Fixed TestJoinOperator test failure on ...

2017-04-06 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/115 SAMZA-1192: Fixed TestJoinOperator test failure on JDK 1.8.0_05 You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza join-test-fix

[GitHub] samza pull request #123: SAMZA-1211: Remove Thread.sleep() from TestJoinOper...

2017-04-13 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/123 SAMZA-1211: Remove Thread.sleep() from TestJoinOperator tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza join-test-no-sleep

[GitHub] samza pull request #131: SAMZA-1176: Intermittent TestJoinOperator unit test...

2017-04-19 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/131 SAMZA-1176: Intermittent TestJoinOperator unit test failure Join TTL was set too low (10 ms). `joinRetainsMatchedMessagesReverse` will fail if the execution time between line 176 and 186 is longer

[GitHub] samza pull request #134: SAMZA-1229: Disk space monitor should only count da...

2017-04-20 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/134 SAMZA-1229: Disk space monitor should only count data in use by the container You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #142: SAMZA-1219 Add metrics for operator message receive...

2017-04-26 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/142 SAMZA-1219 Add metrics for operator message received and execution times You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #143: SAMZA-1200: Scala compile for samza-core fails with...

2017-04-26 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/143 SAMZA-1200: Scala compile for samza-core fails with ambiguous reference error... ... for some compiler versions. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] samza pull request #144: SAMZA-1026: HDFS System Producer should not have Ka...

2017-04-26 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/144 SAMZA-1026: HDFS System Producer should not have Kafka dependency You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza hdfs-kafka

[GitHub] samza pull request #159: SAMZA-1247: MessageStreamImpl#merge shouldn't mutat...

2017-05-03 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/159 SAMZA-1247: MessageStreamImpl#merge shouldn't mutate input collection Also fixes SAMZA-1253: MessageStream.merge operator broken for nested types You can merge this pull request into

[GitHub] samza pull request #169: SAMZA-1268: Javadoc cleanup for public APIs for 0.1...

2017-05-08 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/169 SAMZA-1268: Javadoc cleanup for public APIs for 0.13 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza api-docs-cleanup

[GitHub] samza pull request #170: Disabled flaky test TestProcessJob testProcessJobKi...

2017-05-08 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/170 Disabled flaky test TestProcessJob testProcessJobKillShouldWork To be fixed in SAMZA-1261 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #170: Disabled a few flaky tests and added corresponding ...

2017-05-08 Thread prateekm
Github user prateekm closed the pull request at: https://github.com/apache/samza/pull/170 --- 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 #171: Disabled a few flaky tests and added corresponding ...

2017-05-08 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/171 Disabled a few flaky tests and added corresponding tickets to fix. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza disable-flaky

[GitHub] samza pull request #174: SAMZA-1274: Update kafka-python and kafka broker ve...

2017-05-09 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/174 SAMZA-1274: Update kafka-python and kafka broker version for integration tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #175: SAMZA-1268: More javadoc cleanup for public APIs fo...

2017-05-09 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/175 SAMZA-1268: More javadoc cleanup for public APIs for 0.13 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza documentation

[GitHub] samza pull request #182: SAMZA-1277: Add a static merge() operator that take...

2017-05-10 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/182 SAMZA-1277: Add a static merge() operator that takes all streams to merge as input Also updated documentation for join and partitionBy. You can merge this pull request into a Git repository by

[GitHub] samza pull request #183: Disabled flaky test for TestExponentialSleepStrateg...

2017-05-10 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/183 Disabled flaky test for TestExponentialSleepStrategy testThreadInterruptInOperationSleep To be fixed in SAMZA-1269 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] samza pull request #187: SAMZA-1287: Updated instructions for running integr...

2017-05-11 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/187 SAMZA-1287: Updated instructions for running integration and stability tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #194: SAMZA-1221, SAMZA-1101: Internal cleanup for High-L...

2017-05-17 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/194 SAMZA-1221, SAMZA-1101: Internal cleanup for High-Level API implementation. SAMZA-1221: Separated the OperatorSpec and MessageStream DAGs so that they're now duals of each other. Users int

[GitHub] samza pull request #224: Updated test build versions to future SNAPSHOT vers...

2017-06-14 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/224 Updated test build versions to future SNAPSHOT version You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza version-update

[GitHub] samza pull request #227: Updated links, versions and feature information in ...

2017-06-15 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/227 Updated links, versions and feature information in README. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza readme-update

[GitHub] samza pull request #183: Disabled flaky test for TestExponentialSleepStrateg...

2017-06-15 Thread prateekm
Github user prateekm closed the pull request at: https://github.com/apache/samza/pull/183 --- 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 #248: SAMZA-1361: OperatorImplGraph is using wrong keys t...

2017-07-24 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/248 SAMZA-1361: OperatorImplGraph is using wrong keys to store/retrieve OperatorImpl in the map You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #251: SAMZA-1370: Memory leak in CachedStore when using B...

2017-07-25 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/251 SAMZA-1370: Memory leak in CachedStore when using ByteBufferSerde as key Serde You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #293: Support for declaring serdes in high level API code...

2017-09-08 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/293 Support for declaring serdes in high level API code for input/output/intermediate streams. @nickpan47 @vjagadish1989 @jmakes Please take a look. Some notes/considerations: * Serde

[GitHub] samza pull request #309: Added wiring for High Level API state stores, their...

2017-10-02 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/309 Added wiring for High Level API state stores, their serdes and changelogs. Provided join operator access to durable state stores. cc @vjagadish1989 for review. You can merge this pull

[GitHub] samza pull request #310: SAMZA-1109: Updated High Level API serde impl with ...

2017-10-03 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/310 SAMZA-1109: Updated High Level API serde impl with Yi's feedback @nickpan47 for review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pra

[GitHub] samza pull request #311: Added self to committers list.

2017-10-03 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/311 Added self to committers list. @vjagadish1989 You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza commiters-update Alternatively

[GitHub] samza pull request #312: Added my code signing key to KEYS

2017-10-03 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/312 Added my code signing key to KEYS @vjagadish1989 for review You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza commiters-update

[GitHub] samza pull request #227: Updated links, versions and feature information in ...

2017-10-04 Thread prateekm
Github user prateekm closed the pull request at: https://github.com/apache/samza/pull/227 ---

[GitHub] samza pull request #315: Removed circular dependency b/w samza-core test and...

2017-10-04 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/315 Removed circular dependency b/w samza-core test and samza-kv-rocksdb test Also added an implementation for KVSerde. @vjagadish1989, thanks for the TestInMemoryStore implementation! The

[GitHub] samza pull request #316: SAMZA-1435: Changed samza-api Serde implementations...

2017-10-05 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/316 SAMZA-1435: Changed samza-api Serde implementations from Scala to Java. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza java

[GitHub] samza pull request #318: SAMZA-272, SAMZA-1440, SAMZA-1269: Fixed thread int...

2017-10-06 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/318 SAMZA-272, SAMZA-1440, SAMZA-1269: Fixed thread interrupt tests in TestExponentialSleepStrategy. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #320: SAMZA-1292: Merge operator can be no-op when there ...

2017-10-09 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/320 SAMZA-1292: Merge operator can be no-op when there are no streams to merge You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza small

[GitHub] samza pull request #324: SAMZA-1454: Globally unique and user settable IDs f...

2017-10-11 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/324 SAMZA-1454: Globally unique and user settable IDs for stateful operators You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #332: Minor fixes to KeyValueStore and RocksDBKeyValueSto...

2017-10-18 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/332 Minor fixes to KeyValueStore and RocksDBKeyValueStore 1. Replaced extension class in KeyValueStore with default methods. 2. Fixed formatting in RocksDBKeyValueStore#openDB. 3. Now logs

[GitHub] samza pull request #333: SAMZA-1466: Flaky test: TestRocksDbKeyValueStore su...

2017-10-18 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/333 SAMZA-1466: Flaky test: TestRocksDbKeyValueStore suite Test failures happen intermittently because: 1. RocksDB throws an exception if open is called on a store that's already open. 2.

[GitHub] samza pull request #334: SAMZA-1464: Flushing a closed RocksDB store causes ...

2017-10-19 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/334 SAMZA-1464: Flushing a closed RocksDB store causes SIGSEGVs Made RocksDB operations check if DB is still open to avoid segfaults. You can merge this pull request into a Git repository by running

[GitHub] samza pull request #354: Ignore java fatal error log files from git and rat

2017-11-09 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/354 Ignore java fatal error log files from git and rat You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza rat-exclude-hserr

[GitHub] samza pull request #358: SAMZA-1495: Set intermediate streams as higher prio...

2017-11-14 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/358 SAMZA-1495: Set intermediate streams as higher priority by default Most changes in StreamConfig are formatting fixes. You can merge this pull request into a Git repository by running: $ git

[GitHub] samza pull request #359: SAMZA-1501: Validate operator IDs so that they don'...

2017-11-14 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/359 SAMZA-1501: Validate operator IDs so that they don't contain special characters and spaces You can merge this pull request into a Git repository by running: $ git pull https://githu

[GitHub] samza pull request #376: Updated Serde related documentation and error messa...

2017-12-01 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/376 Updated Serde related documentation and error messages for High Level API Updated and clarified the documentation and error messages related to Serdes for Input/Output/PartitionBy streams. You can

[GitHub] samza pull request #389: SAMZA-1538: Disabled Flaky Tests in TestStreamProce...

2017-12-15 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/389 SAMZA-1538: Disabled Flaky Tests in TestStreamProcessor You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza disable-flaky-test

[GitHub] samza pull request #404: SAMZA-1500: Added metrics for RocksDB state store m...

2018-01-11 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/404 SAMZA-1500: Added metrics for RocksDB state store memory usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza rocksdb-memory

[GitHub] samza pull request #414: Added some logging to stdout for easier parsing by ...

2018-01-26 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/414 Added some logging to stdout for easier parsing by tools. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza print-container-info

[GitHub] samza pull request #433: Misc. minor cleanup.

2018-02-23 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/433 Misc. minor cleanup. 1. Added a meaningful name for the container thread pool threads. 2. Made the thread names for framework threads consistent. 3. Made a couple of monitoring/metrics

[GitHub] samza pull request #455: Misc. Util cleanup

2018-03-23 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/455 Misc. Util cleanup Major changes: 1. Broke up 'Util' class into multiple classes: 'FileUtil', 'HttpUtil', 'CoordinatorStreamUtil'. 2. Consolidated so

[GitHub] samza pull request #460: SAMZA-1630: Log a thread dump on timeouts

2018-03-28 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/460 SAMZA-1630: Log a thread dump on timeouts Would be useful to get a thread dump on timeouts, e.g. for AsyncStreamTask callback timeout, container shutdown timeout, heartbeat monitor graceful

[GitHub] samza pull request #461: SAMZA-1631: Improve logging on Task callback timeou...

2018-03-28 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/461 SAMZA-1631: Improve logging on Task callback timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza task-callback-logging

[GitHub] samza pull request #462: SAMZA-1630: Move thread dump from stdout to logs

2018-03-30 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/462 SAMZA-1630: Move thread dump from stdout to logs You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza thread-dump-on-timeout

[GitHub] samza pull request #468: SAMZA-1643: StreamPartitionCountMonitor should only...

2018-04-10 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/468 SAMZA-1643: StreamPartitionCountMonitor should only restart/shut down the job if partition count increases As an aside, also update the gauge to report current number of partitions instead of the

[GitHub] samza pull request #513: Fixed test failure for TestRocksDbKeyValueStoreJava...

2018-05-09 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/513 Fixed test failure for TestRocksDbKeyValueStoreJava#testIterate RocksDB Snapshots and any iterators obtained from them need to be closed before the store is closed. Otherwise the process

[GitHub] samza pull request #514: Fixed test failure for TestRocksDbKeyValueStoreJava...

2018-05-10 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/514 Fixed test failure for TestRocksDbKeyValueStoreJava#testPerf Iterators (incl. those obtained from snapshots) must be closed before store close. You can merge this pull request into a Git

[GitHub] samza pull request #538: SAMZA-1724: Guarantee exit from ApplicationRunnerMa...

2018-05-29 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/538 SAMZA-1724: Guarantee exit from ApplicationRunnerMain during deploys You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza process

[GitHub] samza pull request #539: SAMZA-1736: Add counters and timers for batch get/p...

2018-05-30 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/539 SAMZA-1736: Add counters and timers for batch get/put/delete operations in KeyValueStorageEngine You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #546: Minor: KafkaConfig should treat empty changelog nam...

2018-06-05 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/546 Minor: KafkaConfig should treat empty changelog name as no changelog. If a store changelog stream name is empty, treat is as a non-changelogged store instead of throwing an exception. You can

[GitHub] samza pull request #552: SAMZA-1745: Remove all usages of StreamSpec and App...

2018-06-11 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/552 SAMZA-1745: Remove all usages of StreamSpec and ApplicationRunner from the operator spec and impl layers. This PR is a pre-requisite for adding support for user-provided SystemDescriptors and

[GitHub] samza pull request #586: SAMZA-1790: LocalContainerRunner should not extend ...

2018-07-27 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/586 SAMZA-1790: LocalContainerRunner should not extend AbstractApplicationRunner. LocalContainerRunner is the launcher for the process running SamzaContainer in YARN. It extends the

[GitHub] samza pull request #603: SAMZA-1804: System and Stream Descriptors

2018-08-06 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/603 SAMZA-1804: System and Stream Descriptors Design details: https://cwiki.apache.org/confluence/display/SAMZA/SEP-14%3A+System+and+Stream+Descriptors You can merge this pull request into a Git

[GitHub] samza pull request #612: SAMZA-1813: ApplicationRunner should use Planner ge...

2018-08-20 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/612 SAMZA-1813: ApplicationRunner should use Planner generated configs for StreamManager You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm

[GitHub] samza pull request #627: SAMZA-1841: Added support for marking an input stre...

2018-09-07 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/627 SAMZA-1841: Added support for marking an input stream as broadcast using InputDescriptors You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #628: SAMZA-1845: Require providing serde for default sys...

2018-09-07 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/628 SAMZA-1845: Require providing serde for default system in ApplicationDescriptor#setDefaultSystem You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #628: SAMZA-1845: Require providing serde for default sys...

2018-10-04 Thread prateekm
Github user prateekm closed the pull request at: https://github.com/apache/samza/pull/628 ---

[GitHub] samza pull request #693: SAMZA-1845: Require setting serde for intermediate ...

2018-10-04 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/693 SAMZA-1845: Require setting serde for intermediate streams in High Level API You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza

[GitHub] samza pull request #702: Application Descriptor implementation cleanup.

2018-10-10 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/702 Application Descriptor implementation cleanup. Major changes: 1. Move withDefaultSystem to the base ApplicationDescriptor interface so that it can be used for TaskApplication as well

[GitHub] samza pull request #708: System and Stream Descriptor API cleanup.

2018-10-11 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/708 System and Stream Descriptor API cleanup. Major changes: 1. Made withPhysicalName(String) a protected method in StreamDescriptor. The primary reason to set the physical name is to use

[GitHub] samza pull request #720: Consolidating package names for System, Stream, App...

2018-10-12 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/720 Consolidating package names for System, Stream, Application and Table descriptors. Everything in this PR is either: 1. A package name change and a corresponding file move. 2. Javadoc

[GitHub] samza pull request #722: Fix broken tests on master.

2018-10-12 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/722 Fix broken tests on master. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza test-fixes Alternatively you can review and apply

[GitHub] samza pull request #725: Minor fixes for issues found during testing.

2018-10-13 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/725 Minor fixes for issues found during testing. 1. Made public methods in ApplicationDescriptorImpl non-final for mocking. 2. Updated CachedTableDescriptor public method return types to include

[GitHub] samza pull request #728: User provided configuration should have higher prec...

2018-10-15 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/728 User provided configuration should have higher precedence than Samza generated configuration. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #737: Javadoc cleanup for new Application, Descriptor, Co...

2018-10-17 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/737 Javadoc cleanup for new Application, Descriptor, Context and Table APIs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza javadoc

[GitHub] samza pull request #741: Changed TaskApplicationDescriptor APIs to be fluent...

2018-10-18 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/741 Changed TaskApplicationDescriptor APIs to be fluent and consistent with StreamApplicationDescriptor API. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #743: LegacyTaskApplication should set app.mode to batch ...

2018-10-18 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/743 LegacyTaskApplication should set app.mode to batch by default. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza app-mode-fix

[GitHub] samza pull request #754: Update hardcoded versions for the 1.0.0 release.

2018-10-22 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/754 Update hardcoded versions for the 1.0.0 release. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza version-updates Alternatively

[GitHub] samza pull request #760: Javadoc cleanup for new Application, Descriptor, Co...

2018-10-24 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/760 Javadoc cleanup for new Application, Descriptor, Context and Table APIs - Part 2 Currently, we don't allow imports for use only in javadocs. This requires using FQNs in link tags, which i

[GitHub] samza pull request #783: Updated RELEASE instructions.

2018-10-30 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/783 Updated RELEASE instructions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza release-docs Alternatively you can review and

[GitHub] samza pull request #840: Minor fix to some config variable names and accesso...

2018-12-04 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/840 Minor fix to some config variable names and accessor methods. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza fix-config-names

[GitHub] samza pull request #855: Minor: Log full thread stacks in thread dumps.

2018-12-11 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/855 Minor: Log full thread stacks in thread dumps. You can merge this pull request into a Git repository by running: $ git pull https://github.com/prateekm/samza detailed-thread-dump

[GitHub] samza pull request #859: SAMZA-2042: Add support for inspecting/modifying ch...

2018-12-12 Thread prateekm
GitHub user prateekm opened a pull request: https://github.com/apache/samza/pull/859 SAMZA-2042: Add support for inspecting/modifying checkpoints before they're written. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pra

[GitHub] samza pull request #627: SAMZA-1841: Added support for marking an input stre...

2019-01-09 Thread prateekm
Github user prateekm closed the pull request at: https://github.com/apache/samza/pull/627 ---