2322 Commits (9e23af3115ddfbf311f6b37c273327b3fa8e9a14)

Author SHA1 Message Date
Manikumar Reddy O 9e23af3115 KAFKA-7287: Set open ACL for old consumer znode path (#5503) 6 years ago
Anna Povzner 70c51633f2 KAFKA-7128; Follower has to catch up to offset within current leader epoch to join ISR (#5557) 6 years ago
Jason Gustafson ebd1354fd7
KAFKA-7347; Return not leader error for OffsetsForLeaderEpoch requests to non-replicas (#5576) 6 years ago
Chia-Ping Tsai 93a60ee266 KAFKA-7139; Support option to exclude the internal topics in kafka-topics.sh (#5349) 6 years ago
Manikumar Reddy O 50a145d090 MINOR: Remove unused compressionType parameter from TestUtils.produceMessages (#5569) 6 years ago
Mario Molina 04770916a7 KAFKA-5975; No response when deleting topics and delete.topic.enable=false (#3960) 6 years ago
Viktor Somogyi 8f562c1a8d MINOR: Fix side-effecting nullary methods warning in JsonValueTest (#5493) 6 years ago
Manikumar Reddy O 73f8809d99 MINOR: Fix transient test failure in DynamicConnectionQuotaTest (#5544) 6 years ago
Mickael Maison 80294d0f5a MINOR: Improved configuration formatting in documentation (#5532) 6 years ago
Lucas Wang 5b25d823af KAFKA-6753: Updating the OfflinePartitions count only when necessary (#5388) 6 years ago
Dong Lin e46827c4ea KAFKA-7278; replaceSegments() should not call asyncDeleteSegment() for segments which have been removed from segments list (#5491) 6 years ago
Manikumar Reddy O 028e80204d KAFKA-6835: Enable topic unclean leader election to be enabled without controller change (#4957) 6 years ago
Jason Gustafson 8325046be2
KAFKA-7298; Raise UnknownProducerIdException if next sequence number is unknown (#5518) 6 years ago
Manikumar Reddy O 914ffa9dbe KAFKA-7210: Add system test to verify log compaction (#5226) 6 years ago
huxi e7b9e04730 KAFKA-7299: Batch LeaderAndIsr requests for AutoLeaderRebalance (#5515) 6 years ago
Rajini Sivaram 634f9af8c0
KAFKA-7119: Handle transient Kerberos errors on server side (#5509) 6 years ago
radai-rosenblatt bb4cc49628 KAFKA-7019; Make reading metadata lock-free by maintaining an atomically-updated read snapshot 6 years ago
Jason Gustafson 7a9631e634
MINOR: Use explicit construction of clients in IntegrationTestHarness (#5443) 6 years ago
Rajini Sivaram 0d73351852
KAFKA-7119: Handle transient Kerberos errors as non-fatal exceptions (#5487) 6 years ago
Rajini Sivaram cc8fc7c449 MINOR: Clean up to avoid errors in dynamic broker config tests (#5486) 6 years ago
Stanislav Kozlovski 76a00d78be KAFKA-7266: Fix MetricsTest.testMetrics flakiness using compression (#5485) 6 years ago
Ismael Juma a2bc237cef MINOR: Remove AbstractFetcherThread.PartitionData (#5233) 6 years ago
Vahid Hashemian e6fd99dc62 KAFKA-5638; Improve the Required ACL of ListGroups API (KIP-231) (#5352) 6 years ago
Bob Barrett 69283b4038 KAFKA-7164; Follower should truncate after every missed leader epoch change (#5436) 6 years ago
Viktor Somogyi 8a78d76466 KAFKA-7140; Remove deprecated poll usages (#5319) 6 years ago
Dong Lin be43e2330e KAFKA-7147; ReassignPartitionsCommand should be able to connect to broker over SSL 6 years ago
Manikumar Reddy O 92004fa21a KAFKA-6751; Support dynamic configuration of max.connections.per.ip/max.connections.per.ip.overrides configs (KIP-308) (#5334) 6 years ago
Rajini Sivaram ce19f34f1e
KAFKA-7255: Fix timing issue with create/update in SimpleAclAuthorizer (#5478) 6 years ago
Marko Stanković b966ce127c Fix a typo in delegation.token.expiry.time.ms docs (#5449) 6 years ago
uncleGen b0d840d34b KAFKA-5928; Avoid redundant requests to zookeeper when reassign topic partition 6 years ago
ying-zheng b01f8fb668 KAFKA-7142: fix joinGroup performance issues (#5354) 6 years ago
Jason Gustafson fc5f6b0e46
MINOR: Add Timer to simplify timeout bookkeeping and use it in the consumer (#5087) 6 years ago
Jason Gustafson c3e7c0bcb2
MINOR: Producers should set delivery timeout instead of retries (#5425) 6 years ago
Lucas Wang 96bc0b882d KAFKA-7180; Fixing the flaky test testHWCheckpointWithFailuresSingleLogSegment 6 years ago
Dhruvil Shah 08a4cda34e [MINOR] Improve consumer logging on LeaveGroup (#5420) 6 years ago
ying-zheng a61594dee1 KAFKA-6432: Make index lookup more cache friendly (#5346) 6 years ago
Yu Yang 7fc7136ffd KAFKA-5886; Introduce delivery.timeout.ms producer config (KIP-91) (#5270) 6 years ago
Manikumar Reddy O 52c5b5f111 MINOR: Remove unused TopicAndPartition usage in tests (#5419) 6 years ago
Manikumar Reddy O 5db2f9903a MINOR: Close ZooKeeperClient if waitUntilConnected fails during construction (#5411) 6 years ago
Zhanxiang (Patrick) Huang 9a7f29c1ed KAFKA-7152; Avoid moving a replica out of isr if its LEO equals leader's LEO 6 years ago
Dhruvil Shah d11f6f26b7 KAFKA-6897; Prevent KafkaProducer.send from blocking when producer is closed (#5027) 6 years ago
Sandor Murakozi 591954e2e5 MINOR: Add registerController method to KafkaZkClient (#4598) 6 years ago
Colin Patrick McCabe b9b70c95a2 MINOR: Change "no such session ID" log to debug (#5316) 6 years ago
Dhruvil Shah 9449f055c7 KAFKA-7185: Allow empty resource name when matching ACLs (#5400) 6 years ago
huxi bf237fa7c5 KAFKA-7141; Consumer group describe should include groups with no committed offsets (#5356) 6 years ago
Zhanxiang (Patrick) Huang 80b55309d1 KAFKA-7098; Improve accuracy of throttling by avoiding under-estimating actual rate in Throttler 6 years ago
Manikumar Reddy 7c9a7359dc MINOR: Consolidate Topic create calls in Test classes 6 years ago
Lee Dongjin 0c0ced770c MINOR: Fix broken Javadoc on [AbstractIndex|OffsetIndex] (#5370) 6 years ago
Ismael Juma f6219c6ad1
KAFKA-4041: Update ZooKeeper to 3.4.13 (#5376) 6 years ago
Attila Sasvari 8ec8ec5422 KAFKA-6884; Consumer group command should use new admin client (#5032) 6 years ago