Jun Rao
|
bd784aeb20
|
kafka-1318; waiting for producer to stop is not reliable in system tests; patched by Jun Rao; reviewed by Guozhang Wang, Timothy Chen and Neha Narkhede
|
11 years ago |
Timothy Chen
|
083b6265c9
|
KAFKA-1341 Client Selector doesn't check connection id properly; reviewed by Jay Kreps and Neha Narkhede
|
11 years ago |
Neha Narkhede
|
f82ce3314f
|
KAFKA-1350 Fix excessive state change logging;reviewed by Jun,Joel,Guozhang and Tim
|
11 years ago |
Guozhang Wang
|
1d5bbc8b5a
|
kafka-1320; Change compression.codec to compression.type in new producer configs of system tests; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Timothy Chen
|
fb92b3a2cd
|
KAFKA-1317 KafkaServer 0.8.1 not responding to .shutdown() cleanly, possibly related to TopicDeletionManager or MetricsMeter state; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
e287e02b12
|
KAFKA-1251 Missed one per-node metric.
|
11 years ago |
Jay Kreps
|
23d7fc4706
|
KAFKA-1251: Add metrics to the producer.
|
11 years ago |
Neha Narkhede
|
9bc47bc136
|
KAFKA-1253 Compression in the new producer: follow up patch to push new files
|
11 years ago |
Guozhang Wang
|
466a83b78c
|
KAFKA-1253 Compression in the new producer; reviewed by Jay Kreps and Jun Rao
|
11 years ago |
Jun Rao
|
455c490f63
|
kafka-1319; kafka jar doesn't depend on metrics-annotation any more; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Timothy Chen
|
d9be502bcc
|
KAFKA-1315 log.dirs property in KafkaServer intolerant of trailing slash; reviewed by Neha Narkhede and Guozhang Wang
|
11 years ago |
Jun Rao
|
80e92064dc
|
kafka-1297; releaseTarGz target needs signing task; trivial change to README.
|
11 years ago |
Jay Kreps
|
8477b4f2a2
|
KAFKA-1312: Augment .gitignore. Patch from Timothy Chen.
|
11 years ago |
Neha Narkhede
|
4484916d65
|
KAFKA-1311 Add a flag to turn off delete topic until it is stable; reviewed by Joel Koshy and Guozhang Wang
|
11 years ago |
Jun Rao
|
74e2209251
|
kafka-1304; unregistered mbean exception in new producer; reviewed by Jay Kreps
|
11 years ago |
Jun Rao
|
cc859dcca7
|
kafka-1307; potential socket leak in new producer and clean up; reviewed by Jay Kreps, Guozhang Wang and Neha Narkhede
|
11 years ago |
Joel Koshy
|
423d9d5af9
|
KAFKA-1309; Fix cross-compilation issue (due to use of deprecated JavaConversions API in javaapi.OffsetCommitRequest; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
53e4061b2b
|
KAFKA-1028 follow up: New test UncleanLeaderElectionTest
|
11 years ago |
Andrew Olson
|
616086b909
|
KAFKA-1028 per topic configuration of preference for consistency over availability; reviewed by Neha Narkhede and Jay Kreps
|
11 years ago |
Joel Koshy
|
a670537aa3
|
KAFKA-1012; Consumer offset management in Kafka; patched by Tejas Patil and Joel Koshy; feedback and reviews from Neha Narkhede, Jun Rao, Guozhang Wang, Sriram Subramanian, Joe Stein, Chris Riccomini
|
11 years ago |
Jun Rao
|
84a3a9a3d9
|
kafka-1302; cleanup logging in new producer; reviewed by Jay Kreps, Guozhang Wang and Neha Narkhede
|
11 years ago |
Jun Rao
|
c124bbbb6c
|
kafka-1301; system testcase_0206 fails using the new producer; patched by Jun Rao; reviewed by Jay Kreps
|
11 years ago |
Jun Rao
|
c765d7bd4e
|
kafka-1240; Add ability to existing system tests to use the new producer client; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Neha Narkhede
|
74c54c7eeb
|
KAFKA-1281 add the new producer to existing tools; reviewed by Jun Rao and Guozhang Wang
|
11 years ago |
Martin Kleppmann
|
c3520fe7e0
|
kafka-server-stop.sh doesn't stop broker; reviewed by Neha Narkhede
|
11 years ago |
Jay Kreps
|
6319f26e6f
|
TRIVIAL: Fix spurious logging in console consumer.
|
11 years ago |
Jay Kreps
|
4524f384dc
|
KAFKA-1286: Trivial fix up: Use || instead of |.
|
11 years ago |
Jay Kreps
|
2404191be9
|
KAFKA-1286 Follow-up comment from Jun: Change the backoff default time configuration.
|
11 years ago |
Jay Kreps
|
5ba48348b3
|
KAFKA-1286 Retry can block. Patch from Guozhang, reviewed by jay.
|
11 years ago |
Joe Stein
|
153ac8aa60
|
KAFKA-1288 add enclosing dir in release tar gz patch by Jun Rao, reviewed by Neha Narkhede
|
11 years ago |
Joe Stein
|
77118a935e
|
KAFKA-1289 Misc. nitpicks in log cleaner for new 0.8.1 features patch by Jay Kreps, reviewed by Sriram Subramanian and Jun Rao
|
11 years ago |
Jun Rao
|
40c6555eb0
|
kafka-1287; enable log4j in command line tools using the new producer; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede
|
11 years ago |
Jun Rao
|
220cc842a6
|
kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Rajasekar Elango
|
8cdb234ad8
|
kafka-1041; Number of file handles increases indefinitely in producer if broker host is unresolvable; patched by Rajasekar Elango; reviewed by Jun Rao
|
11 years ago |
Jay Kreps
|
f1a53b972e
|
KAFKA-1250 Add logging to new producer.
|
11 years ago |
Jay Kreps
|
a810b8ecbe
|
TRIVIAL: Fix failing producer integration tests.
|
11 years ago |
Guozhang Wang
|
eb6da57492
|
kafka-1212; System test exception handling does not stop background producer threads; patched by Guozhang Wang; reviewed by Neha Narkhede, Joel Koshy, and Jun Rao
|
11 years ago |
Guozhang Wang
|
5e2a9a560d
|
KAFKA-1260 Integration Test for New Producer Part II: Broker Failure Handling; reviewed by Jay Kreps, Neha Narkhede and Jun Rao
|
11 years ago |
Jun Rao
|
57be6c81a7
|
kafka-1280; exclude kafka-clients jar from dependant-libs dir; patched by Jun Rao; reviewed by Neha Narkhede
|
11 years ago |
Nathan Brown
|
edbed2823f
|
kafka-1278; More flexible helper scripts; patched by Nathan Brown; reviewed by Jun Rao
|
11 years ago |
Sriram Subramanian
|
00afb619cb
|
Check delete state of topic
|
11 years ago |
Sriram Subramanian
|
5b80758b57
|
Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk
|
11 years ago |
Jay Kreps
|
3955915a5f
|
KAFKA-1279 Socket server should close all connections when it is shutdown.
|
11 years ago |
Sriram Subramanian
|
5de68ef4ae
|
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 |
Jay Kreps
|
993e1aac8f
|
KAFKA-1276 Make topic command list the possible topic-level configs that are available.
|
11 years ago |
Guozhang Wang
|
6ab9b1ecd8
|
kafka-1235; Enable server to indefinitely retry on controlled shutdown; patched by Guozhang Wang; reviewed by Jun Rao
|
11 years ago |
Jun Rao
|
90bea0b12e
|
kafka-1271; controller logs exceptions during ZK session expiration; patched by Jun Rao; reviewed by Guozhang Wang and Jay kreps
|
11 years ago |
Jun Rao
|
d392f56b80
|
trivial change to use the correct path of kafka-clients.jar in kafka-run-class.sh
|
11 years ago |
Joe Stein
|
a8297cc6ca
|
KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao
|
11 years ago |
Joe Stein
|
16c69a844f
|
KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao
|
11 years ago |