Neha Narkhede
|
8c9a7811c4
|
Minor fix for delete topic
|
11 years ago |
Jun Rao
|
1032bf7405
|
kafka-1232; make TopicCommand more consistent; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede
|
11 years ago |
Neha Narkhede
|
167acb832d
|
KAFKA-330 Delete topic; reviewed by Jun Rao, Guozhang Wang and Joel Koshy
|
11 years ago |
Jay Kreps
|
fa6339c19c
|
Rename client package from kafka.* to org.apache.kafka.*
|
11 years ago |
Jay Kreps
|
3220af1fe2
|
TRIVIAL: Fix misc. numerical issues in histogram.
|
11 years ago |
Sriram Subramanian
|
2d848c5ae0
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
|
11 years ago |
Jay Kreps
|
253f86e310
|
Implement a few of the API suggestions from the mailing list.
|
11 years ago |
Moritz Schwörer
|
c9052c5ff5
|
trivial typo fix; patched by Moritz Schwörer; reviewed by Jun Rao
|
11 years ago |
Jason Rosenberg
|
74b42a8f81
|
KAFKA-1164 kafka should depend on snappy 1.0.5 (instead of 1.0.4.1); reviewed by Neha Narkhede
|
11 years ago |
Ahmy Yulrizka
|
2b0c6a7d7b
|
kafka-1228; Socket Leak on ReplicaFetcherThread; patched by Ahmy Yulrizka; reviewed by Jun Rao
|
11 years ago |
Evelina Stepanova
|
9c1d8e35c5
|
KAFKA-1184 High-Level Consumer: expose fetcher threads number as a parameter; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
269d16d3c9
|
KAFKA-1227 New producer!
|
11 years ago |
Sriram Subramanian
|
3f473566ab
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
Conflicts:
core/src/main/scala/kafka/controller/KafkaController.scala
|
11 years ago |
Joel Koshy
|
26a02c32dd
|
KAFKA-1055 BrokerTopicStats should distinguish between messages received and messages actually appended (i.e., not dropped for various reasons).
|
11 years ago |
Philp K. Warren
|
c9028ad8c5
|
kafka-1214; Support arguments to zookeeper-shell.sh script; patched by Philp K. Warren; reviewed by Jun Rao
|
11 years ago |
Ailing Zhang
|
e1f7bea157
|
kafka-1205; README in examples not update; patched by Ailing Zhang; reviewed by Jun Rao
|
11 years ago |
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
|
11 years ago |
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
|
11 years ago |
Joe Stein
|
d401292abb
|
KAFKA-1200 inconsistent log levels when consumed offset is reset patch by Dima Pekar reviewed by Joe Stein
|
11 years ago |
Neha Narkhede
|
d2e2c607d1
|
KAFKA-1199 Add a reduced access log level; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
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
|
11 years ago |
Guozhang Wang
|
15f3c8417e
|
kafka-1198; NullPointerException in describe topic; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Neha Narkhede
|
3f88be6318
|
KAFKA-1187 Controller should retry connecting to brokers to send state change requests; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Neha Narkhede
|
a119f532c8
|
Rebased from trunk to resolve conflicts between KAFKA-1185 and KAFKA-930
|
11 years ago |
Neha Narkhede
|
10fa20001d
|
KAFKA-1185 Improve leader elector module to have a resign API; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Sriram Subramanian
|
b23cf1968f
|
KAFKA-930 leader auto rebalance feature; reviewed by Neha Narkhede, Jun Rao and Guozhang Wang
|
11 years ago |
Sriram Subramanian
|
72610d1fc0
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
|
11 years ago |
Sriram Subramanian
|
e88f1acdaa
|
some more changes
|
11 years ago |
Sriram Subramanian
|
425af9b4a7
|
use zk for auto rebalance
|
11 years ago |
Neha Narkhede
|
b5d16871c0
|
KAFKA-1139 Topic data change handling callback should not call syncedRebalance directly; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Neha Narkhede
|
dd58d753ce
|
KAFKA-1134 onControllerFailover function should be synchronized with other functions; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
169a79e687
|
KAFKA-1142 Patch review tool should take diff with origin from last divergent point; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
6bc290f66d
|
KAFKA-1178 Replica fetcher thread dies while becoming follower; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Sriram Subramanian
|
55d77c67c2
|
Address code review feedbacks
|
11 years ago |
Neha Narkhede
|
32aae7202c
|
KAFKA-1170 ISR can be inconsistent during partition reassignment for low throughput partitions; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Neha Narkhede
|
876cfdb597
|
KAFKA-1167 Improve the kafka-topics tool to list the topics with overridden configs; reviewed by Jun Rao
|
11 years ago |
Jun Rao
|
7dee06ee99
|
kafka-1169; missing synchronization in access to leaderCache in KafkaApis; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Jun Rao
|
8a2ba3f6f2
|
kafka-1168; OfflinePartitionCount in JMX can be incorrect during controlled shutdown; patched by Jun Rao; reviewed by Swapnil Ghike
|
11 years ago |
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
|
11 years ago |
Neha Narkhede
|
ea3961fc84
|
KAFKA-1156 Improve reassignment tool to output the existing assignment to facilitate rollbacks; reviewed by Jun Rao
|
11 years ago |
Guozhang Wang
|
b638b0f346
|
kafka-1157; Clean up Per-topic Configuration from Kafka properties; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
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
|
11 years ago |
Swapnil Ghike
|
224f192c77
|
kafka-1152; ReplicaManager's handling of the leaderAndIsrRequest should gracefully handle leader == -1; patched by Swapnil Ghike; reviewed by Jun Rao
|
11 years ago |
Guozhang Wang
|
df288b75a0
|
kafka-1140; Move the decoding logic from ConsumerIterator.makeNext to next; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Joel Koshy
|
ac239da502
|
Update description of num.partitions config in sample server properties - issue reported by Vaibhav Puranik
|
11 years ago |
Jun Rao
|
583044cd51
|
recommit kafka-1112 since it's inadvently reverted in the commit of kafka-1135
|
11 years ago |
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
|
11 years ago |
Guozhang Wang
|
87efda7f81
|
kafka-1103; Consumer uses two zkclients; patched by Guozhang Wang; reviewed by Joel Koshy and Jun Rao
|
11 years ago |
Jie Huang
|
2477a7468e
|
kafka-1136; Add subAppend in Log4jAppender for generic usage; patched by Jie Huang; reviewed by Joel Koshy and Jun Rao
|
11 years ago |
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
|
11 years ago |