kafka git commit: KAFKA-3502; move RocksDB options construction to init()

2017-01-17 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.10.2 eb62e5695 -> e38794e02 KAFKA-3502; move RocksDB options construction to init() In RocksDBStore, options / wOptions / fOptions are constructed in the constructor, which needs to be dismissed in the close() call; however in some tests, the

kafka git commit: KAFKA-3502; move RocksDB options construction to init()

2017-01-17 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk fd6d7bcf3 -> 1974e1b0e KAFKA-3502; move RocksDB options construction to init() In RocksDBStore, options / wOptions / fOptions are constructed in the constructor, which needs to be dismissed in the close() call; however in some tests, the

kafka git commit: KAFKA-4591; Create Topic Policy follow-up

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.2 6f72a5a53 -> eb62e5695 KAFKA-4591; Create Topic Policy follow-up 1. Added javadoc to public classes 2. Removed `s` from config name for consistency with interface name 3. The policy interface now implements Configurable and AutoCloseable

kafka git commit: KAFKA-4591; Create Topic Policy follow-up

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk e3bdc84d8 -> fd6d7bcf3 KAFKA-4591; Create Topic Policy follow-up 1. Added javadoc to public classes 2. Removed `s` from config name for consistency with interface name 3. The policy interface now implements Configurable and AutoCloseable as

kafka git commit: MINOR: remove ZK from system tests

2017-01-17 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 73b7ae001 -> e3bdc84d8 MINOR: remove ZK from system tests Author: Matthias J. Sax Reviewers: Guozhang Wang Closes #2391 from mjsax/kafka-4060-zk-follow-up-system-tests Project:

[1/2] kafka git commit: KAFKA-3452 Follow-up: Refactoring StateStore hierarchies

2017-01-17 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.10.2 c9b9acf6a -> 6f72a5a53 http://git-wip-us.apache.org/repos/asf/kafka/blob/6f72a5a5/streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBWindowStoreSupplier.java

[2/2] kafka git commit: KAFKA-3452 Follow-up: Refactoring StateStore hierarchies

2017-01-17 Thread guozhang
KAFKA-3452 Follow-up: Refactoring StateStore hierarchies This is a follow up of https://github.com/apache/kafka/pull/2166 - refactoring the store hierarchies as requested Author: Damian Guy Reviewers: Guozhang Wang Closes #2360 from

kafka git commit: KAFKA-4588: Wait for topics to be created in QueryableStateIntegrationTest.shouldNotMakeStoreAvailableUntilAllStoresAvailable

2017-01-17 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 3f6c4f63c -> 825f225bc KAFKA-4588: Wait for topics to be created in QueryableStateIntegrationTest.shouldNotMakeStoreAvailableUntilAllStoresAvailable After debugging this i can see the times that it fails there is a race between when the

kafka git commit: KAFKA-4588: Wait for topics to be created in QueryableStateIntegrationTest.shouldNotMakeStoreAvailableUntilAllStoresAvailable

2017-01-17 Thread guozhang
Repository: kafka Updated Branches: refs/heads/0.10.2 60d759a22 -> c9b9acf6a KAFKA-4588: Wait for topics to be created in QueryableStateIntegrationTest.shouldNotMakeStoreAvailableUntilAllStoresAvailable After debugging this i can see the times that it fails there is a race between when the

kafka git commit: KAFKA-4580; Use sasl.jaas.config for some system tests

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.2 e3f4cdd0e -> 2b19ad9d8 KAFKA-4580; Use sasl.jaas.config for some system tests Switched console_consumer, verifiable_consumer and verifiable_producer to use new sasl.jaas_config property instead of static JAAS configuration file when used

kafka git commit: KAFKA-4580; Use sasl.jaas.config for some system tests

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 7a84b241e -> 3f6c4f63c KAFKA-4580; Use sasl.jaas.config for some system tests Switched console_consumer, verifiable_consumer and verifiable_producer to use new sasl.jaas_config property instead of static JAAS configuration file when used

kafka git commit: MINOR: Some cleanups and additional testing for KIP-88

2017-01-17 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 55abe65e0 -> 7a84b241e MINOR: Some cleanups and additional testing for KIP-88 Author: Jason Gustafson Reviewers: Vahid Hashemian , Ismael Juma Closes #2383 from

[1/2] kafka git commit: KAFKA-4363; Documentation for sasl.jaas.config property

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/0.10.2 7946b2f35 -> e3f4cdd0e KAFKA-4363; Documentation for sasl.jaas.config property Author: Rajini Sivaram Reviewers: Ismael Juma Closes #2316 from rajinisivaram/KAFKA-4363 Project:

kafka git commit: KAFKA-4590; SASL/SCRAM system tests

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk b4d8668d6 -> 55abe65e0 KAFKA-4590; SASL/SCRAM system tests Runs sanity test and one replication test using SASL/SCRAM. Author: Rajini Sivaram Reviewers: Ewen Cheslack-Postava , Ismael Juma

kafka git commit: KAFKA-4363; Documentation for sasl.jaas.config property

2017-01-17 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk b62804a25 -> b4d8668d6 KAFKA-4363; Documentation for sasl.jaas.config property Author: Rajini Sivaram Reviewers: Ismael Juma Closes #2316 from rajinisivaram/KAFKA-4363 Project: