1710 Commits (f56bbb6510df8c12db3ad075e2f6c78dd0092d60)

Author SHA1 Message Date
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
Vahid Hashemian 34e9cc5dfa KAFKA-4349; Handle 'PreparingRebalance' and 'AwaitingSync' states in consumer group describe 8 years ago
Ismael Juma 53fc26723e MINOR: Increase zk connection timeout in tests for client created in `KafkaServer` 8 years ago
wangzzu 986c15450d Parameters zkSessionTimeOutMs and zkConnectionTimeoutMs are reversed in SimpleAclAuthorizer 8 years ago
Ismael Juma d092673838 MINOR: A bunch of clean-ups related to usage of unused variables 8 years ago
Matthias J. Sax b2fa0d75df KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic 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
Jason Gustafson 302a246c72 KAFKA-4296; Fix LogCleaner statistics rolling 8 years ago
Jun Rao 24067e4076 KAFKA-4313; ISRs may thrash when replication quota is enabled 8 years ago
Alexey Ozeritsky 332b8b9afd KAFKA-4319; Parallelize shutdown of fetchers in AbstractFetcherManager to speedup shutdown 8 years ago
himani1 2965f50e0d MINOR: Replaced unnecessary map and getOrElse with exists 8 years ago
Ishita Mandhan 4e0b0b83a7 MINOR: Code refactor - cleaning up some boolean assignments 8 years ago
Jason Gustafson d09043637d KAFKA-4298; Ensure compressed message sets are not converted when log cleaning 8 years ago
Konstantine Karantasis 1a67739c2f KAFKA-4254; Update producer's metadata before failing on non-existent partitions 8 years ago
Radai Rosenblatt 704308a635 KAFKA-4289; moved short-lived loggers to companion objects 8 years ago
MayureshGharat 1bce0d1b51 KAFKA-3175; Topic not accessible after deletion even when delete.topic.enable is disabled 8 years ago
Rajini Sivaram 44d18d273c KAFKA-4265; Run replication quotas test with producer acks=1 8 years ago
Jiangjie Qin 6b91f83fba KAFKA-4274; Consumer `offsetForTimes` times out on empty map 8 years ago
Ismael Juma 615cd4fd3a MINOR: Use `hiResClockMs` in `testRequestExpiry` to fix transient test failure 8 years ago
Rajini Sivaram 5e4600ae46 KAFKA-4262; Increase data volume in replication test 8 years ago
Rajini Sivaram 8b75a016db KAFKA-4267; Quota initialization for <user, clientId> uses incorrect ZK path 8 years ago
Rajini Sivaram 672dfaa243 KAFKA-4019; Update log cleaner to handle max message size of topics 8 years ago
Ismael Juma cf0bf7c7a2 MINOR: Tweak implementation of `FetchRequest.shuffle` and upgrade.html improvements 8 years ago
Jason Gustafson 7115c66aef MINOR: Follow-up minor improvements/cleanup for KAFKA-3396 8 years ago
Ben Stopford 496594a12c MINOR: Rename Throttling config variables to match config name 8 years ago