350 Commits (eeb817ac23f4aa756ebe404a85eeb618a7cb5a08)
 

Author SHA1 Message Date
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
Jun Rao 3deb6cd420 SimpleConsumer throws UnsupportedOperationException: empty.head; patched by Yang Ye; reviewed by Jun Rao; kafka-576 12 years ago
Jun Rao 2c66f5b701 system test testcase_0122 under replication fails due to large # of data loss; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-580 12 years ago
Neha Narkhede 1b7b43c6e1 KAFKA-541 Move to metrics csv reporter for system tests; patched by Yang Ye; reviewed by Neha, Jun and Joel 12 years ago
Jun Rao e35854062f System Test : Leader Failure Log Segment Checksum Mismatched When request-num-acks is 1; patched by Jun Rao; reviewed by John Fung, Joel Koshy and Neha Narkhede; KAFKA-573 12 years ago
Neha Narkhede 98f6407089 KAFKA-537 Expose clientId in ConsumerConfig and fix correlation id; patched by Yang Ye; reviewed by Neha Narkhede 12 years ago
Edward Jay Kreps d1a22b2e3b KAFKA-569 Split up utils package and do some cleanup. Patch reviewed by Neha. 12 years ago
Neha Narkhede 3015d0a447 KAFKA-43 Move leader to preferred replica; patched by Neha Narkhede; reviewed by Joel Koshy and Jun Rao 12 years ago
Neha Narkhede 669ae397f8 KAFKA-548 remove partition from ProducerRequestPartitionData and FetchResponsePartitionData; patched by Yang Ye; reviewed by Neha and Joel 12 years ago
Jun Rao c0fdcd305c Replication Data Loss in Mirror Maker Bouncing testcase; patched by Jun Rao; reviewed by Joel Koshy, John Fung and Neha Narkhede; kafka-567 12 years ago
Jun Rao 2b13581711 trival fix to remove 2 empty files 12 years ago
Neha Narkhede 3629f6f882 Changing kafka-server-stop.sh to use SIGTERM for Kafka server process termination. No review 12 years ago
Neha Narkhede dd44ec672a KAFKA-432 allow consumer to read from followers; patched by Yang Ye; reviewed by Neha and Jun 12 years ago
Edward Jay Kreps 97d434513f KAFKA-506 Hadoop consumer not advancing to next offset. No review. 12 years ago
Neha Narkhede eb06b93f97 KAFKA-510 Broker needs to know replication factor per partition; patched by Yang Ye; reviewed by Neha Narkhede, Jun Rao and Joel Koshy 12 years ago
Edward Jay Kreps 4324235183 KAFKA-557 Patch to avoid assigning offsets to Log.appends as part of replication. Reviewed by Neha. 12 years ago
Edward Jay Kreps aaa5d14e39 KAFKA-506 Misc. follow-up cleanups from Neha's review. 12 years ago
Neha Narkhede 93fdcfa0e2 KAFKA-42 part 2: new files 12 years ago
Neha Narkhede 23d7620442 KAFKA-42 Cluster expansion feature; patched by Neha; reviewed by Jun 12 years ago
Neha Narkhede a1698e2b70 Reverting KAFKA-42 since it accidentally contained changes to metrics package. Didn't catch it due to a stale sbt cache. It is better to redo the patch and then commit 12 years ago
Neha Narkhede 6d0042b4f4 KAFKA-42 Cluster expansion feature; patched by Neha Narkhede; reviewed by Jun Rao 12 years ago
Neha Narkhede 01a8b8d123 Reverting KAFKA-510, to be reapplied after addressing review comments and after KAFKA-42 is checked in 12 years ago
Jun Rao cdc6ca2c7b trival fix to make run_sanity.sh executable 12 years ago