683 Commits (ace95c48a924db69ea6c6053d4cc2943c7b8958a)
 

Author SHA1 Message Date
Swapnil Ghike df221297c7 kafka-813; (add the missing file) Minor cleanup in Controller; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao 12 years ago
Swapnil Ghike 28ee785536 kafka-813; Minor cleanup in Controller; patched by Swapnil Ghike; reviewed by Neha Narkhede and Jun Rao 12 years ago
Neha Narkhede 51421fcc01 KAFKA-816 Reduce noise in Kafka server logs due to NotLeaderForPartitionException; reviewed by Jun Rao 12 years ago
Neha Narkhede 08b2a37c33 KAFKA-820 Topic metadata request handling fails to return all metadata about replicas; reviewed by Jun Rao 12 years ago
Swapnil Ghike 7b14ebae33 kafka-811; (Delta) Fix clientId in migration tool; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
Neha Narkhede a737986e54 KAFKA-815 Improve SimpleConsumerShell to take in a max messages config option;reviewed by Jun Rao 12 years ago
Jun Rao a376f92214 Support deep iteration in DumpLogSegments tool; patched by Jun Rao; reviewed by Neha Narkhede; kafka-812 12 years ago
Jun Rao 46ebdc16e9 Incorrect index in the log of a follower; patched by Jun Rao; reviewed by Neha Narkhede and Jay Kreps; kafka-804 12 years ago
Swapnil Ghike d40d255bc8 KAFKA-811 Fix clientId in migration tool; reviewed by Neha Narkhede 12 years ago
Neha Narkhede 7fd9268f7b KAFKA-808 Migration tool internal queue between consumer and producer threads should be configurable; reviewed by Jun Rao 12 years ago
Swapnil Ghike 3b3fb7fed6 kafka-763 delta; Add an option to replica from the largest offset during unclean leader election; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
Swapnil Ghike 0a92835304 KAFKA-763 follow up changes; reviewed by Neha Narkhede 12 years ago
Neha Narkhede c5462864aa KAFKA-802 Flush message interval is based on compressed message count; reviewed by Jun Rao 12 years ago
Jun Rao dd96761639 kafka-801; Fix MessagesInPerSec mbean to count uncompressed message rate; patched by Jun Rao; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike 290d5e0eac kafka-763; Add an option to replica from the largest offset during unclean leader election; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
Sriram Subramanian 485afe646a KAFKA-800 inSyncReplica in Partition needs some tweaks; reviewed by Jun Rao and Neha Narkhede 12 years ago
Jay Kreps 9ff4e8eb10 KAFKA-739 Handle null message payloads in messages and in the log cleaner. Reviewed by Jun and Neha. 12 years ago
Neha Narkhede da1dc17887 KAFKA-798 Use biased histograms instead of uniform histograms in KafkaMetricsGroup; reviewed by Neha Narkhede 12 years ago
Jay Kreps c1ed12e44d KAFKA-554 Dynamic per-topic configuration. This patch adds a mechanism for storing per-topic configurations in zookeeper and dynamically making config changes across the cluster. Reviewed by Neha and Jun. 12 years ago
John Fung b5edbb193b kafka-792; Update multiple attributes in testcase_xxxx_properties.json; patched by John Fung; reviewed by Jun Rao 12 years ago
Neha Narkhede 5a275b077a KAFKA-787 Simple Consumer connecting to Broker that is not the Leader generates wrong error; reviewed by Jun Rao 12 years ago
Swapnil Ghike 19ae1959b0 Include controllerId in all requests sent by controller; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-793 12 years ago
Jun Rao 771760ce23 MirrorMaker with shallow.iterator.enable=true produces unreadble messages; patched by Jun Rao; reviewed by Neha Narkhede; kafka-732 12 years ago
Swapnil Ghike eae1bd52ef Standardize Zk data structures for Re-assign partitions and Preferred replication election; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-779 12 years ago
Swapnil Ghike 2457bc49ef KAFKA-513 Add state change log to Kafka brokers; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike 2e64c6a5f2 Use withRequiredArg while parsing jopt options in all tools; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-786 12 years ago
Neha Narkhede a971a27b59 KAFKA-785 Resolve bugs in PreferredReplicaLeaderElection admin tool; reviewed by Swapnil Ghike and Neha Narkhede 12 years ago
Sriram Subramanian 0ee46e05dd System Test Transient Failure on testcase_0122; patched by Sriram Subramanian; reviewed by Jun Rao and Neha Narkhede; kafka-772 12 years ago
Jun Rao 4f2742d60d merge from 0.8 and resolve conflicts 12 years ago
Neha Narkhede 82b11aa0d4 KAFKA-759 Commit/FetchOffset APIs should not return versionId; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike 92ecebecd0 Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8 12 years ago
Swapnil Ghike db65c95735 KAFKA-776 Changing ZK format breaks some tools; reviewed by Neha Narkhede 12 years ago
Neha Narkhede cea27356fe KAFKA-776 Changing ZK format breaks some tools; reviewed by Neha Narkhede 12 years ago
Sriram Subramanian 89622c8e88 KAFKA-671 DelayedProduce requests should not hold full producer request data; reviewed by Neha Narkhede, Jun Rao and Jay Kreps 12 years ago
Neha Narkhede 4f752cab18 KAFKA-775 Very long error message on the producer during produce requests failures; skipped review since patch is minor log4j change 12 years ago
Neha Narkhede 6989dac889 KAFKA-774 Periodic refresh of topic metadata on the producer does not check for error code in the response; reviewed by Swapnil Ghike 12 years ago
Swapnil Ghike 37ca9db782 KAFKA-773 kafka.integration.PrimitiveApiTest fails intermittently; reviewed by Neha Narkhede 12 years ago
Neha Narkhede 76a4fbfb13 Minor commit post KAFKA-765 12 years ago
Neha Narkhede db1cb5bbd9 KAFKA-765 Corrupted messages in produce request could shutdown the broker; reviewed by Jun Rao and Sriram Subramanian 12 years ago
David Arthur 218e6a53c1 KAFKA-771 NPE in handleOffsetCommitRequest; reviewed by Neha Narkhede 12 years ago
Neha Narkhede d925b157f4 KAFKA-734 Migration tool needs a revamp, it was poorly written and has many performance bugs; reviewed by Jun Rao 12 years ago
Jun Rao ccfdabc045 Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8 12 years ago
Jun Rao 9115977b38 Add missing metrics in 0.8; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-604 12 years ago
Neha Narkhede 4d8fb1eebc KAFKA-736 Add an option to the 0.8 producer to mimic 0.7 producer behavior; reviewed by Jun Rao and Sriram Subramanian 12 years ago
Jun Rao 828ce83dcb standardizing json values stored in ZK; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-755 12 years ago
Sriram Subramanian 144a0a2ac0 KAFKA-769 On startup, a brokers highwatermark for every topic partition gets reset to zero; reviewed by Neha Narkhede 12 years ago
Sriram Subramanian 0be45b334b KAFKA-767 Message Size check should be done after assigning the offsets; reviewed by Neha Narkhede and Jun Rao 12 years ago
Swapnil Ghike b056a9a1ec KAFKA-770 KafkaConfig properties should be verified in the constructor; reviewed by Neha Narkhede 12 years ago
Jun Rao 049ac882bf broker should exit if hitting exceptions durin startup; patched by Jun Rao; reviewed by Sriram Subramanian, Swapnil Ghike and Neha Narkhede; kafka-768 12 years ago
Jun Rao 859959f974 Improve second replica assignment; patched by Jun Rao; reviewed by Guozhang Wang; kafka-762 12 years ago