Commit Graph

762 Commits

Author SHA1 Message Date
Jun Rao 36eae8f63c trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao 2014-02-07 14:19:06 -08:00
Jun Rao 52614ad65e kafka-1171; Gradle build for Kafka; patched by David Arthur, Joe Stein, Chris Freeman and Jun Rao; reviewed by Guozhang Wang, Joel Koshy and Neha Narkhede 2014-02-07 13:48:04 -08:00
Neha Narkhede 8c9a7811c4 Minor fix for delete topic 2014-02-06 21:19:34 -08:00
Jun Rao 1032bf7405 kafka-1232; make TopicCommand more consistent; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 2014-02-06 21:00:17 -08:00
Neha Narkhede 167acb832d KAFKA-330 Delete topic; reviewed by Jun Rao, Guozhang Wang and Joel Koshy 2014-02-06 20:18:24 -08:00
Jay Kreps fa6339c19c Rename client package from kafka.* to org.apache.kafka.* 2014-02-06 16:25:11 -08:00
Jay Kreps 3220af1fe2 TRIVIAL: Fix misc. numerical issues in histogram. 2014-02-06 10:49:37 -08:00
Jay Kreps 253f86e310 Implement a few of the API suggestions from the mailing list. 2014-02-04 08:39:56 -08:00
Moritz Schwörer c9052c5ff5 trivial typo fix; patched by Moritz Schwörer; reviewed by Jun Rao 2014-02-04 08:04:35 -08:00
Jason Rosenberg 74b42a8f81 KAFKA-1164 kafka should depend on snappy 1.0.5 (instead of 1.0.4.1); reviewed by Neha Narkhede 2014-02-03 21:16:55 -08:00
Ahmy Yulrizka 2b0c6a7d7b kafka-1228; Socket Leak on ReplicaFetcherThread; patched by Ahmy Yulrizka; reviewed by Jun Rao 2014-01-30 10:14:53 -08:00
Evelina Stepanova 9c1d8e35c5 KAFKA-1184 High-Level Consumer: expose fetcher threads number as a parameter; reviewed by Neha Narkhede 2014-01-30 08:37:28 -08:00
Jay Kreps 269d16d3c9 KAFKA-1227 New producer! 2014-01-28 11:15:05 -08:00
Joel Koshy 26a02c32dd KAFKA-1055 BrokerTopicStats should distinguish between messages received and messages actually appended (i.e., not dropped for various reasons). 2014-01-24 18:00:01 -08:00
Philp K. Warren c9028ad8c5 kafka-1214; Support arguments to zookeeper-shell.sh script; patched by Philp K. Warren; reviewed by Jun Rao 2014-01-24 09:58:28 -08:00
Ailing Zhang e1f7bea157 kafka-1205; README in examples not update; patched by Ailing Zhang; reviewed by Jun Rao 2014-01-17 08:29:28 -08:00
Guozhang Wang c2ed6415fc kafka-1208; Update system test still to use kafka-topics instead of kafka-create-topics shell; patched by Guozhang Wang; reviewed by Jun Rao 2014-01-15 20:57:07 -08:00
Jun Rao 855340a2e6 kafka-1202; optimize ZK access in KafkaController; also incorporating fixes in kafka-1020; patched by Jun Rao and Guozhang Wang; reviewed by Neha Narkhede and Joel Koshy 2014-01-15 08:37:14 -08:00
Joe Stein d401292abb KAFKA-1200 inconsistent log levels when consumed offset is reset patch by Dima Pekar reviewed by Joe Stein 2014-01-13 21:16:32 -05:00
Neha Narkhede d2e2c607d1 KAFKA-1199 Add a reduced access log level; reviewed by Guozhang Wang and Jun Rao 2014-01-13 13:59:33 -08:00
Jun Rao f63e3f7306 kafka-1074; Reassign partitions should delete the old replicas from disk; patched by Jun Rao; reviewed by Jay Kreps, Neha Narkhede and Guozhang Wang 2014-01-07 22:36:00 -08:00
Guozhang Wang 15f3c8417e kafka-1198; NullPointerException in describe topic; patched by Guozhang Wang; reviewed by Jun Rao 2014-01-03 12:21:49 -08:00
Neha Narkhede 3f88be6318 KAFKA-1187 Controller should retry connecting to brokers to send state change requests; reviewed by Jun Rao and Guozhang Wang 2014-01-03 11:29:53 -08:00
Neha Narkhede a119f532c8 Rebased from trunk to resolve conflicts between KAFKA-1185 and KAFKA-930 2014-01-03 11:06:04 -08:00
Neha Narkhede 10fa20001d KAFKA-1185 Improve leader elector module to have a resign API; reviewed by Guozhang Wang and Jun Rao 2013-12-20 14:39:03 -08:00
Sriram Subramanian b23cf1968f KAFKA-930 leader auto rebalance feature; reviewed by Neha Narkhede, Jun Rao and Guozhang Wang 2013-12-20 14:04:23 -08:00
Neha Narkhede b5d16871c0 KAFKA-1139 Topic data change handling callback should not call syncedRebalance directly; reviewed by Guozhang Wang and Jun Rao 2013-12-19 12:54:10 -08:00
Neha Narkhede dd58d753ce KAFKA-1134 onControllerFailover function should be synchronized with other functions; reviewed by Neha Narkhede 2013-12-11 16:34:34 -08:00
Neha Narkhede 169a79e687 KAFKA-1142 Patch review tool should take diff with origin from last divergent point; reviewed by Neha Narkhede 2013-12-11 16:20:38 -08:00
Neha Narkhede 6bc290f66d KAFKA-1178 Replica fetcher thread dies while becoming follower; reviewed by Jun Rao and Guozhang Wang 2013-12-11 11:18:24 -08:00
Neha Narkhede 32aae7202c KAFKA-1170 ISR can be inconsistent during partition reassignment for low throughput partitions; reviewed by Jun Rao and Guozhang Wang 2013-12-06 16:26:53 -08:00
Neha Narkhede 876cfdb597 KAFKA-1167 Improve the kafka-topics tool to list the topics with overridden configs; reviewed by Jun Rao 2013-12-05 16:57:26 -08:00
Jun Rao 7dee06ee99 kafka-1169; missing synchronization in access to leaderCache in KafkaApis; patched by Jun Rao; reviewed by Neha Narkhede 2013-12-05 09:38:24 -08:00
Jun Rao 8a2ba3f6f2 kafka-1168; OfflinePartitionCount in JMX can be incorrect during controlled shutdown; patched by Jun Rao; reviewed by Swapnil Ghike 2013-12-04 15:47:18 -08:00
Swapnil Ghike 6c36beef87 minor fix for KAFKA-1152; ReplicaManager's handling of the leaderAndIsrRequest should gracefully handle leader == -1; patched by Swapnil Ghike; reviewed by Jun Rao 2013-12-03 16:50:18 -08:00
Neha Narkhede ea3961fc84 KAFKA-1156 Improve reassignment tool to output the existing assignment to facilitate rollbacks; reviewed by Jun Rao 2013-12-03 16:25:40 -08:00
Guozhang Wang b638b0f346 kafka-1157; Clean up Per-topic Configuration from Kafka properties; patched by Guozhang Wang; reviewed by Jun Rao 2013-12-02 21:55:48 -08:00
Jun Rao 7c7951426d kafka-1154; replicas may not have consistent data after becoming follower; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 2013-12-02 13:58:10 -08:00
Swapnil Ghike 224f192c77 kafka-1152; ReplicaManager's handling of the leaderAndIsrRequest should gracefully handle leader == -1; patched by Swapnil Ghike; reviewed by Jun Rao 2013-11-29 09:29:56 -08:00
Guozhang Wang df288b75a0 kafka-1140; Move the decoding logic from ConsumerIterator.makeNext to next; patched by Guozhang Wang; reviewed by Jun Rao 2013-11-27 21:56:55 -08:00
Joel Koshy ac239da502 Update description of num.partitions config in sample server properties - issue reported by Vaibhav Puranik 2013-11-25 19:46:42 -08:00
Jun Rao 583044cd51 recommit kafka-1112 since it's inadvently reverted in the commit of kafka-1135 2013-11-25 15:34:04 -08:00
Joe Stein bb2dc49bde KAFKA-1133 LICENSE and NOTICE files need to get into META-INF when jars are built before they're signed for publishing to maven reviewed by Joel Koshy 2013-11-24 21:33:45 -05:00
Guozhang Wang 87efda7f81 kafka-1103; Consumer uses two zkclients; patched by Guozhang Wang; reviewed by Joel Koshy and Jun Rao 2013-11-22 09:16:39 -08:00
Jie Huang 2477a7468e kafka-1136; Add subAppend in Log4jAppender for generic usage; patched by Jie Huang; reviewed by Joel Koshy and Jun Rao 2013-11-22 08:25:05 -08:00
drunkedcat 99dd94c9b6 kafka-933; Hadoop example running DataGenerator causes kafka.message.Message cannot be cast to [B exception; patched by drunkedcat; reviewed by Jun Rao 2013-11-21 21:37:34 -08:00
Jun Rao cd81d37ac8 fix for scala 2.10.1 compilation issued introduced in kafka-1117 2013-11-20 21:42:46 -08:00
Joe Stein c2dd071b52 KAFKA-1131 copy license and notice to the release files, reviewed by David Arthur 2013-11-20 15:16:40 -07:00
Swapnil Ghike 9b0776d157 kafka-1135; Code cleanup - use Json.encode() to write json data to zk; patched by Swapnil Ghike; reviewed by Neha Narkhede, Guozhang Wang and Jun Rao 2013-11-20 10:05:40 -08:00
Jun Rao 440e45e513 kafka-1117; tool for checking the consistency among replicas; patched by Jun Rao; reviewed by Neha Narkhede, Joel Koshy, Swapnil Ghike, Guozhang Wang 2013-11-20 09:21:56 -08:00