2027 Commits (f0276f5ca2ebed2848055ccec875181f5db7ba51)

Author SHA1 Message Date
Ismael Juma 08b775c322 KAFKA-5608; Follow-up to fix potential NPE and clarify method name 7 years ago
huxihx cd207dd3fe KAFKA-5431; cleanSegments should not set length for cleanable segment files 7 years ago
Vahid Hashemian 5bb53e034e KAFKA-5534; KafkaConsumer `offsetForTimes` result should include partitions with no offset 7 years ago
Apurva Mehta cdff011fe0 KAFKA-5610; WriteTxnMarker handler should return UNKNOWN_TOPIC_OR_PARTITION if replica is not available 7 years ago
Ismael Juma 84d2b6a01c MINOR: Simplify SensorAccess usage 7 years ago
Balint Molnar 272956f03a KAFKA-5134; Replace zkClient.getChildren method with zkUtils.getChildren 7 years ago
Ewen Cheslack-Postava f50af9c31d KAFKA-5608: Add --wait option for JmxTool and use in system tests to avoid race between JmxTool and monitored services 7 years ago
Gwen Shapira ea8845bbd6 KAFKA-5384: Enable topic deletion by default 7 years ago
Jan Burkhardt e2fe19d22a KAFKA-5600; Fix group loading regression causing stale metadata/offset cache 7 years ago
Rajini Sivaram cf94b188f1 MINOR: Use correct connectionId in SocketServer log message 7 years ago
Xianyang Liu d0ce0a95de MINOR: Correct the ConsumerPerformance print format 7 years ago
Guozhang Wang 873eeae9f7 MINOR: Change log level for group member failure from debug to info 7 years ago
Ismael Juma 1685e7112c MINOR: Enable a number of xlint scalac warnings 7 years ago
Balint Molnar e391045473 KAFKA-5127; Replace pattern matching with foreach where the case None is ignored 7 years ago
Gregor Uhlenheuer 2d2e9adb5d KAFKA-5584; Fix integer overflow in Log.size 7 years ago
Manikumar Reddy O 9c6fc95f91 MINOR: Update docstring for "offsets.retention.minutes" config 7 years ago
Paolo Patierno 3ab0456db8 KAFKA-5525: Streams reset tool should have same console output with or without dry-run 7 years ago
Rajini Sivaram 48c2160c75 MINOR: Wait for tasks to terminate to avoid exception in test teardown 7 years ago
Rajini Sivaram afb91a02ae MINOR: Add test brokers to list as they are created to ensure cleanup 7 years ago
Jason Gustafson 9238aeaa21 KAFKA-5522; ListOffsets should bound timestamp search by LSO in read_committed 7 years ago
Ben Stopford 9c2de4920e KAFKA-5542; Improve Java doc for LeaderEpochFileCache.endOffsetFor() 7 years ago
Jason Gustafson c4193cd1ad MINOR: Rename baseTimestamp to firstTimestamp to clarify usage 7 years ago
Dong Lin a16475eb33 KAFKA-5544; The LastStableOffsetLag metric should be removed when partition is deleted 7 years ago
Ismael Juma 27fdd46dcd MINOR: Improve TransactionIndex.sanityCheck() message 7 years ago
Rajini Sivaram dc95456f1d KAFKA-5402; Avoid creating quota related metrics if quotas not enabled 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
Apurva Mehta f05c70b069 MINOR: Enable the TransactionsBounceTest 7 years ago
Matthias J. Sax 1d28e25748 MINOR: remove unnecessary null check 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
Onur Karaman 6d2fbfc911 KAFKA-5502; read current brokers from zookeeper upon processing broker change 8 years ago
Matthias J. Sax 914e42a282 KAFKA-5474: Streams StandbyTask should no checkpoint on commit if EOS is enabled 8 years ago
Apurva Mehta 254add9534 KAFKA-5477; Lower retry backoff for first AddPartitions in transaction 8 years ago
Kelvin Rutt 76f6e14b07 KAFKA-5413; Log cleaner fails due to large offset in segment file 8 years ago
Apurva Mehta cb2fdbd6c1 MINOR: Add some logging for the transaction coordinator 8 years ago
Ismael Juma 1d24e10aea MINOR: Remove unused `AdminUtils.fetchTopicMetadataFromZk` methods 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
Jeff Chao 3fdbba1c72 KAFKA-5463; Controller incorrectly logs rack information when new brokers are added 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
Dustin Cote 354cbebdc1 MINOR: clarify partition option behavior for console consumer 8 years ago
Tom Bentley 6cd7f448aa MINOR: Add --help to DumpLogSegments 8 years ago
Kamal C 6f1d4c6933 MINOR: Consolidate Utils.newThread, Utils.daemonThread and KafkaThread 8 years ago
Ismael Juma 0f60617fab KAFKA-5275; AdminClient API consistency 8 years ago
Ismael Juma 3c2329ad0b MINOR: Update `TransactionMarkerChannelManager` metric name 8 years ago
Michael Andre Pearce 09b354a846 KAFKA-5354; MirrorMaker not preserving headers 8 years ago
Colin P. Mccabe 32f0f1f50a MINOR: Temporarily remove the apiVersions API for 0.11 8 years ago
Apurva Mehta c2daf4c623 KAFKA-5438; Fix UnsupportedOperationException in WriteTxnMarkersRequest 8 years ago