Commit Graph

525 Commits

Author SHA1 Message Date
Swapnil Ghike 2e64c6a5f2 Use withRequiredArg while parsing jopt options in all tools; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-786 2013-03-06 09:21:56 -08:00
Neha Narkhede a971a27b59 KAFKA-785 Resolve bugs in PreferredReplicaLeaderElection admin tool; reviewed by Swapnil Ghike and Neha Narkhede 2013-03-05 09:38:29 -08:00
Sriram Subramanian 0ee46e05dd System Test Transient Failure on testcase_0122; patched by Sriram Subramanian; reviewed by Jun Rao and Neha Narkhede; kafka-772 2013-03-04 22:40:12 -08:00
Swapnil Ghike 92ecebecd0 Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8 2013-02-27 19:23:28 -08:00
Swapnil Ghike db65c95735 KAFKA-776 Changing ZK format breaks some tools; reviewed by Neha Narkhede 2013-02-27 19:23:04 -08:00
Neha Narkhede cea27356fe KAFKA-776 Changing ZK format breaks some tools; reviewed by Neha Narkhede 2013-02-27 19:17:43 -08:00
Sriram Subramanian 89622c8e88 KAFKA-671 DelayedProduce requests should not hold full producer request data; reviewed by Neha Narkhede, Jun Rao and Jay Kreps 2013-02-26 17:36:15 -08:00
Neha Narkhede 4f752cab18 KAFKA-775 Very long error message on the producer during produce requests failures; skipped review since patch is minor log4j change 2013-02-26 16:44:46 -08:00
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 2013-02-26 16:34:11 -08:00
Swapnil Ghike 37ca9db782 KAFKA-773 kafka.integration.PrimitiveApiTest fails intermittently; reviewed by Neha Narkhede 2013-02-26 15:21:31 -08:00
Neha Narkhede 76a4fbfb13 Minor commit post KAFKA-765 2013-02-25 09:53:40 -08:00
Neha Narkhede db1cb5bbd9 KAFKA-765 Corrupted messages in produce request could shutdown the broker; reviewed by Jun Rao and Sriram Subramanian 2013-02-25 00:13:45 -08:00
Neha Narkhede d925b157f4 KAFKA-734 Migration tool needs a revamp, it was poorly written and has many performance bugs; reviewed by Jun Rao 2013-02-24 14:27:21 -08:00
Jun Rao ccfdabc045 Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8 2013-02-22 18:48:14 -08:00
Jun Rao 9115977b38 Add missing metrics in 0.8; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-604 2013-02-22 18:47:37 -08:00
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 2013-02-22 17:48:10 -08:00
Jun Rao 828ce83dcb standardizing json values stored in ZK; patched by Swapnil Ghike; reviewed by Jun Rao; kafka-755 2013-02-22 16:43:54 -08:00
Sriram Subramanian 144a0a2ac0 KAFKA-769 On startup, a brokers highwatermark for every topic partition gets reset to zero; reviewed by Neha Narkhede 2013-02-22 15:26:13 -08:00
Sriram Subramanian 0be45b334b KAFKA-767 Message Size check should be done after assigning the offsets; reviewed by Neha Narkhede and Jun Rao 2013-02-22 15:03:13 -08:00
Swapnil Ghike b056a9a1ec KAFKA-770 KafkaConfig properties should be verified in the constructor; reviewed by Neha Narkhede 2013-02-22 08:13:32 -08:00
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 2013-02-21 21:48:43 -08:00
Jun Rao 859959f974 Improve second replica assignment; patched by Jun Rao; reviewed by Guozhang Wang; kafka-762 2013-02-21 21:42:18 -08:00
Jun Rao 30f992c52d startHighWaterMarksCheckPointThread is never called; patched by Sriram Subramanian; reviewed by Jun Rao; kafka-758 2013-02-18 14:54:28 -08:00
Jun Rao b84168a3e3 Fix windows build script - kafka-run-class.bat; patched by Mark deVilliers; reviewed by Jun Rao; kafka-751 2013-02-14 08:23:48 -08:00
Jun Rao 8103b4f635 trivial change to save kafka broker log to a file, in addition to console 2013-02-13 14:12:44 -08:00
Jun Rao e81b0a3ded Fatal error during KafkaServerStable startup when hard-failed broker is re-started; patched by Swapnil Ghike; reviewed by Jun Rao and Jay Kreps; kafka-757 2013-02-13 14:01:57 -08:00
Jun Rao 48745f04d1 Processor thread blocks due to infinite loop during fetch response send; patched by Sriram Subramanian; reviewed by Jun Rao; kafka-756 2013-02-12 12:29:59 -08:00
Jun Rao 879d2692ea Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8 2013-02-12 07:52:21 -08:00
Jun Rao 2f0df95f79 PreferredReplicaLeaderElectionCommand has command line error; patched by Jun Rao; reviewed by Maxime Brugidou; kafka-743 2013-02-12 07:50:49 -08:00
Jay Kreps 790a1504c3 KAFKA-748 Maintain mmap position after resizing index. Also add a few more assertions. 2013-02-08 10:50:38 -08:00
Neha Narkhede b89fc2be8a Minor log4j fixes for DefaultEventHandler to avoid printing ByteBufferMessageSets in error messages. This makes reading the important part of the error message very difficult 2013-02-07 10:03:19 -08:00
Neha Narkhede 814c9709c0 Follow up to KAFKA-695:Broker shuts down due to attempt to read a closed index file, reviewed by Neha and Jay 2013-02-05 22:05:28 -08:00
Neha Narkhede 826f02a74e KAFKA-749 Bug in socket server shutdown logic makes the broker hang on shutdown until it has to be killed; reviewed by Sriram and Jay Kreps 2013-02-05 20:11:03 -08:00
Neha Narkhede aed6c3c031 partition state machine log4j change 2013-02-05 17:35:58 -08:00
Neha Narkhede 1086d001d8 Minor log4j fix to ISR shrinking logic 2013-02-05 15:04:18 -08:00
Sam Shah 295734f6ab KAFKA-713 Update Hadoop producer for Kafka 0.8 changes; reviewed by Neha Narkhede 2013-02-01 10:46:02 -08:00
Jun Rao 2ae0690241 System Test : Disable shallow.iterator in Mirror Maker test cases to make compression work correctly; patched by John Fung; reviewed by Jun Rao; kafka-737 2013-01-29 18:01:28 -08:00
Jun Rao b3a4fe9ced correlationId is not set in FetchRequest in AbstractFetcherThread; patched by Jun Rao; reviewed by Neha Narkhede and Swapnil Ghike; kafka-738 2013-01-29 17:00:49 -08:00
Jun Rao 1fb3e8c037 KAFKA-695 Broker shuts down due to attempt to read a closed index file;reviewed by Neha Narkhede, Jay Kreps 2013-01-28 16:50:36 -08:00
Sriram Subramanian 40a80fa7b7 KAFKA-700 log client ip when we log each request on the broker; reviewed by Neha Narkhede 2013-01-25 13:06:24 -08:00
Neha Narkhede 22a010b8bc Fixing the perf subproject that broker after the sbt upgrade 2013-01-25 08:34:52 -08:00
Neha Narkhede 758778ebaa KAFKA-651 Add system tests for auto create topic; reviewed by Neha Narkhede 2013-01-24 14:04:02 -08:00
Sriram Subramanian 8d41620a42 KAFKA-696 Fix toString() API for all requests to make logging easier to read; reviewed by Neha Narkhede, Jun Rao 2013-01-24 11:51:29 -08:00
Neha Narkhede a15f1f2d84 KAFKA-720 Migration tool halts silently; reviewed by Neha Narkhede 2013-01-24 10:47:17 -08:00
Neha Narkhede 8e7effc055 Minor log4j fix in the producer 2013-01-24 10:06:32 -08:00
Joe Stein cb3359f9f1 KAFKA-731 use a variable for the ivy2 path in kafka-run-class.sh patch by Joe Stein reviewed by Neha Narkhede 2013-01-24 01:23:44 -05:00
Joe Stein aeac593a90 KAFKA-728 snappy jar missing from path in kafka-run-class.sh patch by John Fung reviewed by Joe Stein 2013-01-23 21:02:12 -05:00
John Fung 2bee455ed8 KAFKA-730: Update zookeeper classpath in system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh; reviewed by Neha Narkhede 2013-01-23 15:00:16 -08:00
Jun Rao 7833c894a8 KAFKA-714: ConsoleConsumer throws SocketTimeoutException when fetching topic metadata; reviewed by Neha Narkhede 2013-01-23 14:22:36 -08:00
Edward Jay Kreps 311a5d81d8 KAFKA-727 broker can still expose uncommitted data to a consumer; reviewed by Neha Narkhede 2013-01-23 14:07:26 -08:00