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 |
Jun Rao
|
30f992c52d
|
startHighWaterMarksCheckPointThread is never called; patched by Sriram Subramanian; reviewed by Jun Rao; kafka-758
|
12 years ago |
Jun Rao
|
b84168a3e3
|
Fix windows build script - kafka-run-class.bat; patched by Mark deVilliers; reviewed by Jun Rao; kafka-751
|
12 years ago |
Jun Rao
|
8103b4f635
|
trivial change to save kafka broker log to a file, in addition to console
|
12 years ago |
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
|
12 years ago |
Jun Rao
|
48745f04d1
|
Processor thread blocks due to infinite loop during fetch response send; patched by Sriram Subramanian; reviewed by Jun Rao; kafka-756
|
12 years ago |
Jun Rao
|
879d2692ea
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8
|
12 years ago |
Jun Rao
|
2f0df95f79
|
PreferredReplicaLeaderElectionCommand has command line error; patched by Jun Rao; reviewed by Maxime Brugidou; kafka-743
|
12 years ago |
Jay Kreps
|
790a1504c3
|
KAFKA-748 Maintain mmap position after resizing index. Also add a few more assertions.
|
12 years ago |
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
|
12 years ago |
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
|
12 years ago |
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
|
12 years ago |
Neha Narkhede
|
aed6c3c031
|
partition state machine log4j change
|
12 years ago |
Neha Narkhede
|
1086d001d8
|
Minor log4j fix to ISR shrinking logic
|
12 years ago |
Sam Shah
|
295734f6ab
|
KAFKA-713 Update Hadoop producer for Kafka 0.8 changes; reviewed by Neha Narkhede
|
12 years ago |
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
|
12 years ago |
Jun Rao
|
b3a4fe9ced
|
correlationId is not set in FetchRequest in AbstractFetcherThread; patched by Jun Rao; reviewed by Neha Narkhede and Swapnil Ghike; kafka-738
|
12 years ago |
Jay Kreps
|
e7edb5e1e9
|
KAFKA-631 Implement a log cleaner for Kafka. Reviewed by Neha.
|
12 years ago |
Jun Rao
|
1fb3e8c037
|
KAFKA-695 Broker shuts down due to attempt to read a closed index file;reviewed by Neha Narkhede, Jay Kreps
|
12 years ago |
Jun Rao
|
92f177b309
|
merge 0.8 to trunk and resolve conflicts
|
12 years ago |
Sriram Subramanian
|
40a80fa7b7
|
KAFKA-700 log client ip when we log each request on the broker; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
22a010b8bc
|
Fixing the perf subproject that broker after the sbt upgrade
|
12 years ago |
Neha Narkhede
|
758778ebaa
|
KAFKA-651 Add system tests for auto create topic; reviewed by Neha Narkhede
|
12 years ago |
Sriram Subramanian
|
8d41620a42
|
KAFKA-696 Fix toString() API for all requests to make logging easier to read; reviewed by Neha Narkhede, Jun Rao
|
12 years ago |
Neha Narkhede
|
a15f1f2d84
|
KAFKA-720 Migration tool halts silently; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
8e7effc055
|
Minor log4j fix in the producer
|
12 years ago |
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
|
12 years ago |
Joe Stein
|
aeac593a90
|
KAFKA-728 snappy jar missing from path in kafka-run-class.sh patch by John Fung reviewed by Joe Stein
|
12 years ago |
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
|
12 years ago |
Jun Rao
|
7833c894a8
|
KAFKA-714: ConsoleConsumer throws SocketTimeoutException when fetching topic metadata; reviewed by Neha Narkhede
|
12 years ago |
Edward Jay Kreps
|
311a5d81d8
|
KAFKA-727 broker can still expose uncommitted data to a consumer; reviewed by Neha Narkhede
|
12 years ago |
Neha Narkhede
|
22bde135a8
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8
|
12 years ago |
Neha Narkhede
|
eb0d5a7f81
|
KAFKA-708 ISR becomes empty while marking a partition offline; reviewed by Jun Rao
|
12 years ago |
Jun Rao
|
307b1f338a
|
Add ReplicaFetcherThread name to mbean names; kafka-726; patched by Swapnil Ghike; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
22cd8bfd6e
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8
|
12 years ago |
John Fung
|
b5d685bb7c
|
KAFKA-722 Fix the classpath in kafka-run-class.sh; reviewed by Neha Narkhede
|
12 years ago |
Joel Koshy
|
0d197f9b97
|
KAFKA-705 Shutting down brokers should not receive stop replica requests if controlled shutdown status is incomplete; reviewed by Neha Narkhede
|
12 years ago |
Joe Stein
|
5e3e181ace
|
KAFKA-139 cross-compile multiple Scala versions the dependency jars moved and the bin scripts needed to point to the new locations
|
12 years ago |
Joe Stein
|
d5c980a912
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8
|
12 years ago |
Joe Stein
|
e6aa600813
|
KAFKA-139 cross-compile multiple Scala versions and upgrade to SBT 0.12.1 patch by Derek Chen-Becker reviewed by Joe Stein
|
12 years ago |
Joel Koshy
|
f112ef2b57
|
KAFKA-705 Allow restarted replicas to follow a leader that is on a shutting down broker; reviewed by Neha Narkhede.
|
12 years ago |
Neha Narkhede
|
5490884e9c
|
Revert "draft patch"
This reverts commit aa1546b0907c959a4df90a7e3d48bad0890d1f2f.
|
12 years ago |
Neha Narkhede
|
426ef16625
|
KAFKA-707 Improve error message in the producer when sending data to a partition without an active leader; reviewed by Jun Rao
|
12 years ago |
Neha Narkhede
|
2d059148fe
|
Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into 0.8
|
12 years ago |
Jun Rao
|
999813821c
|
Merge remote branch 'origin/0.8' into trunk
|
12 years ago |
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 |