2464 Commits (08036fa4b1e5b8227fef78c5693897f19bb80de9)

Author SHA1 Message Date
Kevin Lu 3fb1d70b6b KAFKA-7236: Add --under-min-isr option to describe topics command (KIP-351) (#6224) 6 years ago
Jason Gustafson d152989f26
KAFKA-7897; Disable leader epoch cache when older message formats are used (#6232) 6 years ago
Jason Gustafson 8147846acb
KAFKA-7540; Retry coordinator lookup to fix transient failure in ConsumerBounceTest (#6235) 6 years ago
Viktor Somogyi-Vass 776041db11 KAFKA-7804: Update docs for topic-command related KIP-377 6 years ago
Colin Patrick McCabe e2e8bdbd8c
KAFKA-7832: Use automatic RPC generation in CreateTopics (#5972) 6 years ago
lambdaliu 4d70e8971f fix typo (#5150) 6 years ago
Stanislav Kozlovski 66129b1518 MINOR: Reduce replica.fetch.backoff.ms in ReassignPartitionsClusterTest (#5887) 6 years ago
Stanislav Kozlovski 4420d9ec67 KAFKA-7641; Introduce "group.max.size" config to limit group sizes (#6163) 6 years ago
Viktor Somogyi-Vass 1f85e8e923 KAFKA-7433; Introduce broker options in TopicCommand to use AdminClient (KIP-377) 6 years ago
Rajini Sivaram 4b29487fa9 KAFKA-7719: Improve fairness in SocketServer processors (KIP-402) (#6022) 6 years ago
Boyang Chen dc634f18f7 KAFKA-7859: Use automatic RPC generation in LeaveGroups (#6188) 6 years ago
Matthias J. Sax 1fa02d5aef
MINOR: Update usage of deprecated API (#6146) 6 years ago
Dhruvil Shah 646ec94879 KAFKA-7837: Ensure offline partitions are picked up as soon as possible when shrinking ISR (#6202) 6 years ago
Dhruvil Shah ef89cf4eb6 KAFKA-7838: Log leader and follower end offsets when shrinking ISR (#6168) 6 years ago
Tom Bentley 269b65279c KAFKA-5692: Change PreferredReplicaLeaderElectionCommand to use Admin… (#3848) 6 years ago
mingaliu e4b54a5d97 KAFKA-7692; Fix ProducerStateManager SequenceNumber overflow (#5990) 6 years ago
Jason Gustafson 523465b3c1
MINOR: Cleanup handling of mixed transactional/idempotent records (#6172) 6 years ago
Lee Dongjin e87e3f2cb2 MINOR: Remove unused imports, exceptions, and values (#6117) 6 years ago
Jacek Laskowski 59f22521c0 MINOR: Log partition info when creating new request batch in controller (#6145) 6 years ago
Dhruvil Shah 4b54eb4621 MINOR: log when controller begins processing logdir failure event (#6153) 6 years ago
Dong Lin 6a7eebe891 KAFKA-7829; Javadoc should show that AdminClient.alterReplicaLogDirs() is supported in Kafka 1.1.0 or later (#6157) 6 years ago
Boyang Chen 9a9310d074 KAFKA-7824; Require member.id for initial join group request [KIP-394] (#6058) 6 years ago
Ismael Juma 12947f4f94 HOTFIX: Fix Properties.putAll compiler error when compiling with Java 11 (#6140) 6 years ago
Mayuresh Gharat 8afce0e338 KAFKA-4453 : Added code to separate controller connections and requests from the data plane (#5921) 6 years ago
Kamal Chandraprakash cb3eedcf94 KAFKA-7781; Add validation check for retention.ms topic property. 6 years ago
Jason Gustafson e120feb485
HOTFIX: Compilation error in CommandLineUtils (#6131) 6 years ago
Kan Li 694da1ac1e KAFKA-6627: Prevent config default values overriding ones specified through --producer-property on command line. (#6084) 6 years ago
Manikumar Reddy e8959bd766 KAFKA-5994; Log ClusterAuthorizationException for all ClusterAction requests 6 years ago
Anna Povzner b2b79c4f0e KAFKA-7786; Ignore OffsetsForLeaderEpoch response if epoch changed while request in flight (#6101) 6 years ago
Bob Barrett e325676994 KAFKA-6833; Producer should await metadata for unknown partitions (#6073) 6 years ago
Colin P. Mccabe aff02944fe KAFKA-7051: Improve the efficiency of ReplicaManager (fixup) 6 years ago
Colin Patrick McCabe 145cad752d
KAFKA-7051: Improve the efficiency of ReplicaManager (#5206) 6 years ago
Jason Gustafson fcdde2c604
MINOR: Use functional patterns in PartitionStates (#6089) 6 years ago
Attila Sasvari eb9ca17a7e KAFKA-7752: Add "/kafka-acl-extended" zk node path to secure root paths 6 years ago
ying-zheng 459a4dd032 KAFKA-6431: Shard purgatory to mitigate lock contention (#5338) 6 years ago
Manohar Vanam 55334453a5 KAFKA-7054; Kafka describe command should throw topic doesn't exist exception 6 years ago
Satish Duggana b23bf41e84 KAFKA-7742; Fixed removing hmac entry for a token being removed from DelegationTokenCache 6 years ago
Jason Gustafson 40392266aa
MINOR: Include additional detail in fetch error message (#6036) 6 years ago
David Arthur 152292994e KAFKA-2334; Guard against non-monotonic offsets in the client (#5991) 6 years ago
Jason Gustafson 20069b3906 KAFKA-7610; Proactively timeout new group members if rebalance is delayed (#5962) 6 years ago
Lee Dongjin 7a3dffb0ca KAFKA-7549; Old ProduceRequest with zstd compression does not return error to client (#5925) 6 years ago
Stanislav Kozlovski edfa681736 MINOR: Catch NoRecordsException in testCommaSeparatedRegex() test (#5944) 6 years ago
huxi 87cc31c4e7 KAFKA-7704: MaxLag.Replica metric is reported incorrectly (#5998) 6 years ago
Anna Povzner 0ffdf8307f KAFKA-6388; Recover from rolling an empty segment that already exists (#5986) 6 years ago
Rajini Sivaram 0d4cf64af3
KAFKA-7697: Process DelayedFetch without holding leaderIsrUpdateLock (#5999) 6 years ago
huxi f65b1c4796 KAFKA-7687; Print batch level information in DumpLogSegments when deep iterating (#5976) 6 years ago
Rajini Sivaram 437cf35373
KAFKA-7702: Fix matching of prefixed ACLs to match single char prefix (#5994) 6 years ago
Zhanxiang (Patrick) Huang 2155c6d54b KAFKA-7235: Detect outdated control requests and bounced brokers using broker generation (#5821) 6 years ago
Anna Povzner 3acebe6383 MINOR: Fix handling of dummy record in EndToEndLatency tool 6 years ago
Manikumar Reddy 944f24cfdc KAFKA-7259; Remove deprecated ZKUtils usage from ZkSecurityMigrator 6 years ago