3080 Commits (77f6175d2e67aa4405fc08cbb6f7eee8dc5e68f0)

Author SHA1 Message Date
showuon ad0850659f
KAFKA-10004: ConfigCommand fails to find default broker configs without ZK (#8675) 5 years ago
Colin Patrick McCabe 1f2ff73b28
KIP-551: Expose disk read and write metrics (#8569) 5 years ago
Chia-Ping Tsai 78e18b575c
KAFKA-9617 Replica Fetcher can mark partition as failed when max.message.bytes is changed (#8659) 5 years ago
Jason Gustafson 81cf3fa5f2
KAFKA-9669; Loosen validation of inner offsets for older message formats (#8647) 5 years ago
Ismael Juma 391ad90112
KAFKA-9956: Authorizer APIs may be invoked more than once for a given request (#8643) 5 years ago
Ismael Juma 847ff8f557
MINOR: Use `forEach` and `ifPresent` to simplify Scala code (#8642) 5 years ago
Brian Byrne 5583089df0
KAFKA-9942: ConfigCommand fails to set client quotas for default users with --bootstrap-server. (#8628) 5 years ago
Jason Gustafson 849b65a13a
KAFKA-9947; Ensure proper shutdown of services in `TransactionsBounceTest` (#8602) 5 years ago
Viktor Somogyi d70dacb54a
KAFKA-6342; Remove unused workaround for JSON parsing of non-escaped strings (#8591) 5 years ago
David Jacot 3b6bf80530
KAFKA-9946; Partition deletion event should only be sent if deletion was requested in the StopReplica request (#8609) 5 years ago
Ismael Juma fbfda2c4ad
KAFKA-9731: Disable immediate fetch response for hw propagation if replica selector is not defined (#8607) 5 years ago
THREE LEVEL HELMET 7cb1600d6a
MINOR: Clean up some test dependencies on ConfigCommand and TopicCommand (#8527) 5 years ago
Guozhang Wang 34824b7bff
KAFKA-9798: Send one round synchronously before starting the async producer (#8565) 5 years ago
Leonard Ge 2aecb089af
KAFKA-9589: Enable testLogAppendTimeNonCompressedV2 and fix bug in helper method (#8533) 5 years ago
Jason Gustafson 794648aa55
KAFKA-9939; Fix overcounting delayed fetches in request rate metrics (#8586) 5 years ago
Chia-Ping Tsai 6bb4bbf874
HOTFIX: Avoid ambiguity error of Properties#putAll in Java 11 and scala 2.12 (#8599) 5 years ago
Ismael Juma 322b10964c
KAFKA-9652: Fix throttle metric in RequestChannel and request log due to KIP-219 (#8567) 5 years ago
Ismael Juma 7edbff3394
KAFKA-9932: Don't load configs from ZK when the log has already been loaded (#8582) 5 years ago
Leonard Ge 77ac06f3f1
Minor: remove redundant check in auto preferred leader election (#8566) 5 years ago
David Jacot c5d13dcb6c
KAFKA-9885; Evict last members of a group when the maximum allowed is reached (#8525) 5 years ago
Leonard Ge db9e55a50f
KAFKA-9866: Avoid election for topics where preferred leader is not in ISR (#8524) 5 years ago
Anna Povzner bd17085ec1
KAFKA-9839; Broker should accept control requests with newer broker epoch (#8509) 5 years ago
Aneel Nazareth 2ca19cf603 KAKFA-9612: Add an option to kafka-configs.sh to add configs from a prop file (KIP-574) 5 years ago
José Armando García Sancio d63eaaaa01
MINOR: Partition is under reassignment when adding and removing (#8364) 5 years ago
Lucas Bradstreet cfc34cace5
MINOR: reduce allocations in log start and recovery checkpoints (#8467) 5 years ago
zshuo 62b2eac4e1
KAFKA-9704: Fix the issue z/OS won't let us resize file when mmap. (#8224) 5 years ago
Boyang Chen f3c8bff311
KAFKA-8639: Replace AddPartitionsToTxn with Automated Protocol (#8326) 5 years ago
David Jacot 85e81d48c8
KAFKA-9844; Fix race condition which allows more than maximum number of members(#8454) 5 years ago
Guozhang Wang 5c0fd36ee5
KAFKA-9823: Remember the sent generation for the coordinator request (#8445) 5 years ago
Ismael Juma c5ae154a3f
MINOR: Enable fatal warnings with scala 2.13 (#8429) 5 years ago
Ismael Juma 065415e524
MINOR: Upgrade gradle plugins and test libraries for Java 14 support (#8519) 5 years ago
Lucas Bradstreet 851b45c842
MINOR: reduce impact of trace logging in replica hot path (#8468) 5 years ago
Lucas Bradstreet 00a59b392d
MINOR: improve test coverage for dynamic LogConfig(s) (#7616) 5 years ago
David Jacot 9a36d9f913
KAFKA-9796; Ensure broker shutdown is not stuck when Acceptor is waiting on connection queue (#8448) 5 years ago
Ismael Juma 0e46dd4a1d
MINOR: Use streaming iterator with decompression buffer when building offset map (#8494) 5 years ago
Jason Gustafson 413c4b55b5
KAFKA-9838; Add log concurrency test and fix minor race condition (#8476) 5 years ago
David Jacot f646c9c0bc
MINOR: KafkaApis#handleOffsetDeleteRequest does not group result correctly (#8485) 5 years ago
Stanislav Kozlovski bd427346a4
MINOR: Serialize state change logs for handling LeaderAndIsr and StopReplica requests (#8493) 5 years ago
Lucas Bradstreet 0a5097323b
KAFKA-9864: Avoid expensive QuotaViolationException usage (#8477) 5 years ago
Lucas Bradstreet 4ac2ad3a2b
MINOR: Eliminate unnecessary partition lookups (#8484) 5 years ago
Lucas Bradstreet 7da13024b4 MINOR: avoid autoboxing in FetchRequest.PartitionData.equals 5 years ago
Steve Rodrigues b8c292c361
[KAFKA-9826] Handle an unaligned first dirty offset during log cleaning. (#8469) 5 years ago
Lucas Bradstreet 60684cbeaa MINOR: cleaner resume log message is misleading 5 years ago
David Jacot 7c7d55dbd8
KAFKA-9539; Add leader epoch in StopReplicaRequest (KIP-570) (#8257) 5 years ago
Eric Bolinger 6216c886de
KAFKA-9853: Improve performance of Log.fetchOffsetByTimestamp (#8474) 5 years ago
Boyang Chen 430e00ea95
KAFKA-8436: use automated protocol for AddOffsetsToTxn (#7015) 5 years ago
Sönke Liebau e032a36070
KAFKA-3720: Change TimeoutException to BufferExhaustedException when no memory can be allocated for a record within max.block.ms (#8399) 5 years ago
Jason Gustafson b02bdd3227
MINOR: Only start log dir fetcher after LeaderAndIsr epoch validation (#8460) 5 years ago
Tom Bentley 371ad143a6
KAFKA-9691: Fix NPE by waiting for reassignment request (#8317) 5 years ago
Tom Bentley c84e6ab491
KAFKA-9433: Use automated protocol for AlterConfigs request and response (#8315) 5 years ago