1350 Commits (f4101ab3fcf7ec65f6541b157f1894ffdc8d861d)
 

Author SHA1 Message Date
Ewen Cheslack-Postava 6adaffd8ea KAFKA-1501 Let the OS choose the port in unit tests to avoid collisions. Patch by Ewen CP, reviewed by Guozhang and me. 10 years ago
Aditya Auradkar 15b93a410a KAFKA-1546; Automate replica lag tuning; reviewed by Joel Koshy, Neha 10 years ago
Ted Malaska 48f9970472 KAFKA-1961 Prevent deletion of _consumer_offsets topic; reviewed by Neha Narkhede, Gwen Shapira and Jun Rao 10 years ago
Ted Malaska ad722531da kafka-2016; RollingBounceTest takes long; patched by Ted Malaska; reviewed by Jun Rao 10 years ago
Yasuhiro Matsuda 619d78eb52 kafka-2013; benchmark test for the purgatory; patched by Yasuhiro Matsuda; reviewed by Jun Rao 10 years ago
Ismael Juma 66c6f9b1c4 kafka-2039; Update Scala to 2.10.5 and 2.11.6; patched by Ismael Juma; reviewed by Jun Rao 10 years ago
Gwen Shapira d8fe98efee kafka-2044; Support requests and responses from o.a.k.common in KafkaApis; patched by Gwen Shapira; reviewed by Jun Rao 10 years ago
Guozhang Wang c5df2a8e3a KAFKA-1634; Bump up Offset Commit Request to v2 to add global retention and remove per-partition commit timestamp; reviewed by Joel Koshy and Jun Rao 10 years ago
Guozhang Wang d2f50fc388 KAFKA-527; Use in-place decompression enabled inner iterator to replace old decompress function; reviewed by Joel Koshy and Jun Rao 10 years ago
Jiangjie Qin 5b42b538eb KAFKA-2047; Move the stream creation into concurrent mirror maker threads; reviewed by Guozhang Wang 10 years ago
Yasuhiro Matsuda a74688de46 kafka-527; Compression support does numerous byte copies; patched by Yasuhiro Matsuda; reviewed by Guozhang Wang and Jun Rao 10 years ago
Joe Stein eb2100876b KAFKA-1856 Add PreCommit Patch Testing patch by Ashish K Singh reviewed by Gwen Shapira 10 years ago
Tao Xiao 4e0da4965b KAFKA-2048; Change lock synchronized to inLock() for partitionMapCond; reviewed by Guozhang Wang 10 years ago
Jiangjie Qin 991195416e KAFKA-2042; Update topic list of the metadata regardless of cluster information; reviewed by Guozhang Wang 10 years ago
Guozhang Wang c62cff3559 trivial fix on coding style 10 years ago
Guozhang Wang b2c833aa41 KAFKA-1910; Fix two bugs on MemoryRecords and KafkaConsumer; reviewed by Onur Karaman 10 years ago
Jiangjie Qin 82789e7519 KAFKA-1997; Hopefully last follow-up fix to get messageHandlerArgs right 10 years ago
Jiangjie Qin 5bbbb7fddb KAFKA-1997; Follow-up to add the shutdown hook before starting the consumers; reviewed by Guozhang Wang 10 years ago
Guozhang Wang 1caaf6db40 KAFKA-1863; Add docs for possible thrown exception in Callback; reviewed by Jiangjie Qin 10 years ago
Jiangjie Qin c41c7b40b6 KAFKA-1997; Refactor MirrorMaker based on KIP-3; reviewed by Joel Koshy and Guozhang Wang 10 years ago
Sriharsha Chintalapani b7439c8081 kafka-1461; Replica fetcher thread does not implement any back-off behavior; patched by Sriharsha Chintalapani; reviewed by Jun Rao 10 years ago
Guozhang Wang 01f20e029f KAFKA-1910 Follow-up again; fix ListOffsetResponse handling for the expected error codes 10 years ago
Guozhang Wang 1eb5f53aa4 KAFKA-1910; missed follow-up changes 10 years ago
Guozhang Wang 01d2a25235 KAFKA-1910; follow-up on fixing buffer.flip on produce requests 10 years ago
Guozhang Wang 0b92cec1e0 KAFKA-1910; Refactor new consumer and fixed a bunch of corner cases / unit tests; reviewed by Onur Karaman and Jay Kreps 10 years ago
jqin 67940c43e0 KAFKA-2009 Fix two minor bugs in mirror maker. 10 years ago
Joe Stein 8f0003f9b6 KAFKA-1845 KafkaConfig should use ConfigDef patch by Andrii Biletskyi reviewed by Gwen Shapira 10 years ago
Tong Li 3a9f4b833b KAFKA-1988; Fix org.apache.kafka.common.utils.Utils.abs and add Partitioner.toPositive; reviewed by Jun Rao and Guozhang Wang 10 years ago
Joel Koshy 00c643e6fd KAFKA-1755; trivial follow-up to fix comment in CleanerTest 10 years ago
Gwen Shapira 151ae42cdf kafka-1999; Fix failing unit-test: kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicasAfterBrokerShutdown; patched by Gwen Shapira; reviewed by Jun Rao 10 years ago
Joel Koshy 4c9ad9b8a2 KAFKA-2001; Trivial commit to fix OffsetCommitTest 10 years ago
Joel Koshy 61f02fa542 KAFKA-2001; Trivial commit to prevent OffsetCommitTest from hanging 10 years ago
Aditya Auradkar 57d38f672b KAFKA-1986; Request failure rate should not include invalid message size and offset out of range; reviewed by Joel Koshy 10 years ago
Joel Koshy c5d654acb2 KAFKA-1499; trivial follow-up (remove unnecessary parentheses) 10 years ago
Sriharsha Chintalapani 616987d196 KAFKA-1852; Reject offset commits to unknown topics; reviewed by Joel Koshy 10 years ago
Joel Koshy 1cd6ed9e2c KAFKA-1755; Reject compressed and unkeyed messages sent to compacted topics; reviewed by Mayuresh Gharat, Neha Narkhede and Guozhang Wang 10 years ago
Jay Kreps 0636928d96 KAFKA-1865 Add a flush() method to the producer. 10 years ago
Gwen Shapira 22ff9e943a KAFKA-1824 ConsoleProducer - properties key.separator and parse.key no longer work; reviewed by Neha Narkhede 10 years ago
Sriharsha Chintalapani 687abc98a4 KAFKA-1866 LogStartOffset gauge throws exceptions after log.delete(); reviewed by Neha Narkhede 10 years ago
Ashish Singh b56f5973c7 KAFKA-1664 Kafka does not properly parse multiple ZK nodes with non-root chroot; reviewed by Neha Narkhede and Jun Rao 10 years ago
Neha Narkhede a864172da5 Deleting the ConsumerTest until the issue with the hanging test is resolved; discussed on the mailing list and got several +1s 10 years ago
Jun Rao e39373d16b kafka-1400; transient unit test failure in SocketServerTest; patched by Jun Rao; reviewed by Ewen Cheslack-Postava and Jiangjie Qin 10 years ago
Ewen Cheslack-Postava ef252dea70 kafka-1881; transient unit test failure in testDeleteTopicWithCleaner due to OOME; patched by Ewen Cheslack-Postava; reviewed by Jun Rao 10 years ago
Joel Koshy b8904e9614 KAFKA-1953; KAFKA-1962; Disambiguate purgatory metrics; restore delayed request metrics; reviewed by Guozhang Wang 10 years ago
Jun Rao 10311c1389 kafka-1984; java producer may miss an available partition; patched by Jun Rao; reviewed by Ewen Cheslack-Postava, Jay Kreps, and Guozhang Wang 10 years ago
Onur Karaman 7c82afddc8 Added script for bin/kafka-consumer-groups.sh that was mistakenly dropped from the original patch for KAFKA-1476 10 years ago
Jun Rao 41189ea560 kafka-1971; starting a broker with a conflicting id will delete the previous broker registration; patched by Jun Rao; reviewed by Neha Narkhede 10 years ago
Jay Kreps 3f1e088229 KAFKA-1757 Unmap file prior to delete on windows. 10 years ago
Honghai Chen 62c7e0e485 KAFKA-1947 can't explicitly set replica-assignment when add partitions; reviewed by Neha Narkhede 10 years ago
Jay Kreps 19031823c1 KAFKA-1919: Always update the metadata, when a metadata response is received to ensure we back off. 10 years ago