Jun Rao
|
0386790e75
|
trivial change to remove a compilation warning; patched by Jun Rao
|
10 years ago |
Jun Rao
|
1d2e776d8c
|
kafka-1571; MetadataTest hangs; patched by Jun Rao; reviewed by Guozhang Wang
|
10 years ago |
Jonathan Natkins
|
f8d521a961
|
kafka-1562; kafka-topics.sh alter add partitions resets cleanup.policy; patched by Jonathan Natkins; reviewed by Jun Rao
|
10 years ago |
Manikumar Reddy
|
a01a101e82
|
kafka-1451; Broker stuck due to leader election race; patched by Manikumar Reddy; reviewed by Jun Rao
|
10 years ago |
Jun Rao
|
50f2b245c1
|
kafka-1542 (trivail followup patch to fix NullPointerException); normal IOException in the new producer is logged as ERROR; patched by Jun Rao
|
10 years ago |
Anton Karamanov
|
f489493c38
|
kafka-1414; Speedup broker startup after hard reset; patched by Anton Karamanov; reviewed by Jay Kreps and Jun Rao
|
10 years ago |
David Corley
|
fa34841d98
|
kafka-1542; normal IOException in the new producer is logged as ERROR; patched by David Corley; reviewed by Jun Rao
|
10 years ago |
Nicu Marasoiu
|
7f2278fb9d
|
kafka-1549; dead brokers coming in the TopicMetadataResponse; patched by Nicu Marasoiu; reviewed by Jun Rao
|
10 years ago |
Sriharsha Chintalapani
|
d9e5080dfc
|
KAFKA-1483 Split Brain about Leader Partitions; reviewed by Guozhang, Jun and Neha
|
10 years ago |
Jay Kreps
|
db41f98ea9
|
KAFKA-1544 Log cleaner takes a long time to shut down. Patch from Manikumar Reddy.
|
10 years ago |
Manikumar Reddy
|
3f1a9c4cee
|
kafka-1192; Enable DumpLogSegments tool to deserialize messages; patched by Manikumar Reddy; reviewed by Guozhang Wang and Jun Rao
|
10 years ago |
Guozhang Wang
|
ff05e9b361
|
kafka-1533; transient unit test failure in ProducerFailureHandlingTest; reviewed by Guozhang Wang; reviewed by Jun Rao
|
10 years ago |
Jun Rao
|
014b700f03
|
kafka-1462 (followup patch); Add new request and response formats for the new consumer and coordinator communication; patched by Jun Rao; reviewed by Jay Kreps
|
10 years ago |
Jay Kreps
|
1e4b0841b3
|
KAFKA-1539 Fsync offset checkpoint file after writing.
|
10 years ago |
Joe Stein
|
592678e4d7
|
KAFKA-1180 WhiteList topic filter gets a NullPointerException on complex Regex patch by Joe Stein, reviewed by Joel Koshy
|
10 years ago |
Jun Rao
|
fc0e03f791
|
kafka-1462; Add new request and response formats for the new consumer and coordinator communication; patched by Jun Rao; reviewed by Guozhang Wang and Jay Kreps
|
10 years ago |
Jay Kreps
|
4ebcdfd51f
|
KAFKA-1535 Have the metadata response contain all alive brokers rather than just the ones needed for the given topics.
|
10 years ago |
Jay Kreps
|
8e444a3562
|
KAFKA-1512 Add per-ip connection limits.
|
10 years ago |
Manikumar Reddy
|
b428d8cc48
|
kafka-1531; zookeeper.connection.timeout.ms is set to 10000000 in configuration file in Kafka tarball; patched by Manikumar Reddy; reviewed by Jun Rao
|
10 years ago |
Jun Rao
|
3e6b386b72
|
kafka-1529; transient unit test failure in testAutoCreateAfterDeleteTopic; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede
|
10 years ago |
Jay Kreps
|
4b3d03e8e0
|
KAFKA-1258 Automatically delete temporary directories with a shutdown hook during tests to avoid leaking temp files. Patch by Manikumar Reddy.
|
10 years ago |
Jay Kreps
|
83a9aa55d3
|
KAFKA-1515 Producer can hang during metadata updates. Patch by Guozhang.
|
11 years ago |
Alan Lee
|
8034390ef0
|
kafka-1406; Fix scaladoc/javadoc warnings; patched by Alan Lee; reviewed by Jun Rao
|
11 years ago |
Manikumar Reddy
|
420628d695
|
kafka-1325; Fix inconsistent per topic log configs; patched by Manikumar Reddy; reviewed by Jun Rao
|
11 years ago |
Jay Kreps
|
cd3ce27d4b
|
KAFKA-1515 Fix a bug that could result in blocking for a long period of time in the producer. Patch from Guozhang Wang.
|
11 years ago |
Jay Kreps
|
6de56b30b0
|
KAFKA-1519 Make it possible to disable the line seperator in the console consumer. Patch from Gwen Shapira.
|
11 years ago |
Evgeny Vereshchagin
|
b1a1cae880
|
kafka-1513; Cleanup KafkaServerStartable code; patched by Evgeny Vereshchagin; reviewed by Jun Rao
|
11 years ago |
Jianwen Wang
|
2a4718c1a7
|
kafka-1503; all partitions are using same broker as their leader after broker is down; patched by Jianwen Wang; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Jakob Homan
|
b8d87d0b22
|
KAFKA-1308 Publish jar of test utilities to Maven
|
11 years ago |
Jay Kreps
|
e3dfad304e
|
KAFKA-1498 Follow-up: add metric on avg record size.
|
11 years ago |
Jay Kreps
|
f1c6e97d71
|
KAFKA-1498 Misc. producer performance enhancements. Patch from Guozhang.
|
11 years ago |
Joel Koshy
|
c4b95641ea
|
KAFKA-1491; Always read coordinator information in consumer metadata response; reviewed by Neha Narkhede.
|
11 years ago |
Sriharsha Chintalapani
|
62f208704f
|
KAFKA-1096 An old controller coming out of long GC could update its epoch to the latest controller's epoch; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
6b0ae4bba0
|
KAFKA-1291 Add wrapper scripts and usage information to each command.
|
11 years ago |
Jay Kreps
|
d0c019a07e
|
KAFKA-1316 Follow-up patch for concurrent modification exception.
|
11 years ago |
Sriharsha Chintalapani
|
dd048d8fee
|
KAFKA-1382 follow up patch; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
548d1ba093
|
KAFKA-1326 Refactor Sender to support consumer.
|
11 years ago |
Jun Rao
|
dcc88408c9
|
KAFKA-1488; new metrics for measuring the ratio when the new producer is block for space allocation; patched by Jun Rao; reviewed by Guozhang Wang and Joel Koshy
|
11 years ago |
Dong Lin
|
bb01847579
|
KAFKA-1472; Add the compression ratio metrics in the new producer; patched by Dong Lin; reviewed by Guozhang Wang and Jun Rao
|
11 years ago |
Neha Narkhede
|
dee16451e0
|
KAFKA-1382. Update zkVersion on partition state update failures; reviewed by Neha Narkhede
|
11 years ago |
Sriharsha Chintalapani
|
b04a3be54e
|
KAFKA-1298 (followup); Controlled shutdown tool doesn't seem to work out of the box; patched by Sriharsha Chintalapani; reviewed by Jun Rao
|
11 years ago |
Sriharsha Chintalapani
|
6d1992274c
|
kafka-1438 (follow-up); Migrate client tools out of perf; patched by Sriharsha Chintalapani; reviewed by Jun Rao
|
11 years ago |
Sebastian Geller
|
d300717110
|
KAFKA-1469 Util.abs function does not return correct absolute values for negative values; patched by Guozhang Wang and Neha Narkhede
|
11 years ago |
Timothy Chen
|
ee4456a3f4
|
KAFKA-1443 Add delete topic option to topic commands; reviewed by Neha Narkhede
|
11 years ago |
Sriharsha Chintalapani
|
1363ed7c52
|
KAFKA-1438 Migrate client tools out of perf; reviewed by Neha Narkhede
|
11 years ago |
Guozhang Wang
|
df449a24a7
|
kafka-1473; transient unit test failure in testRequestHandlingDuringDeleteTopic; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Sriharsha Chintalapani
|
3a048e80d5
|
kafka-924 (follow-up); Specify console consumer properties via a single --property command line parameter;; patched by Sriharsha Chintalapani; reviewed by Jun Rao
|
11 years ago |
Jay Kreps
|
02311c0642
|
KAFKA-1468 Misc. improvements from benchmarking.
|
11 years ago |
Sriharsha Chintalapani
|
26eb1277e5
|
KAFKA-1459 follow up minor patch
|
11 years ago |
Jun Rao
|
e73e90e999
|
trival fix to remove reference of sbt in README
|
11 years ago |