869 Commits (bb914a0445549b41fb0b667ea2f5f15a90060133)

Author SHA1 Message Date
Rajini Sivaram bb914a0445 KAFKA-5380: Fix transient failure in KafkaConsumerTest, close consumers 8 years ago
Apurva Mehta 202cb8ea89 KAFKA-5366; Add concurrent reads to transactions system test 8 years ago
Jason Gustafson cb78ba1294 KAFKA-5364; ensurePartitionAdded does not handle pending partitions in abortable error state 8 years ago
Rajini Sivaram 17b2bde4be KAFKA-5051; Avoid reverse DNS lookup to obtain hostname for TLS 8 years ago
Sean McCauliff 4b37918ef4 KAFKA-5239; Allocate memory outside the lock in producer buffer pool 8 years ago
Rajini Sivaram 9934d28a34 KAFKA-5325; Avoid and handle exceptions for Kerberos re-login 8 years ago
Jason Gustafson 2bb48a4fa4 KAFKA-5376; Ensure aborted transactions are propagated in DelayedFetch 8 years ago
Ismael Juma 39eb31feae MINOR: Optimise performance of `Topic.validate()` 8 years ago
Jason Gustafson 3557f097b8 KAFKA-5355; Test cases to ensure isolation level propagated in delayed fetch 8 years ago
Ismael Juma c7bc8f7d8c MINOR: Remove redundant volatile write in RecordHeaders 8 years ago
Ismael Juma d7ec9feaf1 Revert "KAFKA-5098; ProducerRecord should validate the topic name" 8 years ago
huxihx 941e2177c0 KAFKA-5098; ProducerRecord should validate the topic name 8 years ago
Colin P. Mccabe f389b71570 KAFKA-5374; Set allow auto topic creation to false when requesting node information only 8 years ago
Ismael Juma eb5586102e KAFKA-5272; Policy for Alter Configs (KIP-133) 8 years ago
Xavier Léauté 1c786c589a MINOR: Reuse decompression buffers in log cleaner 8 years ago
Apurva Mehta 0b107e5f75 HOTFIX: Reinstate the placeholder for logPrefix in TransactionManager 8 years ago
Apurva Mehta a318b15129 KAFKA-5322; Add `OPERATION_NOT_ATTEMPTED` error code to resolve AddPartitionsToTxn inconsistency 8 years ago
Ismael Juma 4959444afc KAFKA-5236; Increase the block/buffer size when compressing with Snappy or Gzip 8 years ago
Hamidreza Afzali 0a8b10e27f KAFKA-5368: Fix skipped record metrics to use rate of sum instead of rate of count 8 years ago
Jason Gustafson 47a3066ccb KAFKA-5365; Fix regression in compressed message iteration affecting magic v0 and v1 8 years ago
Dale Peakall 1188db5657 KAFKA-5311: Support ExtendedDeserializer in Kafka Streams 8 years ago
Apurva Mehta 673ab671e6 KAFKA-5364; Don't fail producer if drained partition is not yet in transaction 8 years ago
Jason Gustafson 1c882ee5fb KAFKA-5283; Handle producer epoch/sequence overflow 8 years ago
Jason Gustafson 0c3e466eb0 MINOR: Logging/debugging improvements for transactions 8 years ago
Guozhang Wang e4d829c47b set the rejoinNeeded in listener's onSuccess 8 years ago
Damian Guy 1b16acaaa1 KAFKA-5154: do not set rejoinNeeded in joinGroup response but in syncGroup response handler 8 years ago
Colin P. Mccabe b3036c5861 KAFKA-5293; Do not apply exponential backoff if users have overridden… 8 years ago
Apurva Mehta 1959835d9e KAFKA-5281; System tests for transactions 8 years ago
Ismael Juma 8e8b3c5657 KAFKA-5360; Down-converted uncompressed batches should respect fetch offset 8 years ago
Jason Gustafson e4a6b50dec KAFKA-5340; Batch splitting should preserve magic and transactional flag 8 years ago
Ismael Juma 7311dcbc53 KAFKA-5291; AdminClient should not trigger auto creation of topics 8 years ago
Ismael Juma 647afeff6a KAFKA-5353; baseTimestamp should always have a create timestamp 8 years ago
Mario Molina dc5bf4bd45 KAFKA-5218; New Short serializer, deserializer, serde 8 years ago
Jason Gustafson 81f0c1e8f2 KAFKA-5093; Avoid loading full batch data when possible when iterating FileRecords 8 years ago
Colin P. Mccabe da9a171c99 KAFKA-5265; Move ACLs, Config, Topic classes into org.apache.kafka.common 8 years ago
Jason Gustafson aebba89a2b KAFKA-5349; Fix illegal state error in consumer's ListOffset handler 8 years ago
Damian Guy 2cc8f48ae5 KAFKA-5308; TC should handle UNSUPPORTED_FOR_MESSAGE_FORMAT in WriteTxnMarker response 8 years ago
Jiangjie Qin d082563907 KAFKA-5211; Do not skip a corrupted record in consumer 8 years ago
Jason Gustafson d41cf1b778 KAFKA-5251; Producer should cancel unsent AddPartitions and Produce requests on abort 8 years ago
Colin P. Mccabe 3250cc767e KAFKA-5324; AdminClient: add close with timeout, fix some timeout bugs 8 years ago
Xavier Léauté c060c48285 KAFKA-5150; Reduce LZ4 decompression overhead 8 years ago
Ismael Juma b3788d8dcb KAFKA-5316; Follow-up with ByteBufferOutputStream and other misc improvements 8 years ago
Damian Guy a8794d8a5d KAFKA-5260; Producer should not send AbortTxn unless transaction has actually begun 8 years ago
Jason Gustafson dfa3c8a92d KAFKA-5316; LogCleaner should account for larger record sets after cleaning 8 years ago
James Cheng 0bc4f75eed KAFKA-5191: Autogenerate Consumer Fetcher metrics 8 years ago
Ismael Juma 68eed84f24 KAFKA-5333; Remove Broker ACL resource type 8 years ago
Damian Guy 7892b4e6c7 KAFKA-5128; Check inter broker version in transactional methods 8 years ago
Jason Gustafson 3743363827 MINOR: Preserve the base offset of the original record batch in V2 8 years ago
Apurva Mehta 02c0c3b017 KAFKA-5147; Add missing synchronization to TransactionManager 8 years ago
Rajini Sivaram 73ca0d215e KAFKA-5320: Include all request throttling in client throttle metrics 8 years ago