Jun Rao
|
96dc298438
|
Some arguments are always set to default in ProducerPerformance; patched by John Fung; committed by Jun Rao; kafka-710
|
12 years ago |
Joe Stein
|
1e011bf42e
|
KAFKA-709 change in default blocking tripped test checking queue is full so updated test in case someone changes the new default to something else
|
12 years ago |
Neha Narkhede
|
aa1546b090
|
draft patch
|
12 years ago |
Neha Narkhede
|
ecd1f19f5a
|
KAFKA-709 Default queue.enqueue.timeout.ms to -1; reviewed by Jay Kreps
|
12 years ago |
Jun Rao
|
9ee795ac56
|
merge from 0.8 and resolve conflict in Log
|
12 years ago |
Jun Rao
|
214a0af46b
|
Consumer rebalance fails if no leader available for a partition and stops all fetchers; patched by Maxime Brugidou; reviewed by Jun Rao; kafka-693
|
12 years ago |
Edward Jay Kreps
|
da7f14676e
|
KAFKA-702 Deadlock between request handler/processor threads; reviewed by Neha Narkhede, Jun Rao
|
12 years ago |
Jun Rao
|
777f662201
|
Disallow clients to set replicaId in FetchRequest; kafka-699; patched by Jun Rao; reviewed by Neha Narkhede
|
12 years ago |
Jay Kreps
|
de1a4d7276
|
KAFKA-698 Avoid advancing the log end offset until the append has actually happened since reads may be happening in the meantime.
|
12 years ago |
Jun Rao
|
362eba981d
|
Merge remote branch 'origin/0.8' into trunk
|
12 years ago |
Neha Narkhede
|
3696d72811
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8
|
12 years ago |
Swapnil Ghike
|
eeb817ac23
|
KAFKA-697 ConsoleConsumer throws InvalidConfigException for . in client id; reviewed by Jun Rao, Neha Narkhede, John Fung
|
12 years ago |
Jun Rao
|
b2eec991d3
|
ConsoleConsumer throws InvalidConfigException; kafka-697; patched by Swapnil Ghike; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
b052e80de2
|
Merge remote branch 'origin/0.8' into trunk
|
12 years ago |
Jun Rao
|
bd5504c052
|
System Test - Update all testcase_xxxx_properties.json for properties keys uniform naming convention; kafka-688; patched by Jun Rao; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
53818bb7ee
|
ConsoleProducer does not exit correctly; kafka-701; patched by Maxime Brugidou; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
d7f410925e
|
Merge remote branch 'origin/0.8' into trunk
|
12 years ago |
Jun Rao
|
c02e7fd690
|
trivial fix to log4j.properties, which stops outputing info level message after kafka-683
|
12 years ago |
Jun Rao
|
9249b76d1d
|
merge from 0.8 and resolve conflicts
|
12 years ago |
Jun Rao
|
a40953196e
|
Use uniform convention for naming properties keys; kafka-648; patched by Sriram Subramanian; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
dbe87f6df3
|
KAFKA-683 Fix correlation id in all requests sent to kafka; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
03eb903ce2
|
KAFKA-683 Fix correlation id in all requests sent to kafka; reviewed by Jun Rao
|
12 years ago |
Ben Fleis
|
c12608c5fe
|
KAFKA-692 ConsoleConsumer outputs diagnostic message to stdout instead of stderr; reviewed by Neha Narkhede
|
12 years ago |
Jun Rao
|
b71e6dc352
|
Fault tolerance broken with replication factor 1; kafka-691; patched by Maxime Brugidou; reviewed by Jun Rao
|
12 years ago |
Joe Stein
|
ddd66cbd80
|
KAFKA-133 publish kafka to maven - patch by Maxime Brugidou with updates for depen by Otis Gospodnetic, reviewed by Joe Stein
|
12 years ago |
Neha Narkhede
|
e0b3b63163
|
KAFKA-690 TopicMetadataRequest throws exception when no topics are specified, reviewed by Jay Kreps and Neha Narkhede
|
12 years ago |
Jun Rao
|
85c9e91c80
|
ConsoleProducer does not have the queue-size option; kafka-684; patched by Maxime Brugidou; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
fd94251d89
|
ConsumerOffsetChecker does not work with 0.8; kafka-685; patched by Maxime Brugidou; reviewed by Jun Rao
|
12 years ago |
Derek Chen-Becker
|
241fea7007
|
Updated SBT JAR to 0.12.1
|
12 years ago |
Joe Stein
|
ed36a7f07a
|
KAFKA-133 publish kafka to maven - patch by Maxime Brugidou with updates for depen by Otis Gospodnetic, reviewed by Joe Stein
|
12 years ago |
Joe Stein
|
dc9edc4622
|
fixed incubation url
Signed-off-by: Joe Stein <joestein@apache.org>
|
12 years ago |
Jay Kreps
|
274cd02f1a
|
KAFKA-657 Change property name to offset.metadata.max.bytes for consistency.
|
12 years ago |
David Arthur
|
222c0e46ab
|
KAFKA-657 Add APIs for the consumer to commit and fetch offsets on the broker.
|
12 years ago |
Jun Rao
|
a39c34a2d1
|
Merge remote branch 'origin/0.8' into trunk
|
12 years ago |
Jun Rao
|
2f4bfc645a
|
ApiUtils#writeShortString uses String length instead of byte length; kafka-680; patched by David Arthur; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
6cf46e7cab
|
High watermark recovered incorrrectly from file; kafka-681; patched by Jun Rao; reviewed by Joel Koshy, Neha Narkhede and John Fung
|
12 years ago |
Joel Koshy
|
25d77cc69c
|
KAFKA-668 Store jmx port in broker zk string - controlled shutdown admin tool should not require controller JMX url/port to be supplied. Reviewed by Jun Rao.
|
12 years ago |
Jay Kreps
|
c6d41102d8
|
KAFKA-675 Allow the user to override the host that we bind to. Patch from Matan Amir<matan.amir@voxer.com> with slight changes
to improve error messages for a bad host or port.
|
12 years ago |
Jay Kreps
|
32dae955d5
|
Merge branch '0.8' into trunk
Conflicts:
core/src/main/scala/kafka/log/Log.scala
core/src/test/scala/unit/kafka/admin/AdminTest.scala
core/src/test/scala/unit/kafka/log/LogTest.scala
core/src/test/scala/unit/kafka/server/LogOffsetTest.scala
|
12 years ago |
Jay Kreps
|
85ec04452b
|
KAFKA-676 Change the build script for the core sub project to create a test jar. Reviewed by Neha.
|
12 years ago |
Joel Koshy
|
04b52743f8
|
KAFKA-664 RequestPurgatory should clean up satisfied requests from watchers map. Also, simplify the purge logic - purge based on an incoming request interval.
|
12 years ago |
Neha Narkhede
|
4e5a6fc0cf
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into kafka-646
|
12 years ago |
Swapnil Ghike
|
994fe081b6
|
KAFKA-646 Missing files from previous commit
|
12 years ago |
Jun Rao
|
af83dfbe0c
|
trivial change to increase default offset commit interval to reduce ZK load
|
12 years ago |
Neha Narkhede
|
792b071cca
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into kafka-646
|
12 years ago |
John Fung
|
9001d74839
|
KAFKA-647 Provide a property in System Test for no. of topics and topics string will be generated automatically; reviewed by Neha Narkhede
|
12 years ago |
Swapnil Ghike
|
8ad9018ea1
|
KAFKA-646 Provide aggregate stats at the high level Producer and ZookeeperConsumerConnector level; reviewed by Neha Narkhede
|
12 years ago |
Jay Kreps
|
739b2df680
|
KAFKA-374 Move off the default java crc implementation to the crc code borrowed from Hadoop. Patch reviewed by Joe.
|
12 years ago |
Jay Kreps
|
f0d26335f2
|
KAFKA-673 The logic that controls whether to run recovery on the log is reversed. Reviewed by Neha.
|
12 years ago |
Derek Chen-Becker
|
45cb03d456
|
Re-applied old patch from KAFKA-139
Had to make some additional changes based on further mainline work. Leaving
KafkaProject.scala in place as a reference for now.
|
12 years ago |