899 Commits (54205697aea5bfeb4fbcd40fc849c0c975fd6070)

Author SHA1 Message Date
Jason Gustafson 54205697ae MINOR: MemoryRecordsBuilder.sizeInBytes should consider initial position 8 years ago
Apurva Mehta b836bd18f9 KAFKA-5455; Better Javadocs for the transactional producer and consumer 8 years ago
Jason Gustafson bcaee7fe19 KAFKA-5435; Improve producer state loading after failure 8 years ago
Ismael Juma d68f9e2fe6 HOTFIX: Improve error handling for ACL requests 8 years ago
Jason Gustafson 51fc50ed0b KAFKA-5031; Follow-up with small cleanups/improvements 8 years ago
Kamal C b6c2bbc4dd MINOR: Remove unused logger 8 years ago
gosubpl 48de613a90 KAFKA-5031; Validate count of records and headers for new message format 8 years ago
Jason Gustafson fdd12698b8 MINOR: A few cleanups in KafkaApis and TransactionMarkerChannelManager 8 years ago
Jason Gustafson f49697a279 KAFKA-5456; Ensure producer handles old format large compressed messages 8 years ago
Apurva Mehta c83719f3d8 KAFKA-5457; MemoryRecordsBuilder.hasRoomFor should account for record headers 8 years ago
Kamal C 6f1d4c6933 MINOR: Consolidate Utils.newThread, Utils.daemonThread and KafkaThread 8 years ago
Jason Gustafson 54a3718a90 KAFKA-5449; Fix race condition on producer dequeuing of EndTxn request 8 years ago
Apurva Mehta 6cc29e3216 MINOR: Add transactionalId in more log lines in the producer. 8 years ago
Ismael Juma 0f60617fab KAFKA-5275; AdminClient API consistency 8 years ago
Jason Gustafson 2572637121 KAFKA-5443; Consumer should use last offset from batch to set next fetch offset 8 years ago
Ismael Juma b20d9333be KAFKA-5274: AdminClient Javadoc improvements 8 years ago
Ismael Juma 0082066c56 MINOR: Javadoc for ExtendedSerializer and ExtendedDeserializer 8 years ago
Colin P. Mccabe 32f0f1f50a MINOR: Temporarily remove the apiVersions API for 0.11 8 years ago
Colin P. Mccabe d099c74959 MINOR: NetworkClient#disconnect should not erase connection info 8 years ago
Rajini Sivaram aaca1b478f KAFKA-5439; Verify that no unexpected threads are left behind in tests 8 years ago
Tom Bentley 4660bac4eb MINOR: Avoid calling interceptors.onSendError() with null TopicPartition 8 years ago
Jason Gustafson aea53108a7 KAFKA-5428; Transactional producer should only abort batches in fatal error state 8 years ago
Jason Gustafson 6c92fc5576 KAFKA-5429; Ignore produce response if batch was previously aborted 8 years ago
Jason Gustafson 43e935a630 KAFKA-5427; Transactional producer should allow FindCoordinator in error state 8 years ago
Apurva Mehta 8e7839f610 KAFKA-5422; Handle multiple transitions to ABORTABLE_ERROR correctly 8 years ago
Ismael Juma 12612e8297 KAFKA-5329; Fix order of replica list in metadata cache 8 years ago
Colin P. Mccabe 2fc91afbad KAFKA-5292; Fix authorization checks in AdminClient 8 years ago
Apurva Mehta 79db393ffa KAFKA-5385; ProducerBatch expiry should go through Sender.failBatch 8 years ago
Colin P. Mccabe 38ae746448 KAFKA-5394; KafkaAdminClient#timeoutCallsInFlight does not work as ex… 8 years ago
Jason Gustafson dcbdce31ba KAFKA-5378; Return LSO in FetchResponse plus some metrics 8 years ago
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