472 Commits (6dbf9212ae4dc6ed7f91fc99135b8a3b35ab5edb)
 

Author SHA1 Message Date
Jun Rao e15432efd3 provides windows batch script for starting Kafka/Zookeeper; patched by Antoine Vianey; reviewed by Jun Rao; kafka-581 12 years ago
Neha Narkhede 133c88278d KAFKA-654 Irrecoverable error while trying to roll a segment that already exists; patched by Neha Narkhede; reviewed by Jay Kreps 12 years ago
Neha Narkhede 8a93698a75 Patching remaining files from KAFKA-644 12 years ago
Neha Narkhede 1270663737 KAFKA-644 https://svn.apache.org/repos/asf/kafka/branches/0.8; patched by John Fung; reviewed by Neha Narkhede 12 years ago
Edward Jay Kreps ab2494470c KAFKA-642 Missed message magic version on last checkin. 12 years ago
Edward Jay Kreps f5a48b06e3 KAFKA-642 Remove the response version and baseline all versions/magic bytes etc to 0. 12 years ago
Joel Jacob Koshy a4c7675829 KAFKA-633 Fix mostly consistent test failure in testShutdownBroker; patched by Joel Koshy; reviewed by Jun Rao 12 years ago
Edward Jay Kreps 98042e9123 KAFKA-642 Addressing Jun's follow up comments--(1) add parans to make statement more clear, (2) remove the initial offset from the fetch response since the message set itself now contains all offsets. 12 years ago
Edward Jay Kreps e11447650a KAFKA-642 Fixes to protocol. Patch reviewed by Neha and Joel. 12 years ago
Neha Narkhede 6ca7b3acfd KAFKA-608 and KAFKA-630 getTopicMetadata does not respect producer config settings and fix auto-create topic; patched by Neha Narkhede; reviewed by Jun Rao 12 years ago
Neha Narkhede 6486fd1a9f KAFKA-640 kafka.common.InvalidClientIdException in broker log4j messages; patched by Swapnil; reviewed by Neha Narkhede 12 years ago
Neha Narkhede d7c71c0949 KAFKA-622 Create mbeans per client; patched by Swapnil; reviewed by Neha Narkhede 12 years ago
Jun Rao e556063520 DumpLogSegment offset verification is incorrect for compressed messages (second fix); patched by Yang Ye; reviewed by Jun Rao; KAFKA-614 12 years ago
Jun Rao 7b2d9c3312 remove ProducerShell; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-638 12 years ago
Jun Rao bdb04bba67 ProducerRequest should take ByteBufferMessageSet instead of MessageSet; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-632 12 years ago
Gavin McDonald 961affa3fc Kafka has become a TLP 12 years ago
Edward Jay Kreps 6e6522c7c9 KAFKA-544. Follow-up items on key-retention. Addresses misc. comments from Joel, see ticket for details. 12 years ago
Jun Rao 602acaf412 move shutting down of fetcher thread out of critical path; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-612 12 years ago
Neha Narkhede 8e7b0d4016 KAFKA-532 Multiple controllers can co-exist during soft failures; patched by Neha Narkhede; reviewed by Jun Rao 12 years ago
Joel Jacob Koshy 79d3be9293 Fix deadlock between leader-finder-thread and consumer-fetcher-thread during broker failure; patched by Joel Koshy; reviewed by Jun Rao; KAFKA-618 12 years ago
Jun Rao 39edb7beea MigrationTool should disable shallow iteration in the 0.7 consumer; patched by Yang Ye; reviewed by Jun Rao; KAFKA-613 12 years ago
Jun Rao 92d64170bb DumpLogSegment offset verification is incorrect for compressed messages; patched by Yang Ye; reviewed by Jun Rao; KAFKA-614 12 years ago
Edward Jay Kreps 8c884ee6a6 KAFKA-544 Trivial fix--migration tool is using message when it should be using a byte array. Checked in w/o review. 12 years ago
Jun Rao e13ecfc1df System Test - Log Retention Cases should wait longer before getting the common starting offset in replica log segments; patched by John Fung; reviewed by Jun Rao; KAFKA-605 12 years ago
Jun Rao 125548274a trivial fix to make the default value replica.fetch.min.bytes better for replication 12 years ago
Edward Jay Kreps 60d0587e8f KAFKA-545 Add some log performance tests. 12 years ago
Edward Jay Kreps f4ccf21d5d KAFKA-544 Store the key given to the producer in the message. Expose this key in the consumer. Patch reviewed by Jun. 12 years ago
Neha Narkhede 22e032fdd4 KAFKA-574 KafkaController unnecessarily reads leaderAndIsr info from ZK ; patched by Prashanth; reviewed by Jun and Neha 12 years ago
Joel Jacob Koshy 6c97767b88 Remove custom metrics jar and replace with latest from metrics HEAD; patched by Joel Koshy; reviewed by Jun Rao; KAFKA-585. 12 years ago
Jun Rao 1cc8c3beab Add test cases to test log size retention and more; patched by John Fung; reviewed by Jun Rao; KAFKA-591 12 years ago
Jun Rao 6800b0ed3b Fix commit() in zk consumer for compressed messages; patched by Swapnil Ghike; reviewed by Jun Rao; KAFKA-546 12 years ago
Neha Narkhede ed6243852a KAFKA-593 Empty log index file created when it shouldn't be empty; Patched by Yang Ye; reviewed by Jun and Jay 12 years ago
Jun Rao f54f481873 extend DumpLogSegments to verify consistency btw data and index; patched by Yang Ye; reviewed by Jun Rao; KAFKA-577 12 years ago
Jun Rao 989c9bfbab LogSegment.firstAppendTime not reset after truncate to; patched by Swapnil Ghike; reviewed by Jun Rao, Neha Narkhede; KAFKA-596 12 years ago
Edward Jay Kreps 75fc5eab35 KAFKA-188 Support multiple data directories. 12 years ago
Jun Rao 3adf92151a KafkaRequestHandler needs to handle exceptions; patched by Yang Ye; reviewed by Jun Rao; KAFKA-491 12 years ago
Jun Rao 1828b1852c system test configs are broken; patched by John Fung; reviewed by Jun Rao; kafka-586 12 years ago
Jun Rao 6d86e43f0a Update System Test due to new argument --sync in ProducerPerformance; patched by Jun Rao; reviewed by Neha Narkhede and Jun Rao; kafka-594 12 years ago
Edward Jay Kreps 414e9faf9b KAFKA-588 Fix bug in OffsetIndex.truncateTo. Reviewed by Neha. 12 years ago
Jun Rao 4d7c0b7a51 Register metrics beans at kafka server startup; patched by Swapnil Ghike; reviewed by Jun Rao; KAFKA-592 12 years ago
Jun Rao ddabfa7da5 Partition.makeFollower() reads broker info from ZK; patched by Swapnil Ghike; reviewed by Jun Rao; KAFKA-575 12 years ago
Jun Rao 743ac37382 extend DumpLogSegments to verify consistency btw data and index; patched by Yang Ye; reviewed by Neha Narkhede and Jun Rao; KAFKA-577 12 years ago
Jun Rao 4f529c7444 trivial fix to use foreach instead of map 12 years ago
Joel Jacob Koshy 947ad072af Implement clean shutdown in replication; patched by Joel Koshy; reviewed by Jun Rao and Neha Narkhede; KAFKA-340 12 years ago
Jun Rao 9eb9e51011 produce/fetch remote time metric not set correctly when num.acks = 1; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-584 12 years ago
Jun Rao 4ef9166769 trivial fix to add the missing Logging class 12 years ago
Jun Rao adebb7d78a Add more test cases to System Test ; patched by John Fung; reviewed by Jun Rao; KAFKA-571 12 years ago
Jun Rao 0d9f7ffe4d provides windows batch script for starting Kafka/Zookeeper; patched by Antoine Vianey; reviewed by Jun Rao; kafka-581 12 years ago
Jun Rao 68d8f59045 remove connection timeout in SyncProducer; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-579 12 years ago
Jun Rao 23bce10e77 Change MessageSet.sizeInBytes to Int; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-556 12 years ago