2027 Commits (f0276f5ca2ebed2848055ccec875181f5db7ba51)

Author SHA1 Message Date
tedyu 406071c2b5 KAFKA-6046; DeleteRecordsRequest to a follower should return NOT_LEADER 7 years ago
ppatierno ad71b9d068 MINOR: Avoiding attempt to connect to Zookeeper on closing consumer for deleting random group.id with the new one 7 years ago
Paolo Patierno 53c5ccb334 KAFKA-5925: Adding records deletion operation to the new Admin Client API 7 years ago
Mickael Maison 9eabcc20d2 MINOR: Updated KafkaZkClient.pathExists() to use ExistsRequest 7 years ago
Ismael Juma cdcbd9283d KAFKA-6210; IllegalArgumentException if 1.0.0 is used for inter.broker.protocol.version or log.message.format.version 7 years ago
Guozhang Wang dc2322a272 MINOR: Not enough replica exception should never happen for delete records 7 years ago
Mickael Maison f300480f88 MINOR: Use match instead of if/else in KafkaZkClient 7 years ago
Rajini Sivaram 3cfbb25c61 MINOR: Handle error metrics removal during shutdown 7 years ago
Ismael Juma b9039bbd4b MINOR: Use Scala Future in CoreUtils test 7 years ago
Dong Lin 12af521c48 KAFKA-6175; AbstractIndex should cache index file to avoid unnecessary disk access during resize() 7 years ago
Onur Karaman 564d7b365d MINOR: make controller helper methods private 7 years ago
Rajini Sivaram 0653a895f5 KAFKA-6185; Remove channels from explictlyMutedChannels set when closed 7 years ago
Rajini Sivaram fe3171844b KAFKA-6164; Shutdown quota managers if other components fail to start 7 years ago
Onur Karaman fef80c8636 KAFKA-6146; minimize the number of triggers enqueuing PreferredReplicaLeaderElection events 7 years ago
Manikumar Reddy 9b44c3e7f8 KAFKA-5645; Use async ZookeeperClient in SimpleAclAuthorizer 7 years ago
Ismael Juma 3735a6ca8b MINOR: Eliminate unnecessary Topic(And)Partition allocations in Controller 7 years ago
Onur Karaman 58138126ce KAFKA-5894; add the notion of max inflight requests to async ZooKeeperClient 7 years ago
Ismael Juma 6f96d7f173 MINOR: PartitionReassignmentHandler should only generate event when znode is created 7 years ago
Dong Lin 0c895706e8 KAFKA-6172; Cache lastEntry in TimeIndex to avoid unnecessary disk access 7 years ago
huxihx 7672e9ec3d KAFKA-6156; Metric tag values with colons must be sanitized 7 years ago
Adem Efe Gencer 86062e9a78 KAFKA-6157; Fix repeated words words in JavaDoc and comments. 7 years ago
Manikumar Reddy f88fdbd311 KAFKA-6072; User ZookeeperClient in GroupCoordinator and TransactionCoordinator 7 years ago
Apurva Mehta 3c9e30a2f7 MINOR: Tighten up locking when aborting expired transactions 7 years ago
Jason Gustafson 71fe23b445 MINOR: Fix inconsistency in StopReplica/LeaderAndIsr error counts 7 years ago
Richard Yu 7fe88e8bd9 KAFKA-5212; Consumer ListOffsets request can starve group heartbeats 7 years ago
Mickael Maison 9504af72ff KAFKA-6073; Use ZookeeperClient in KafkaApis 7 years ago
Ismael Juma 4e8ad90b94 MINOR: Ensure that the producer in testAlterReplicaLogDirs is always closed 7 years ago
Manikumar Reddy 603d4e5d9c MINOR: Mention "per listener" security overrides in listener.security.protocol.map config doc 7 years ago
Vahid Hashemian 6197481b8b MINOR: Fix indentation in KafkaApis.handleOffsetFetchRequest 7 years ago
Apurva Mehta 501a5e2627 KAFKA-6119: Bump epoch when expiring transactions in the TransactionCoordinator 7 years ago
Rajini Sivaram 69e8463c06 KAFKA-6131; Use atomic putIfAbsent to create txn marker queues 7 years ago
Ismael Juma 070ec0fc58 MINOR: Revert EmbeddedZooKeeper rename 7 years ago
Ismael Juma ab6f848ba6 MINOR: Rename and change package of async ZooKeeper classes 7 years ago
Ismael Juma b1cd6c5301 MINOR: Controller and async ZookeeperClient improvements 7 years ago
Rajini Sivaram efefb452df KAFKA-6042: Avoid deadlock between two groups with delayed operations 7 years ago
Manikumar Reddy fdbd4d62f3 KAFKA-6071; Use ZookeeperClient in LogManager 7 years ago
Ismael Juma 6cb649b56b MINOR: Remove dead code 7 years ago
Maytee Chinavanichkit 5c1a85caa0 KAFKA-6051; Close the ReplicaFetcherBlockingSend earlier on shutdown 7 years ago
Onur Karaman b71ee043f8 KAFKA-5642; Use async ZookeeperClient in Controller 7 years ago
Dong Lin 5cc162f30e KAFKA-5163; Support replicas movement between log directories (KIP-113) 7 years ago
Ismael Juma 62682d0788 MINOR: Don't register signal handlers if running on Windows 7 years ago
Mickael Maison 57839e17cf MINOR: Fix log message in AbstractFetcherThread 7 years ago
Ewen Cheslack-Postava 7d6ca52a27 MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 follow up) 7 years ago
Jason Gustafson 1027ff3c76 MINOR: Avoid some unnecessary collection copies in KafkaApis 7 years ago
Dong Lin 29c46ddb91 KAFKA-6027; Access to log should throw KafkaStorageException after the log has been marked offline 7 years ago
Xin Li 1f64942021 KAFKA-6030; Fix Integer overflow in cleanable ratio computation 7 years ago
Colin P. Mccabe 6d6080f136 KAFKA-5565: Add a broker metric specifying the number of consumer group rebalances in progress 7 years ago
Ismael Juma 91517e8fbd KAFKA-5829; Only delete producer snapshots before the recovery point 7 years ago
Apurva Mehta 105ab47ed9 KAFKA-6015; Fix NPE in RecordAccumulator after ProducerId reset 7 years ago
Manikumar Reddy 10cd98cc89 KAFKA-5547; Return TOPIC_AUTHORIZATION_FAILED error if no describe access for topics 7 years ago