736 Commits (e2e8d4a57a83693b946c3e26f9be2e41a7341ab4)

Author SHA1 Message Date
Damian Guy 56c61745de KAFKA-4540: Suspended tasks that are not assigned to the StreamThread need to be closed before new active and standby tasks are created 8 years ago
Damian Guy 0321bf5aa6 KAFKA-4473: RecordCollector should handle retriable exceptions more strictly 8 years ago
Damian Guy 65acff32d1 KAFKA-4534: StreamPartitionAssignor only ever updates the partitionsByHostState and metadataWithInternalTopics on first assignment 8 years ago
Damian Guy 056ed86600 KAFKA-4539: StreamThread is not correctly creating StandbyTasks 8 years ago
Damian Guy 233cd4b18a KAFKA-4537: StreamPartitionAssignor incorrectly adds standby partitions to the partitionsByHostState map 8 years ago
Matthias J. Sax c2cfadf254 MINOR: update KStream JavaDocs 8 years ago
Eno Thereska ea724497a8 HOTFIX: Streams fix state transition stuck on rebalance 8 years ago
Damian Guy 448f194c70 KAFKA-4532: StateStores can be connected to the wrong source topic resulting in incorrect metadata returned from Interactive Queries 8 years ago
Matthias J. Sax 8591137869 KAFKA-4509: Task reusage on rebalance fails for threads on same host 8 years ago
Damian Guy 21d7e6f19b KAFKA-4516: When a CachingStateStore is closed it should clear its associated NamedCache 8 years ago
Matthias J. Sax 6f7ed15dad KAFKA-4510: StreamThread must finish rebalance in state PENDING_SHUTDOWN 8 years ago
Matthias J. Sax 1d586cb50a KAFKA-4476: Kafka Streams gets stuck if metadata is missing 8 years ago
Eno Thereska 7c7becd4cb KAFKA-4486: Don't commit offsets on exception 8 years ago
Matthias J. Sax 9bed8fbcfc KAFKA-4393: Improve invalid/negative TS handling 8 years ago
Matthias J. Sax 1949a76bc4 MINOR: Update JavaDoc of KStream interface 8 years ago
Guozhang Wang 600859e77c KAFKA-4392; Handle NoSuchFileException gracefully in StateDirectory 8 years ago
Damian Guy e9a67a8daa KAFKA-4492: Make the streams cache eviction policy tolerable to reentrant puts 8 years ago
Damian Guy a4592a1864 KAFKA-4488: UnsupportedOperationException during initialization of StandbyTask 8 years ago
Eno Thereska 8fd5b6a666 HOTFIX: Temporary suspension of 2 tests 8 years ago
Eno Thereska 93804d50ff 2198 8 years ago
Ismael Juma 128d0ff91d KAFKA-2247; Merge kafka.utils.Time and kafka.common.utils.Time 8 years ago
Eno Thereska ea42d65354 KAFKA-3637: Added initial states 8 years ago
Eno Thereska 7d0f3e75ad KAFKA-4427: Skip topic groups with no tasks 8 years ago
Matthias J. Sax 724cddbc56 KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic 8 years ago
Eno Thereska dcea5f8388 KAFKA-4355: Skip topics that have no partitions 8 years ago
Jeyhun Karimov eaf0e4af34 KAFKA-3825: Allow users to specify different types of state stores in Streams DSL 8 years ago
Damian Guy 2daa10d77f KAFKA-4366: KafkaStreams.close() blocks indefinitely 8 years ago
Eno Thereska 04a13e82a6 KAFKA-4359: Remove commit interval in integration tests for testing caching effects 8 years ago
Damian Guy 64a860c585 KAFKA-4379: Remove caching of dirty and removed keys from StoreChangeLogger 8 years ago
Dan Norwood 0fc1898bf6 HOTFIX: failing to close this iterator causes leaks in rocksdb 8 years ago
Matthias J. Sax d8fa4006cb MINOR: improve exception message for incompatible Serdes to actual key/value data types 8 years ago
Guozhang Wang cc62b4f844 revert streams/src/main/java/org/apache/kafka/streams/processor/ConsumerRecordTimestampExtractor.java 8 years ago
Matthias J. Sax 6972d9476f MINOR: add upgrade guide for Kafka Streams API 8 years ago
Damian Guy a66ca1624c MINOR: fix incorrect logging in StreamThread 8 years ago
Damian Guy f1e1b6e744 MINOR: remove unused fields from KTableImpl 8 years ago
Damian Guy 7c36fc3776 KAFKA-4311: Multi layer cache eviction causes forwarding to incorrect ProcessorNode 8 years ago
Xavier Léauté 8ab8f37b43 MINOR: fix typos and incorrect docs 8 years ago
Dan Norwood 11766ad318 MINOR: some trace logging for streams debugging 8 years ago
Damian Guy 92287849e4 MINOR: remove commented out code and System.out.println 8 years ago
Matthias J. Sax fbbe5821c2 KAFKA-4352: instable ResetTool integration test 8 years ago
Damian Guy ba322e5420 KAFKA-4361: Streams does not respect user configs for "default" params 8 years ago
Matthias J. Sax 76b0702841 HOTFIX: improve error message on invalid input record timestamp 8 years ago
Matthias J. Sax 18223415b0 KAFKA-4302: Simplify KTableSource 8 years ago
Eno Thereska 29ea4b0f14 KAFKA-3559: Recycle old tasks when possible 8 years ago
Guozhang Wang a4ab9d02a2 KAFKA-4117: Stream partitionassignro cleanup 8 years ago
Matthias J. Sax dab3617e1a MINOR: improve JavaDoc for Streams window retention time 8 years ago
Ismael Juma d092673838 MINOR: A bunch of clean-ups related to usage of unused variables 8 years ago
Matthias J. Sax 63da487213 KAFAK-4058: Failure in org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterReset 8 years ago
Vahid Hashemian 7afdad8c37 KAFKA-3144; Report members with no assigned partitions in ConsumerGroupCommand 8 years ago
Matthias J. Sax 62c0972efc KAFKA-4001: Improve Kafka Streams Join Semantics (KIP-77) 8 years ago