1775 Commits (1e350b860acd8e3fcc6ee296e9babbdfe4bcd365)

Author SHA1 Message Date
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
Rajini Sivaram 9eb665c39a KAFKA-4259; Dynamic JAAS configuration for Kafka clients (KIP-85) 8 years ago
Vahid Hashemian 8ff5a9f3cf MINOR: Improve output format of `kafka_reassign_partitions.sh` tool 8 years ago
Manikumar Reddy O 3c1df09cd5 MINOR: trivial logCleanerEnable doc cleanup 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
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
Rekha Joshi a5c15ba037 KAFKA-4500; Code quality improvements 8 years ago
Json Tu a786be9478 KAFKA-4447; Controller resigned but it also acts as a controller for a long time 8 years ago
Ashish Singh d6b0b520fc KAFKA-3600; Use ApiVersions to check if broker supports required api versions 8 years ago
Ismael Juma b58b6a1bef MINOR: Replace deepIterator/shallowIterator with deepEntries/shallowEntries 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
Jason Gustafson 67f1e5b91b KAFKA-4390; Replace MessageSet usage with client-side alternatives 8 years ago
Xavier Léauté 006630fd93 MINOR: Fix metric collection NPE during shutdown 8 years ago
Dong Lin 56e5627da5 KAFKA-4445; PreferredLeaderElectionCommand should query zookeeper only once per topic 8 years ago
Xavier Léauté 9e72c12e98 KAFKA-4458; add per partition in-sync and assigned replica count (KIP-96) 8 years ago
Kim Christensen f4f0f82222 KAFKA-4472; offsetRetentionMs miscalculated in GroupCoordinator 8 years ago
Jason Gustafson a55e296311 KAFKA-3994: Fix deadlock in Watchers by calling tryComplete without any locks 8 years ago
Anton Karamanov 2d19ad4bb0 KAFKA-4205; KafkaApis: fix NPE caused by conversion to array 8 years ago
Ismael Juma e43bbce493 KAFKA-4483; Fix NPE in `Log` constructor if log level is INFO or finer 8 years ago
Jason Gustafson b06fc322bf MINOR: Improvements in group metadata cleanup and test coverage 8 years ago
Ismael Juma 128d0ff91d KAFKA-2247; Merge kafka.utils.Time and kafka.common.utils.Time 8 years ago
Alexey Ozeritsky ea370be518 KAFKA-4399; Fix deadlock between cleanupGroupMetadata and offset commit 8 years ago
Ismael Juma 88d8508b85 KAFKA-4443; Minor comment clean-up 8 years ago
Mayuresh Gharat 497e669dd8 KAFKA-1911; Async delete topic - contributed by Mayuresh Gharat <gharatmayuresh15@gmail.com> and Sumant Tambe <sutambe@yahoo.com> 8 years ago
Dong Lin f37dab76f4 KAFKA-4415; Reduce time to create and send UpdateMetadataRequest 8 years ago
Ismael Juma 7d3aa01ced MINOR: Remove unused code in `LeaderAndIsr`, `ApiUtils` and `TopicMetadataRequest` 8 years ago
Dong Lin 7ed3768fb6 KAFKA-4443; Controller should send UpdateMetadataRequest prior to LeaderAndIsrRequest during failover 8 years ago
Jun He 3e3b7a010b KAFKA-4384; ReplicaFetcherThread stops after ReplicaFetcherThread receives a corrupted message 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
Sumant Tambe 0ea540552a KAFKA-4395; Break static initialization order dependency between KafkaConfig and Logconfig 8 years ago
MayureshGharat 4b003d8bcf KAFKA-4362; Consumer can fail after reassignment of the offsets topic partition 8 years ago
Rajini Sivaram e53babab9c KAFKA-3703; Graceful close for consumers and producer with acks=0 8 years ago
Dong Lin edfa280671 KAFKA-4420; Group StopReplicaRequests for partitions on the same broker into one StopReplicaRequest 8 years ago
Bernard Leach 0e7ba70008 KAFKA-4377; remove deprecated scala.collection.JavaConversions calls 8 years ago
Bernard Leach f3aad3b54b KAFKA-4376; Cross compile to Scala 2.12.0 8 years ago
Qian Zheng 39a1c42dfc MINOR: add a space to separate two words 8 years ago
Ismael Juma b902ef985a MINOR: Remove unused `ByteBoundedBlockingQueue` class and `zkSessionTimeout` parameter 8 years ago
Jason Gustafson 3b4c347949 KAFKA-2066; Use client-side FetchRequest/FetchResponse on server 8 years ago
Joel Koshy 1f1d450062 KAFKA-4409; Fix deadlock between topic event handling and shutdown in ZookeeperConsumerConnector 8 years ago
Tu Yang 6dbe202b6d KAFKA-4360:Controller may deadLock when autoLeaderRebalance encounter zk expired 8 years ago
Himani Arora 1a2ed8633d MINOR: Remove stray `%s` in `TopicMetadata.toString` 8 years ago
himani1 2959bc2ad3 MINOR: Replaced unnecessary isDefined and get on option values with fold 8 years ago
Vahid Hashemian 94909a8f83 KAFKA-4357; Fix consumer group describe output when there is no active member (old consumer) 8 years ago
Ismael Juma 979a7baa7b MINOR: Fix issue in `AsyncProducerTest` where it expects the `port` config to be set 8 years ago
Jason Gustafson 0dd9607f9c KAFKA-4326; Refactor LogCleaner for better reuse of common copy/compress logic 8 years ago