2445 Commits (56139df84495a67d311b160045497ec26f60c3a9)

Author SHA1 Message Date
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
Mathieu Chataigner fb9f2d8c9b Forward topic from console consumer to deserializer (#5704) 6 years ago
Vahid Hashemian c32b7e5a9f KAFKA-7037: Improve the topic command description of `--topic` option 6 years ago
Viktor Somogyi 50a61c0dbf MINOR: fix bootstrap-server typo in ReassignPartitionsCommand (#5941) 6 years ago
Srinivas Reddy ad26914de6 KAFKA-7418: Add the missing '--help' option to Kafka commands (KIP-374) 6 years ago
Stanislav Kozlovski 068ab9cefa KAFKA-7528: Standardize on Min/Avg/Max Kafka metrics' default value - NaN (#5908) 6 years ago
Vahid Hashemian c3e7d6252c KAFKA-6774; Improve the default group id behavior in KafkaConsumer (KIP-289) (#5877) 6 years ago
Rajini Sivaram 1a4d44f206 KAFKA-7576; Fix shutdown of replica fetcher threads (#5875) 6 years ago
Matthias J. Sax 93466602d8 MINOR: Code cleanup in StreamsResetter (#5891) 6 years ago
Jason Gustafson e08d721b04 KAFKA-7605; Retry async commit failures in integration test cases to fix flaky tests (#5890) 6 years ago
Ismael Juma 12f310d50e
KAFKA-7612: Fix javac warnings and enable warnings as errors (#5900) 6 years ago
Jason Gustafson 6c2e7005ba MINOR: Remove unused IteratorTemplate (#5903) 6 years ago
huxi 3eaf44ba8e KAFKA-7557: optimize LogManager.truncateFullyAndStartAt() (#5848) 6 years ago
Ismael Juma af2e6fb548
MINOR: Update zstd, easymock, powermock, zkclient and build plugins (#5846) 6 years ago
Jonathan Santilli eb3335ef59 KAFKA-7165: Retry the BrokerInfo registration into ZooKeeper (#5575) 6 years ago
Zhanxiang (Patrick) Huang 7b5ffa0a07 KAFKA-7537: Avoid sending full UpdateMetadataRequest to existing brokers in the cluster on broker changes to reduce controller memory footprint (#5869) 6 years ago
Dong Lin 6f83d05131 KAFKA-7313; StopReplicaRequest should attempt to remove future replica for the partition only if future replica exists 6 years ago
Jason Gustafson fc1dc358ee
KAFKA-7568; Return leader epoch in ListOffsets response (#5855) 6 years ago
Manikumar Reddy O b2c67e4b9a
MINOR: Add try/finally blocks to close adminclient in DelegationTokenEndToEndAuthorizationTest (#5861) 6 years ago
Jason Gustafson 8065a0bef4
MINOR: Fix a few blocking calls in PlaintextConsumerTest (#5859) 6 years ago