3053 Commits (a1e8b507d274f03f542866d72b14d9d664acfad0)
 

Author SHA1 Message Date
Edward Ribeiro 64bab80520 MINOR: Mx4jLoader always returns false even if mx4j is loaded & started 8 years ago
Vahid Hashemian e799546377 MINOR: Sync up 'kafka-run-class.bat' with 'kafka-run-class.sh' 8 years ago
huxi dc550259ea KAFKA-4428; Kafka does not exit if port is already bound 8 years ago
MURAKAMI Masahiko 88a439ed8e KAFKA-4549; Call writeBlock before writeEndMark in KafkaLZ4BlockOutputStream.close() 8 years ago
Jeff Widman 8e1395b170 Improve wording in GroupMinSessionTimeoutMsDoc 8 years ago
Dustin Cote 4ca5abe8ee KAFKA-4092: retention.bytes should not be allowed to be less than segment.bytes 8 years ago
Shikhar Bhushan d092146247 KAFKA-4527: task status was being updated before actual pause/resume 8 years ago
Rajini Sivaram 9eb665c39a KAFKA-4259; Dynamic JAAS configuration for Kafka clients (KIP-85) 8 years ago
Ismael Juma 76169f9e24 KAFKA-3284: Remove beta label from security documentation 8 years ago
Vahid Hashemian 8ff5a9f3cf MINOR: Improve output format of `kafka_reassign_partitions.sh` tool 8 years ago
Gwen Shapira 7599d5d78b MINOR: Fix document header/footer links 8 years ago
Manikumar Reddy O 3c1df09cd5 MINOR: trivial logCleanerEnable doc cleanup 8 years ago
Scott Ferguson 05d7664317 MINOR: fixup typo in ops.html 8 years ago
Matthias J. Sax baab43f0d2 MINOR: KStream JavaDoc fix 8 years ago
Dong Lin fc88bac666 KAFKA-4485; Follower should be in the isr if its FetchRequest has fetched up to the logEndOffset of leader 8 years ago
Mark Rose ecc0fc447a MINOR: Clarify log deletion configuration options in server.properties 8 years ago
Ismael Juma 68f204e01b MINOR: Replace TopicAndPartition with TopicPartition in `Log` and `ReplicaManager` 8 years ago
Jason Gustafson 0f86dbe89d MINOR: Support auto-incrementing offsets in MemoryRecordsBuilder 8 years ago
Ismael Juma 3930dd7e75 KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables 8 years ago
Guozhang Wang 7f4b278c03 MINOR: Add more exception information in ProcessorStateManager 8 years ago
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
Rekha Joshi a5c15ba037 KAFKA-4500; Code quality improvements 8 years ago
Kamil Szymanski 135860225e MINOR: Remove incomplete gradle wrapper infrastructure 8 years ago
Json Tu a786be9478 KAFKA-4447; Controller resigned but it also acts as a controller for a long time 8 years ago
Kamil Szymanski 8b84d14c6f MINOR: Fix exception handling in case of file record truncation during write 8 years ago
Apurva Mehta 8dbdc90bae KAFKA-4526; Disable throttling test until it can be fixed correctly. 8 years ago
Jason Gustafson 529ca32932 KAFKA-4166; Fix transient MM failure caused by slow old consumer shutdown 8 years ago
Ewen Cheslack-Postava bc9ef716af KAFKA-4553; Improve round robin assignment in Connect to avoid uneven distributions of connectors and tasks 8 years ago
Damian Guy 65acff32d1 KAFKA-4534: StreamPartitionAssignor only ever updates the partitionsByHostState and metadataWithInternalTopics on first assignment 8 years ago
Ashish Singh d6b0b520fc KAFKA-3600; Use ApiVersions to check if broker supports required api versions 8 years ago
Colin P. Mccabe e156f5179f KAFKA-4552; README.md has org.gradle.project.maxParallelForms instead of maxParallelForks 8 years ago
Ismael Juma b58b6a1bef MINOR: Replace deepIterator/shallowIterator with deepEntries/shallowEntries 8 years ago
Hikiko Murakami e55205b810 MINOR: Fix typo on introduction page 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
Michael Schiff e36e8079d8 KAFKA-4451; Fix OffsetIndex overflow when replicating a highly compacted topic. OffsetIndex provides checks for overflow, used when deciding to roll a LogSegment 8 years ago
Dong Lin 908b6d1148 KAFKA-4521; MirrorMaker should flush all messages before releasing partition ownership during rebalance 8 years ago
Jiangjie Qin a9687bc0d8 KAFKA-4529; LogCleaner should not delete the tombstone too early. 8 years ago
Eno Thereska ea724497a8 HOTFIX: Streams fix state transition stuck on rebalance 8 years ago
Eno Thereska 7049938165 MINOR: Reenable streams smoke test 8 years ago
Derrick Or 53428694a6 Separate Streams documentation and setup docs with easy to set variables 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
Jason Gustafson 67f1e5b91b KAFKA-4390; Replace MessageSet usage with client-side alternatives 8 years ago
Vahid Hashemian 6626b058c7 MINOR: Fix Streams examples in documentation 8 years ago
Damian Guy 21d7e6f19b KAFKA-4516: When a CachingStateStore is closed it should clear its associated NamedCache 8 years ago
Eno Thereska efeaf12989 KAFKA-4405; Avoid unnecessary network poll in consumer if no fetches sent 8 years ago
Rajini Sivaram f0acc4a0dd KAFKA-4431; Make consumer heartbeat thread a daemon thread 8 years ago