2355 Commits (2933f21374ed383e4db1dfb9c7df02f1707903ba)

Author SHA1 Message Date
Vahid Hashemian 2933f21374 KAFKA-7403; Use default timestamp if no expire timestamp set in offset commit value (#5690) 6 years ago
Manikumar Reddy c835331c78 KAFKA-5066; Add KafkaMetricsConfig (Yammer metrics reporters) props to documentation 6 years ago
John Roesler 95f9622cce MINOR: Fix compilation error in PlaintextConsumerTest under scala 2.12 (#5674) 6 years ago
Manikumar Reddy O 6ced8550b3 KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5673) 6 years ago
Bob Barrett 0bc7008e75 KAFKA-7400: Compacted topic segments that precede the log start offse… (#5646) 6 years ago
Viktor Somogyi f1f719211e KAFKA-6923; Refactor Serializer/Deserializer for KIP-336 (#5494) 6 years ago
Mutasem Aldmour 43e21252ca KAFKA-7388 equal sign in property value for password (#5630) 6 years ago
Xiongqi Wesley Wu d87ed233c9 KAFKA-7322; Fix race condition between log cleaner thread and log retention thread when topic cleanup policy is updated 6 years ago
Jason Gustafson c5ef614bbf
KAFKA-7414; Out of range errors should never be fatal for follower (#5654) 6 years ago
Manikumar Reddy b21c66f948 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago
Dong Lin 3a8ab3258f Revert 4e311 KAFKA-5690 since KIP-357 has not passed vote 6 years ago
Manikumar Reddy 4e31147a41 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago
Jason Gustafson ac7cd16e93
KAFKA-7394; OffsetsForLeaderEpoch supports topic describe access (#5634) 6 years ago
Manikumar Reddy O c121f4eb82 MINOR: Remove deprecated Metric.value() method usage (#5626) 6 years ago
Anna Povzner e2ec2d79c8 KAFKA-7044; Fix Fetcher.fetchOffsetsByTimes and NPE in describe consumer group (#5627) 6 years ago
Jason Gustafson 79ad9026a6
MINOR: Missing throttle time in OffsetsForLeaderEpoch response (#5635) 6 years ago
Manikumar Reddy O 257c402c15 MINOR: Remove deprecated Resource class constructor usage (#5624) 6 years ago
Ismael Juma f123d2f18c KAFKA-5887; Replace findBugs with spotBugs and upgrade to Gradle 4.10 6 years ago
Jason Gustafson 05ba5aa008 KAFKA-7333; Protocol changes for KIP-320 6 years ago
Flavien Raynaud 4a5cba87bc KAFKA-7286; Avoid getting stuck loading large metadata records (#5500) 6 years ago
Dhruvil Shah 958cdca9be KAFKA-7385; Fix log cleaner behavior when only empty batches are retained (#5623) 6 years ago
Jason Gustafson 0984a76b71
MINOR: Move common out of range handling into AbstractFetcherThread (#5608) 6 years ago
Manikumar Reddy O 4106ff6e5a MINOR: Enable topic deletion in test configs (#5616) 6 years ago
Manikumar Reddy O f348f10ef8 KAFKA-7117: Support AdminClient API in AclCommand (KIP-332) (#5463) 6 years ago
Zhanxiang (Patrick) Huang 297fb396a0 KAFKA-6082; Fence zookeeper updates with controller epoch zkVersion 6 years ago
huxihx 79a608b286 KAFKA-7211; MM should handle TimeoutException in commitSync 6 years ago
Rajini Sivaram 4a46a35348
MINOR: Tidy up pattern type comparisons, remove unused producer-id (#5593) 6 years ago
Jason Gustafson f6890e7868
MINOR: Next round of fetcher thread consolidation (#5587) 6 years ago
Dhruvil Shah 5d1bfa0665 KAFKA-6950: Delay response to failed client authentication to prevent potential DoS issues (KIP-306) (#5082) 6 years ago
Stanislav Kozlovski f3a4ebc8f8 KAFKA-6859; Do not send LeaderEpochRequest for undefined leader epochs (#5320) 6 years ago
Rajini Sivaram 5651729038 KAFKA-7338: Specify AES128 default encryption type for Kerberos tests (#5586) 6 years ago
Chia-Ping Tsai 1918f5cb5b MINOR: Fix swallowed NPE in KafkaServer.close() (#5339) 6 years ago
huxihx d0fcf12832 KAFKA-7354; Fix IdlePercent and NetworkProcessorAvgIdlePercent metric 6 years ago
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