Gwen Shapira
478505632e
kafka-2252; Socket connection closing is logged, but not corresponding opening of socket; patched by Gwen Shapira; reviewed by Jun Rao
10 years ago
Manikumar Reddy
7009f1d6ff
kafka-2264; SESSION_TIMEOUT_MS_CONFIG in ConsumerConfig should be int; patched by Manikumar Reddy; reviewed by Jun Rao
10 years ago
Sriharsha Chintalapani
28ecea4217
kafka-2272; listeners endpoint parsing fails if the hostname has capital letter; patched by Sriharsha Chintalapani; reviewed by Jun Rao
10 years ago
Proneet Verma
395716ebf0
kafka-2270; incorrect package name in unit tests; patched by Proneet Verma; reviewed by Jun Rao
10 years ago
Andrii Biletskyi
54e54f0807
kafka-2195; Add versionId to AbstractRequest.getErrorResponse and AbstractRequest.getRequest; patched by Andrii Biletskyi; reviewed by Jun Rao
10 years ago
Tim Brooks
20a31a29f7
kafka-2101; Metric metadata-age is reset on a failed update; patched by Tim Brooks; reviewed by Jun Rao
10 years ago
Alexey Ozeritskiy
719f2bddd1
kafka-2164; ReplicaFetcherThread: suspicious log message on reset offset; patched by Alexey Ozeritski; reviewed by Jun Rao
10 years ago
Alexander Pakulov
d31a2c2381
kafka-2232; make MockProducer generic; patched by Alexander Pakulov; reviewed by Jun Rao
10 years ago
Jason Gustafson
017c00caf4
kafka-2266; Client Selector can drop idle connections without notifying NetworkClient; patched by Jason Gustafson; reviewed by Jun Rao
10 years ago
Ashish Singh
ab76dbd1f7
kafka-2005; Generate html report for system tests; patched by Ashish Singh; reviewed by Jun Rao
10 years ago
Guozhang Wang
9f80665ec6
KAFKA-2253; fix deadlock between removeWatchersLock and watcher operations list lock; reviewed by Onur Karaman and Jiangjie Qin
10 years ago
Jiangjie Qin
ca6d01bc69
KAFKA-2246; UnknownTopicOrPartitionException should be an instance of InvalidMetadataException; reviewed by Ewen Cheslack-Postava and Joel Koshy
10 years ago
Gwen Shapira
78ba492e3e
kafka-1928; Move kafka.network over to using the network classes in org.apache.kafka.common.network; patched by Gwen Shapira; reviewed by Joel Koshy, Jay Kreps, Jiangjie Qin, Guozhang Wang and Jun Rao
10 years ago
Guozhang Wang
d22987f01d
KAFKA-2208; add consumer side error handling upon coordinator failure; reviewed by Onur Karaman
10 years ago
Ewen Cheslack-Postava
48edeca33b
KAFKA-2161; Fix a few copyrights
10 years ago
Yasuhiro Matsuda
9e894aa017
kafka-2226; NullPointerException in TestPurgatoryPerformance; patched by Yasuhiro Matsuda; reviewed by Onur Karaman, Guozhang Wang and Jun Rao
10 years ago
Ewen Cheslack-Postava
3d8494bca3
KAFKA-2199 Make signing artifacts optional and disabled by
...
default for SNAPSHOTs and allow remote Maven repository configuration from
the command line.
10 years ago
Ismael Juma
3836c57865
kafka-2185; Update to Gradle 2.4; patched by Ismael Juma; reviewed by Jun Rao
10 years ago
Sriharsha Chintalapani
d6c45c70fb
KAFKA-2091; Expose a partitioner interface in the new producer
...
(https://cwiki.apache.org/confluence/display/KAFKA/KIP-+22+-+Expose+a+Partitioner+interface+in+the+new+producer );
reviewed by Joel Koshy and Jay Kreps
10 years ago
Jiangjie Qin
05e8a78145
KAFKA-2186; Follow-up to KAFKA-1650 - add selective offset commit to consumer connector API; reviewed by Joel Koshy
10 years ago
Ismael Juma
c60f325014
kafka-2189; Snappy compression of message batches less efficient in 0.8.2.1; patched by Ismael Juma; reviewed by Jun Rao
10 years ago
Vivek Madani
43b92f8b1c
KAFKA-1737; Enforce ZKSerializer while creating ZkClient; reviewed by Guozhang Wang
10 years ago
Joel Koshy
467736c7ad
Revert "KAFKA-2186; Follow-up to KAFKA-1650 - add selective offset commit to"
...
This reverts commit 23ff851f30
.
10 years ago
Jiangjie Qin
23ff851f30
KAFKA-2186; Follow-up to KAFKA-1650 - add selective offset commit to
...
consumer connector API; reviewed by Joel Koshy
10 years ago
Jiangjie Qin
b4f2391f9e
KAFKA-2190; Flush mirror maker before commiting offsets; abort the
...
mirror-maker producer with close(0) on send error; reviewed by Joel
Koshy
10 years ago
Joel Koshy
bb133c63b0
KAFKA-1374; Log cleaner should be able to handle compressed messages; reviewed by Guozhang Wang
10 years ago
Onur Karaman
29419581f5
KAFKA-2196; Remove identical topic constraint in round-robin assignor; reviewed by Guozhang Wang
10 years ago
Guozhang Wang
0ad6466206
KAFKA-2160; remove watcher list if empty in purgatory; remove join-group purgatory in coordinator; reviewed by Jun Rao
10 years ago
Parth Brahmbhatt
41ba26273b
kafka-2169; Upgrade to zkclient-0.5; patched by Parth Brahmbhatt; reviewed by Jun Rao
10 years ago
Onur Karaman
49026f1178
KAFKA-1334; Add the heartbeat logic to consumer coordinator; reviewed by Guozhang Wang
10 years ago
Jiangjie Qin
33af0cba3b
KAFKA-1660; Add API to the producer to support close with a timeout; reviewed by Joel Koshy and Jay Kreps.
10 years ago
Joel Koshy
2d5e0f0761
KAFKA-2163; The offsets manager's stale-offset-cleanup and offset load should be mutually exclusive; reviewed by Jun Rao
10 years ago
Todd Palino
9b57fe448f
KAFKA-2175; Change INFO to DEBUG for socket close on no error; and partition reassignment JSON; reviewed by Gwen Shapira and Joel Koshy
10 years ago
Sriharsha Chintalapani
af50619233
KAFKA-2150; move partitionMapCond.await into partitionMapLock; reviewed by Guozhang Wang
10 years ago
Guozhang Wang
4328aa02c0
KAFKA-2121; add missing file
10 years ago
Steven Wu
5a47ef8ecb
KAFKA-2121; Fix Closeable backward-compatibility; reviewed by Guozhang Wang
10 years ago
Manikumar Reddy
31dadf0242
KAFKA-1884; Add logging upon metadata response errors; reviewed by Guozhang Wang
10 years ago
Ashish Singh
944628b0f5
KAFKA-2153 kafka-patch-review tool uploads a patch even if it is empty; reviewed by Neha Narkhede, Gwen Shapira
10 years ago
Aditya Auradkar
e40ebcff6a
KAFKA-1886 SimpleConsumer swallowing ClosedByInterruptException; reviewed by Neha Narkhede
10 years ago
Guozhang Wang
161b1aa16e
KAFKA-2068 Phase 1; Merge in KAFKA-1841; reviewed by Jun Rao
10 years ago
Joshi
f148d8659b
KAFKA-1621 : Standardize --messages option. Closes #58
10 years ago
Jon Riehl
2e90f5e51f
KAFKA-1054; Eliminate Scala Compilation Warnings
...
Changes:
- Suppressed compiler warnings about type erasure in matching via unboxing
by Jon Riehl.
- Suppressed warning caused by slight difference in input function type
by John Riehl.
- Fix compiler warnings: ServerShutdownTest, DelayedJoinGroup function
signature by Blake Smith.
- Fix Scala 2.11 warnings. `Pair` has been deprecated, `try` without
`catch` and `finally` is useless and initialisation order fix by Ismael
Juma.
10 years ago
Martin Lemanski
22b3db47e7
kafka-1940; Initial checkout and build failing; patched by Martin Lemanski; reviewed by Jun Rao
10 years ago
Guozhang Wang
97358411af
KAFKA-2121 Follow-up: minor bug fix as pointed out by Sean Lydon
10 years ago
Rajini Sivaram
dbfe8c0a7d
kafka-2118; Cleaner cannot clean after shutdown during replaceSegments; patched by Rajini Sivaram; reviewed by Jun Rao
10 years ago
Gwen Shapira
ba3e089582
KAFKA-2114 Unable to change min.insync.replicas default; reviewed by Neha
10 years ago
Sasaki Toru
1000bb6226
KAFKA-2128 kafka.Kafka should return non-zero exit code when caught exception; reviewed by Neha
10 years ago
Ismael Juma
4c010fc2d3
KAFKA-2140 follow up, checking in newly renamed file ConsumerRebalanceFailedException
10 years ago
Sriharsha Chintalapani
ae797467eb
KAFKA-2122 Remove controller.message.queue.size Config; reviewed by Neha Narkhede, Jun Rao, Onur
10 years ago
Ismael Juma
ed1a548c50
KAFKA-2140 Improve code readability; reviewed by Neha Narkhede
10 years ago