927 Commits (630e9c5679efa0916a7bfca849dfc8850737681c)

Author SHA1 Message Date
Jiangjie Qin cd4c6c0183 KAFKA-5630; Consumer should block on corrupt records and keep throwing an exception 7 years ago
Jason Gustafson 3620035c45 KAFKA-5611; AbstractCoordinator should handle wakeup raised from onJoinComplete 7 years ago
radai-rosenblatt 47ee8e954d KAFKA-4602; KIP-72 - Allow putting a bound on memory consumed by Incoming requests 7 years ago
Dong Lin f15cdbc91b KAFKA-5627; Reduce classes needed for LeaderAndIsrPartitionState and MetadataPartitionState 7 years ago
Dong Lin fc93fb4b61 KAFKA-4763; Handle disk failure for JBOD (KIP-112) 7 years ago
ppatierno 6c6cf014f6 KAFKA-5481: ListOffsetResponse isn't logged in the right way with trace level enabled 7 years ago
Stephane Roset 4a7064d1ae KAFKA-5512; Awake the heartbeat thread when timetoNextHeartbeat is equal to 0 7 years ago
Vahid Hashemian 5bb53e034e KAFKA-5534; KafkaConsumer `offsetForTimes` result should include partitions with no offset 7 years ago
umesh chaudhary e0099e1f58 KAFKA-5556; Fix IllegalStateException in KafkaConsumer.commitSync due to missing future completion check 7 years ago
Paolo Patierno 1b8aed6dc5 MINOR: Implement ConfigEntry.toString() 7 years ago
Vahid Hashemian f87d58b796 MINOR: Code Cleanup 7 years ago
Vahid Hashemian 3bfc073f03 MINOR: Make 'Topic-Level Configs' a doc section for easier access 7 years ago
Ewen Cheslack-Postava fc0ea25025 MINOR: Add another common error case for CorruptRecordException's error message 7 years ago
Ismael Juma 454f0f1ca1 MINOR: Remove flaky assertion in verifyCloseOldestConnectionWithStagedReceives 7 years ago
Rajini Sivaram 28c83d9667 KAFKA-5587; Remove channel only after staged receives are delivered 7 years ago
Rajini Sivaram cf94b188f1 MINOR: Use correct connectionId in SocketServer log message 7 years ago
Kamal C 342f34a199 MINOR: InFlightRequests#isEmpty(node) method corrected. 7 years ago
Jason Gustafson c4193cd1ad MINOR: Rename baseTimestamp to firstTimestamp to clarify usage 7 years ago
Ismael Juma a05a00e503 MINOR: Implement `toString` in some Validator instances 7 years ago
Jason Gustafson cb0325d484 KAFKA-5490; Cleaner should retain empty batch if needed to preserve producer last sequence 7 years ago
Jason Gustafson 031da889bc MINOR: Fix race condition in KafkaConsumer close 7 years ago
Apurva Mehta f1cc8008e5 KAFKA-5032; Update the docs for message size configs across the board 7 years ago
Ismael Juma a5c47db138 KAFKA-5506; Fix NPE in OffsetFetchRequest.toString and logging improvements 8 years ago
Ismael Juma d65844b527 MINOR: SaslChannelBuilder should be idempotent 8 years ago
Ewen Cheslack-Postava cd11fd7874 KAFKA-5498: ConfigDef derived from another ConfigDef did not correctly compute parentless configs 8 years ago
Jason Gustafson fc58ac594f KAFKA-5490; Skip empty record batches in the consumer 8 years ago
Apurva Mehta 254add9534 KAFKA-5477; Lower retry backoff for first AddPartitions in transaction 8 years ago
Randall Hauch de982ba3fb KAFKA-5472: Eliminated duplicate group names when validating connector results 8 years ago
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