[GitHub] kafka pull request #4324: KAFKA-6360: Clear RocksDB Segments when store is c...

2017-12-14 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4324 KAFKA-6360: Clear RocksDB Segments when store is closed Now that we support re-initializing state stores, we need to clear the segments when the store is closed so that they can be re-opened

[GitHub] kafka pull request #4318: MINOR: fix warn logging in RecordCollectorImpl

2017-12-12 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4318 MINOR: fix warn logging in RecordCollectorImpl Fix warn log message in RecordCollectorImpl so it prints the exception message rather than `{}` ### Committer Checklist (excluded from commit

[GitHub] kafka pull request #4317: KAFKA-6349: fix concurrent modification exception ...

2017-12-12 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4317 KAFKA-6349: fix concurrent modification exception in AbstractStateManager during restore Fixes a `ConcurrentModificationException` in`AbstractStateManager` that is triggered when a `StateStore` is re

[GitHub] kafka pull request #4239: KAFKA-6214: enable use of in-memory store for stan...

2017-11-20 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4239 KAFKA-6214: enable use of in-memory store for standby tasks Remove the flag in `ProcessorStateManager` that checks if a store is persistent when registering it as a standby task. Updated the smoke

[GitHub] kafka pull request #4074: MINOR: add equals to SessionWindows

2017-10-16 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4074 MINOR: add equals to SessionWindows You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka minor-session-window-equals Alternatively you can

[GitHub] kafka-site issue #91: Adding google tracking file for youtube metrics

2017-10-06 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/91 Merged to asf-site ---

[GitHub] kafka pull request #4025: KAFKA-5989: resume consumption of tasks that have ...

2017-10-05 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/4025 ---

[GitHub] kafka pull request #4025: KAFKA-5989: resume consumption of tasks that have ...

2017-10-05 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4025 KAFKA-5989: resume consumption of tasks that have state stores but no changelogging Stores where logging is disabled where never consumed as the partitions were paused, but never resumed. You can

[GitHub] kafka pull request #3740: MINOR: reduce logging to trace in NetworkClient wh...

2017-10-04 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3740 ---

[GitHub] kafka pull request #4001: KAFKA-6001: remove <Bytes, byte[]> from Materializ...

2017-10-04 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/4001 ---

[GitHub] kafka-site issue #77: MINOR: Add streams child topics to left-hand nav

2017-10-02 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/77 @miguno ---

[GitHub] kafka pull request #4002: KAFKA-5989: resume consumption of tasks that have ...

2017-10-02 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4002 KAFKA-5989: resume consumption of tasks that have state stores but no changelogging Stores where logging is disabled where never consumed as the partitions were paused, but never resumed. You can

[GitHub] kafka pull request #4001: KAFKA-6001: remove <Bytes, byte[]> from Materializ...

2017-10-02 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/4001 KAFKA-6001: remove <Bytes, byte[]> from Materialized usages Make the API simpler by removing `<Bytes, byte[]>` from usages of `Materialized`. This is already enforced when by `Mat

[GitHub] kafka pull request #3984: MINOR: update streams quickstart for KIP-182

2017-09-28 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3984 MINOR: update streams quickstart for KIP-182 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka quickstart-update Alternatively you can

[GitHub] kafka pull request #3983: KAFKA-5986: Streams State Restoration never comple...

2017-09-28 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3983 KAFKA-5986: Streams State Restoration never completes when logging is disabled When logging is disabled and there are state stores the task never transitions from restoring to running

[GitHub] kafka pull request #3981: HOTFIX: fix build compilation error

2017-09-28 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3981 HOTFIX: fix build compilation error You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka fix-build Alternatively you can review and apply

[GitHub] kafka pull request #3971: MINOR: additional kip-182 doc updates

2017-09-27 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3971 MINOR: additional kip-182 doc updates You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka kip-182-docs Alternatively you can review

[GitHub] kafka-site issue #86: MINOR:Updating Rabobank description and Zalando image ...

2017-09-26 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/86 Thanks @manjuapu, LGTM. Can you please also file a PR against apache kafka for the change to `streams/index.html'? Otherwise that change will be lost. ---

[GitHub] kafka pull request #3943: MINOR: always set Serde.Long on count operations

2017-09-22 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3943 MINOR: always set Serde.Long on count operations You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka count-materialized Alternatively you

[GitHub] kafka pull request #3936: KAFKA-5956: use serdes from materialized in table ...

2017-09-21 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3936 KAFKA-5956: use serdes from materialized in table and globalTable The new overloads `StreamBuilder.table(String, Materialized)` and `StreamsBuilder.globalTable(String, Materialized)` need to set

[GitHub] kafka-site issue #82: Adding minor style changes

2017-09-21 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/82 @manjuapu you should be able to close it yourself? I can't close it. ---

[GitHub] kafka pull request #3921: MINOR: add upgrade note for KIP-173 topic configs

2017-09-20 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3921 MINOR: add upgrade note for KIP-173 topic configs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka minor-kip-173-docs Alternatively you

[GitHub] kafka pull request #3905: MINOR: change task initialization logging levels

2017-09-19 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3905 MINOR: change task initialization logging levels In `AssignedTasks` log at debug all task ids that are yet to be initialized. In `StreamsTask` log at trace when the task is initialized. You can

[GitHub] kafka pull request #3903: KAFKA-5931: deprecate KTable#through and KTable#to

2017-09-19 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3903 KAFKA-5931: deprecate KTable#through and KTable#to You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka deprectate-to-through Alternatively

[GitHub] kafka pull request #3902: KAFKA-5922: Add SessionWindowedKStream

2017-09-19 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3902 KAFKA-5922: Add SessionWindowedKStream Add `SessionWindowedKStream` and implementation. Deprecate existing `SessionWindow` `aggregate` methods on `KGroupedStream` You can merge this pull request

[GitHub] kafka pull request #3892: MINOR: use StoreBuilder in KStreamImpl rather than...

2017-09-18 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3892 MINOR: use StoreBuilder in KStreamImpl rather than StateStoreSupplier You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka cleanup-state

[GitHub] kafka pull request #3889: KAFKA-5921: add Materialized overloads to windowed...

2017-09-18 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3889 KAFKA-5921: add Materialized overloads to windowed kstream Add `Materialized` overloads to `WindowedKStream`. Deprecate existing methods on `KGroupedStream` You can merge this pull request into a Git

[GitHub] kafka pull request #3858: MINOR: update docs to add note about removing SNAP...

2017-09-18 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3858 ---

[GitHub] kafka-site issue #77: MINOR: Add streams child topics to left-hand nav

2017-09-15 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/77 as per: https://github.com/apache/kafka-site/pull/78#issuecomment-329644776 ---

[GitHub] kafka-site issue #78: MINOR: Add header items

2017-09-15 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/78 @joel-hamill thanks for the PR. However... these changes should be made against the Apache Kafka project - otherwise we run the risk of losing them. ---

[GitHub] kafka pull request #3868: KAFKA-5908: fix range query in CompositeReadOnlyWi...

2017-09-15 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3868 KAFKA-5908: fix range query in CompositeReadOnlyWindowStore The `NextIteratorFunction` in `CompositeReadOnlyWindowStore` was incorrectly using the `timeFrom` as the `timeTo` You can merge this pull

[GitHub] kafka pull request #3857: MINOR: Bump version in streams quickstart archetyp...

2017-09-14 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3857 ---

[GitHub] kafka pull request #3858: MINOR: update docs to add note about removing SNAP...

2017-09-14 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3858 MINOR: update docs to add note about removing SNAPSHOT from streams dependency You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka docs

[GitHub] kafka pull request #3857: MINOR: Bump version in streams quickstart archetyp...

2017-09-14 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3857 MINOR: Bump version in streams quickstart archetype pom.xml You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka fix-archetype-version

[GitHub] kafka pull request #3847: MINOR: update tutorial doc to match ak-site

2017-09-13 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3847 MINOR: update tutorial doc to match ak-site You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka minor-doc-update Alternatively you can

[GitHub] kafka pull request #3846: MINOR: update release script for streams quickstar...

2017-09-13 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3846 MINOR: update release script for streams quickstart You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka minor-release-script Alternatively

[GitHub] kafka pull request #3837: KAFKA-5873: add materialized overloads to StreamsB...

2017-09-12 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3837 KAFKA-5873: add materialized overloads to StreamsBuilder Add overloads for `table` and `globalTable` that use `Materialized` You can merge this pull request into a Git repository by running

[GitHub] kafka pull request #3829: KAFKA-5655: materialized count, aggregate, reduce ...

2017-09-11 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3829 KAFKA-5655: materialized count, aggregate, reduce to KGroupedTable Add overloads of `count`, `aggregate`, `reduce` using `Materialized` to `KGroupedTable` deprecate other overloads You can merge

[GitHub] kafka pull request #3827: KAFKA-5654: add materialized count, reduce, aggreg...

2017-09-11 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3827 KAFKA-5654: add materialized count, reduce, aggregate to KGroupedStream Add overloads of `count`, `reduce`, and `aggregate` that are `Materialized` to `KGroupedStream`. Refactor common parts

[GitHub] kafka pull request #3826: KAFKA:5653: add join overloads to KTable

2017-09-11 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3826 KAFKA:5653: add join overloads to KTable Add `join`, `leftJoin`, `outerJoin` overloads that use `Materialized` to `KTable` You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request #3825: KAFKA-5817: [FOLLOW-UP] add SerializedInternal

2017-09-11 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3825 KAFKA-5817: [FOLLOW-UP] add SerializedInternal Add `SerializedInternal` class and remove getters from `Serialized` You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #3817: MINOR: make Printed copy ctor protected

2017-09-08 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3817 MINOR: make Printed copy ctor protected You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka printed-ctor-protected Alternatively you can

[GitHub] kafka pull request #3816: MINOR: make Consumed copy ctor protected

2017-09-08 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3816 MINOR: make Consumed copy ctor protected You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka consumed-ctor Alternatively you can review

[GitHub] kafka pull request #3810: KAFKA-5816: [FOLLOW UP] - create ProducedInternal ...

2017-09-07 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3810 KAFKA-5816: [FOLLOW UP] - create ProducedInternal class Create `ProducedInternal` and remove getters from `Produced` You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #3809: KAFKA-5853: implement WindowedKStream

2017-09-07 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3809 KAFKA-5853: implement WindowedKStream Add the `WindowedKStream` interface and implementation of methods that don't require `Materialized` You can merge this pull request into a Git repository

[GitHub] kafka pull request #3807: KAFKA-5852: Add filter, filterNot, mapValues and M...

2017-09-07 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3807 KAFKA-5852: Add filter, filterNot, mapValues and Materialized to KTable Add overloads of `filter`, `filterNot`, `mapValues` that take `Materialized` as a param to `KTable`. Deprecate overloads using

[GitHub] kafka pull request #3802: KAFKA-5844: add groupBy(selector, serialized) to K...

2017-09-06 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3802 KAFKA-5844: add groupBy(selector, serialized) to Ktable add `KTable#groupBy(KeyValueMapper, Serialized)` and deprecate the overload with `Serde` params You can merge this pull request into a Git

[GitHub] kafka pull request #3793: MINOR: add mvn-pgp-plugin to sign streams quicksta...

2017-09-05 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3793 MINOR: add mvn-pgp-plugin to sign streams quickstart jars You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka sign-mvn-jars Alternatively

[GitHub] kafka pull request #3790: MINOR: fix scalaVersion variable in templateData.j...

2017-09-05 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3790 MINOR: fix scalaVersion variable in templateData.js You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka fix-js-tempate Alternatively you

[GitHub] kafka pull request #3786: MINOR: preparing for bug fix release

2017-09-05 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3786 ---

[GitHub] kafka pull request #3786: MINOR: preparing for bug fix release

2017-09-04 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3786 MINOR: preparing for bug fix release You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka 0.11.0 Alternatively you can review and apply

[GitHub] kafka pull request #3784: KAFKA-5832: add Consumed and change StreamBuilder ...

2017-09-04 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3784 KAFKA-5832: add Consumed and change StreamBuilder to use it Added `Consumed` class. Updated `StreamBuilder#stream`, `StreamBuilder#table`, `StreamBuilder#globalTable` You can merge this pull

[GitHub] kafka pull request #3783: KAFKA-5515: Remove date formatting from Segments

2017-09-04 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3783 KAFKA-5515: Remove date formatting from Segments Remove date formatting from `Segments` and use the `segementId` instead. Add tests to make sure can load old segments. Rename old segment dirs

[GitHub] kafka pull request #3776: KAFKA-5819: Add Joined class and relevant KStream ...

2017-09-01 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3776 KAFKA-5819: Add Joined class and relevant KStream join overloads Add the `Joined` class and the overloads to `KStream` that use it. Deprecate existing methods that have `Serde` params You can

[GitHub] kafka pull request #3772: KAFKA-5817: Add Serialized class and overloads to ...

2017-08-31 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3772 KAFKA-5817: Add Serialized class and overloads to KStream#groupBy and KStream#groupByKey Part of KIP-182 - Add the `Serialized` class - implement overloads of `KStream#groupByKey` and KStream

[GitHub] kafka pull request #3770: KAFKA-5816: add Produced class, KStream#to(topic, ...

2017-08-31 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3770 KAFKA-5816: add Produced class, KStream#to(topic, Produced), and KStream#through(topic, Produced) Add the `Produced` class and `KStream` overloads that use it: `KStream#to(String, Produced

[GitHub] kafka pull request #3768: KAFKA:5652 add Printed class and KStream#print(pri...

2017-08-31 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3768 KAFKA:5652 add Printed class and KStream#print(printed) Part of KIP-182 - Add `Printed` class and `KStream#print(Printed)` - deprecate all other `print` and `writeAsText` methods You can merge

[GitHub] kafka pull request #3767: KAFKA-5650: add StateStoreBuilder interface and im...

2017-08-31 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3767 KAFKA-5650: add StateStoreBuilder interface and implementations Part of KIP-182 - Add `StateStoreBuilder` interface and `WindowStateStoreBuilder`, `KeyValueStateStoreBuilder

[GitHub] kafka pull request #3759: [WIP]: extract and make public KeySchema & HasNext...

2017-08-31 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3759 --- 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

[GitHub] kafka pull request #3759: [WIP]: extract and make public KeySchema & HasNext...

2017-08-30 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3759 [WIP]: extract and make public KeySchema & HasNextCondition You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka keyschema-ext

[GitHub] kafka pull request #3754: KAFKA-5804: retain duplicates in ChangeLoggingWind...

2017-08-29 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3754 KAFKA-5804: retain duplicates in ChangeLoggingWindowBytesStore `ChangeLoggingWindowBytesStore` needs to have the same `retainDuplicates` functionality as `RocksDBWindowStore` else data could be lost

[GitHub] kafka pull request #3747: KAFKA-5787: StoreChangelogReader needs to restore ...

2017-08-29 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3747 --- 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

[GitHub] kafka pull request #3747: KAFKA-5787: StoreChangelogReader needs to restore ...

2017-08-27 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3747 KAFKA-5787: StoreChangelogReader needs to restore partitions that were added post initialization If a task fails during initialization due to a LockException, its changelog partitions

[GitHub] kafka pull request #3740: MINOR: reduce logging to trace in NetworkClient wh...

2017-08-25 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3740 MINOR: reduce logging to trace in NetworkClient when an old server API is being used logging in `NetworkClient#doSend´ at debug level is spamming the logs when you have a producer that is sending

[GitHub] kafka pull request #3736: KAFKA-5787: StoreChangelogReader needs to restore ...

2017-08-25 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3736 KAFKA-5787: StoreChangelogReader needs to restore partitions that were added post initialization If a task fails during initialization due to a LockException, its changelog partitions

[GitHub] kafka pull request #3729: KAFKA-5749: Add MeteredSessionStore and Changelogg...

2017-08-24 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3729 KAFKA-5749: Add MeteredSessionStore and ChangeloggingSessionBytesStore. Make MeteredSessionStore the outermost store. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #3724: KAFKA-5769: Transient test failure org.apache.kafk...

2017-08-24 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3724 --- 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

[GitHub] kafka pull request #3725: HOTFIX: reduce streams benchmark input records to ...

2017-08-23 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3725 HOTFIX: reduce streams benchmark input records to 10 million We are occasionally hitting some timeouts due to processing not finishing. So rather than failing the build for these reasons it would

[GitHub] kafka pull request #3724: KAFKA-5769: Transient test failure org.apache.kafk...

2017-08-23 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3724 KAFKA-5769: Transient test failure org.apache.kafka.streams.integration.KStreamRepartitionJoinTest.shouldCorrectlyRepartitionOnJoinOperationsWithZeroSizedCache Don't start the consumer until streams

[GitHub] kafka pull request #3692: KAFKA-5689:Add MeteredWindowStore and refactor sto...

2017-08-18 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3692 KAFKA-5689:Add MeteredWindowStore and refactor store hierarchy Add MeteredWindowStore and ChangeLoggingWindowBytesStore. Refactor Store hierarchy such that Metered is always the outermost store

[GitHub] kafka pull request #3685: KAFKA-5668: fetch across stores in CompositeReadOn...

2017-08-17 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3685 KAFKA-5668: fetch across stores in CompositeReadOnlyWindowStore & CompositeReadOnlySessionStore Fix range queries in `CompositeReadOnlyWindowStore` and `CompositeReadOnlySessionStore` to fetch ac

[GitHub] kafka pull request #3675: KAFKA-5152: perform state restoration in poll loop

2017-08-16 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3675 KAFKA-5152: perform state restoration in poll loop You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka kafka-5152 Alternatively you can

[GitHub] kafka pull request #3170: KAFKA-5054: ChangeLoggingKeyValueByteStore delete ...

2017-08-16 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3170 --- 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

[GitHub] kafka pull request #3653: KAFKA-5152: move state restoration out of rebalanc...

2017-08-16 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3653 --- 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

[GitHub] kafka pull request #3654: KAFKA-5562: Do streams state directory cleanup on ...

2017-08-11 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3654 --- 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

[GitHub] kafka pull request #3654: KAFKA-5562: Do streams state directory cleanup on ...

2017-08-10 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3654 KAFKA-5562: Do streams state directory cleanup on a single thread Backported from trunk: https://github.com/apache/kafka/pull/3516 You can merge this pull request into a Git repository by running

[GitHub] kafka pull request #3653: KAFKA-5152: move state restoration out of rebalanc...

2017-08-10 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3653 KAFKA-5152: move state restoration out of rebalance and into poll loop In `onPartitionsAssigned`: 1. release all locks for non-assigned suspended tasks. 2. resume any suspended tasks. 3

[GitHub] kafka pull request #3652: MINOR: change log level in ThreadCache to trace

2017-08-10 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3652 --- 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

[GitHub] kafka pull request #3652: MINOR: change log level in ThreadCache to trace

2017-08-10 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3652 MINOR: change log level in ThreadCache to trace cache eviction logging at debug level is too high volume You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3633: MINOR: streams memory management docs

2017-08-09 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3633 --- 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

[GitHub] kafka pull request #3650: KAFKA-5717: InMemoryKeyValueStore should delete ke...

2017-08-09 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3650 KAFKA-5717: InMemoryKeyValueStore should delete keys with null values during restore Fixed a bug in the InMemoryKeyValueStore restoration where a key with a `null` value is written in to the map

[GitHub] kafka pull request #3633: MINOR: streams memory management docs

2017-08-07 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3633 MINOR: streams memory management docs update streams memory management docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka mem-doc-011

[GitHub] kafka pull request #3624: KAFKA-5702: extract refactor StreamThread

2017-08-04 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3624 KAFKA-5702: extract refactor StreamThread Extracted `TaskManager` to handle all task related activities. Make `StandbyTaskCreator`, `TaskCreator`, and `RebalanceListener` static classes so

[GitHub] kafka pull request #3604: MINOR: add memory management section to streams do...

2017-08-01 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3604 MINOR: add memory management section to streams docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka memory-management-docs

[GitHub] kafka pull request #3592: KAFKA-5673: refactor KeyValueStore hierarchy to ma...

2017-07-28 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3592 KAFKA-5673: refactor KeyValueStore hierarchy to make MeteredKeyValueStore outermost refactor StateStoreSuppliers such that a `MeteredKeyValueStore` is the outermost store. You can merge this pull

[GitHub] kafka pull request #3588: HOTFIX: fix threading issue in MeteredKeyValueStor...

2017-07-27 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3588 HOTFIX: fix threading issue in MeteredKeyValueStore `MeteredKeyValueStore` wasn't thread safe. Interleaving operations could modify the state, i.e, the `key` and/or `value` which could result

[GitHub] kafka pull request #3516: KAFKA-5562: execute state dir cleanup on single th...

2017-07-10 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3516 KAFKA-5562: execute state dir cleanup on single thread Use a single `StateDirectory` per streams instance. Use threadId to determine which thread owns the lock. Only allow the owning thread

[GitHub] kafka-site issue #65: MINOR: add Interactive Queries docs

2017-07-07 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/65 @guozhangwang , yep had the discussion with @ijuma today. Managed to break everything in the process due to changes that weren't in `kafka` that were in `kafka-site` and changes in `kafka` that were

[GitHub] kafka-site pull request #65: MINOR: add Interactive Queries docs

2017-07-07 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka-site/pull/65 --- 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

[GitHub] kafka pull request #3502: HOTFIX: fix paths in streams index

2017-07-07 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3502 HOTFIX: fix paths in streams index You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka doc-fixes Alternatively you can review and apply

[GitHub] kafka-site issue #65: MINOR: add Interactive Queries docs

2017-07-07 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/65 Can't i just merge this PR? The process there seems more about creating a new version for a release, i.e, i don't want to update everything --- If your project is set up for it, you can reply

[GitHub] kafka pull request #3493: HOTFIX: fix broken streams test

2017-07-06 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3493 HOTFIX: fix broken streams test You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka hotfix-test-failure Alternatively you can review

[GitHub] kafka-site pull request #65: MINOR: add Interactive Queries docs

2017-07-06 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka-site/pull/65 MINOR: add Interactive Queries docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka-site iq-doc-update Alternatively you can review

[GitHub] kafka-site issue #65: MINOR: add Interactive Queries docs

2017-07-06 Thread dguy
Github user dguy commented on the issue: https://github.com/apache/kafka-site/pull/65 @guozhangwang --- 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

[GitHub] kafka pull request #3484: MINOR: add IQ docs to streams documentation

2017-07-04 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3484 MINOR: add IQ docs to streams documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka iq-doc Alternatively you can review

[GitHub] kafka pull request #3469: MINOR: remove unused eosEnabled field from Process...

2017-06-30 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3469 MINOR: remove unused eosEnabled field from ProcessorStateManager remove unused eosEnabled field from ProcessorStateManager You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request #3459: KAFKA-3741: allow users to specify default topic c...

2017-06-29 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3459 KAFKA-3741: allow users to specify default topic configs for internal topics Allow users to specify default topic configs for streams internal topics by supplying properties from `TopicConfig

[GitHub] kafka pull request #3410: KAFKA-4913: prevent creation of window stores with...

2017-06-22 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3410 KAFKA-4913: prevent creation of window stores with less than 2 segments Throw IllegalArgumentException when attempting to create a `WindowStore` via `Stores` or directly

[GitHub] kafka pull request #3384: MINOR: remove unused hitRatio field in NamedCache

2017-06-20 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3384 MINOR: remove unused hitRatio field in NamedCache You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka remove-unused-field Alternatively

[GitHub] kafka pull request #3255: KAFKA-3741: add min.insync.replicas config to Stre...

2017-06-19 Thread dguy
Github user dguy closed the pull request at: https://github.com/apache/kafka/pull/3255 --- 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

  1   2   3   >