2399 Commits (6f83d051315e120d148a53e3deba6541d3bb9857)

Author SHA1 Message Date
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
Mickael Maison b68766017f MINOR: Additional detail in description for zookeeper.connect (#5358) 6 years ago
Aviem Zur 000a2d42cb MINOR: Print exception stack traces in ConsumerGroupCommand. (#5286) 6 years ago
Ismael Juma f54ba7cf85
MINOR: Use FetchRequest v8 and ListOffsetRequest v3 in ReplicaFetcherThread (#5342) 6 years ago
Rajini Sivaram 0db8074d49
MINOR: Close timing window in SimpleAclAuthorizer startup (#5318) 6 years ago
Stanislav Kozlovski b0d2ddb330 KAFKA-7028: Properly authorize custom principal objects (#5311) 6 years ago
Anna Povzner 10b84a3661 KAFKA-7104: More consistent leader's state in fetch response (#5305) 6 years ago
Manikumar Reddy O 51935ee2e6 KAFKA-7091; AdminClient should handle FindCoordinatorResponse errors (#5278) 6 years ago
Dhruvil Shah 2db7eb7a8c KAFKA-7076; Skip rebuilding producer state when using old message format (#5254) 6 years ago
Ismael Juma 7a74ec62d2
MINOR: Avoid FileInputStream/FileOutputStream (#5281) 6 years ago
Vahid Hashemian 9bc9a37e50 MINOR: KIP-211 Follow-up (#5272) 6 years ago
Dong Lin 9ea81baf34 KAFKA-6949; alterReplicaLogDirs() should grab partition lock when accessing log of the future replica 6 years ago
Sönke Liebau 3cdc78e6bb KAFKA-6591; Move super user check before ACL matching (#4618) 6 years ago
Rajini Sivaram 6e043af144
MINOR: Fix timing issue in advertised listener update test (#5256) 6 years ago
Colin Patrick McCabe bd216db4c0 MINOR: Avoid coarse lock in Pool#getAndMaybePut (#5258) 6 years ago
Rajini Sivaram 624acc63da
MINOR: Cleanup threads in integration tests (#5269) 6 years ago
Vahid Hashemian 418a91b5d4 KAFKA-4682; Revise expiration semantics of consumer group offsets (KIP-211 - Part 1) (#4896) 6 years ago
Ismael Juma e33ccb628e
KAFKA-7082: Concurrent create topics may throw NodeExistsException (#5259) 6 years ago
Rajini Sivaram e5ec3f55c9
KAFKA-6546: Use LISTENER_NOT_FOUND_ON_LEADER error for missing listener (#5189) 7 years ago
Ismael Juma 96bcfdfc7c
MINOR: Use exceptions in o.a.k.common if possible and deprecate ZkUtils (#5255) 7 years ago
Dong Lin fd969beae7 KAFKA-6697: Broker should not die if getCanonicalPath fails (#4752) 7 years ago
Jason Gustafson 3afe2ed8e3
MINOR: Handle segment splitting edge cases and fix recovery bug (#5169) 7 years ago
Ismael Juma cc4dce94af
KAFKA-2983: Remove Scala consumers and related code (#5230) 7 years ago
Rajini Sivaram d504e85011
KAFKA-6805: Enable broker configs to be stored in ZK before broker start (#4898) 7 years ago