1161 Commits (b56f5973c739072350f3f6bf6efa4eb05bc692bf)
 

Author SHA1 Message Date
Jun Rao 27bc37289c trivial change to README to make the gradle wrapper download clearer 10 years ago
Joe Stein db0b0b8509 KAFKA-1490 remove gradlew initial setup output from source distribution patch by Ivan Lyutov reviewed by Joe Stein 10 years ago
Joe Stein d2d1ef357b KAFKA-1490 remove gradlew initial setup output from source distribution patch by Ivan Lyutov reviewed by Joe Stein 10 years ago
Ivan Lyutov 6d7057566f kafka-1622; project shouldn't require signing to build; patched by Ivan Lyutov; reviewed by Jun Rao 10 years ago
nicu marasoiu 8eac7d789f KAFKA-1282 Disconnect idle socket connection in Selector; reviewed by Neha Narkhede and Jun Rao 10 years ago
Krzysztof Szafrański be5edd2f8d kafka-1123; Broker IPv6 addresses parsed incorrectly; patched by Krzysztof Szafrański; reviewed by Jun Rao 10 years ago
Anton Karamanov c892c08df0 kafka-1620; Make kafka api protocol implementation public; patched by Anton Karamanov; reviewed by Jun Rao 10 years ago
Jun Rao a1423aec7b trivial change to javadoc for makeLeaders(); patched by Lantao Jin 10 years ago
Alexis Midon cf0f5750b3 KAFKA-1597 New metrics: ResponseQueueSize and BeingSentResponses; reviewed by Neha Narkhede and Jun Rao 10 years ago
Guan Liao d677701b93 KAFKA-1496 Using batch message in sync producer only sends the first message if we use a Scala Stream as the argument; reviewed by Neha Narkhede 10 years ago
Peter Pham 3e8854c0c8 KAFKA-847 kafka appender layout does not work for kafka 0.7.1; reviewed by Neha Narkhede and Jun Rao 10 years ago
Gwen Shapira cb6a1597b7 KAFKA-1611 Improve system test configuration; reviewed by Neha Narkhede and Guozhang Wang 10 years ago
Roger Hoover f5ab8e1780 kafka-1369; snappy version update 1.1.x; patched by Roger Hoover; reviewed by Jun Rao 10 years ago
Stevo Slavic f9d9b38143 kafka-1419 (followup); cross build for scala 2.11; patched by Stevo Slavic; reviewed by Jun Rao 10 years ago
Jun Rao 8d0ab1de70 kafka-1619; perf dir can be removed; patched by Jun Rao; reviewed by Guozhang Wang, Neha Narkhede and Stevo Slavic 10 years ago
Guozhang Wang 3d3c544d6f KAFKA-1147 Consumer socket timeout should be greater than fetch max wait; reviewed by Neha Narkhede and Jun Rao 10 years ago
Nicu Marasoiu e22f8ededa KAFKA-1510; Do full (unfiltered) offset commits when offsets storage is set to Kafka; reviewed by Joel Koshy 10 years ago
Guozhang Wang ffb81a581b kafka-1616; Purgatory Size and Num.Delayed.Request metrics are incorrect; patched by Guozhang Wang; reviewed by Jun Rao 10 years ago
Joe Stein ae24141275 KAFKA-1485 Upgrade to Zookeeper 3.4.6 missing file 10 years ago
Joe Stein 3abe3403a1 KAFKA-1502 source jar is empty patch by Jun Rao reviewed by Joe Stein 10 years ago
Joel Koshy 953e35b5c5 KAFKA-687; Provide a roundrobin partition assignment strategy that considers partitions from all topics; reviewed by Jun Rao and Guozhang Wang. 10 years ago
Sriharsha Chintalapani 538122fa79 KAFKA-1577; Swallow errors from connection-quotas in closing sockets on shutdown; reviewed by Joel Koshy 10 years ago
Joe Stein 2cdc83e85b KAFKA-1485 Upgrade to Zookeeper 3.4.6 and create shim for ZKCLI so system tests can run patch by Gwen Shapira reviewed by Joe Stein and Jun Rao 10 years ago
Dong Lin aa775a199e kafka-1609; New producer metadata response handling should only exclude a PartitionInfo when its error is LEADER_NOT_AVAILABLE; patched by Dong Lin; reviewed by Jun Rao 10 years ago
Jiangjie Qin a30491ac5d kafka-1603; MirrorMaker consumer does not put the message key into ProducerRecord; patched by Jiangjie Qin; reviewed by Jun Rao 10 years ago
Jarek Jarcec Cecho f402b7a96d kafka-1598; Fix variable typo in Kafka main class; patched by Jarek Jarcec Cecho; reviewed by Jun Rao 10 years ago
Jay Kreps 780225506d KAFKA-1576: Make delete topic command a little more user-friendly. Patch from Gwen Shapira. 10 years ago
Jonathan Natkins c6f08b6094 KAFKA-1580; Reject producer requests to internal topics; reviewed by Joel Koshy and Neha Narkhede 10 years ago
Dong Lin d678449b96 KAFKA-1582; System Test should wait for producer to finish; reviewed by Joel Koshy and Guozhang Wang 10 years ago
Jonathan Natkins caf256ad8c KAFKA-1560 Make arguments to jira-python API more explicit in kafka-patch-review's get_jira(); reviewed by Neha Narkhede 10 years ago
Manikumar Reddy a552d4b743 kafka-1567; Metric memory leaking after closing the clients; patched by Jiangjie Qin; reviewed by Guozhang Wang and Jun Rao 10 years ago
Jiangjie Qin aa70a7d025 kafka-1567; Metric memory leaking after closing the clients; patched by Jiangjie Qin; reviewed by Guozhang Wang and Jun Rao 10 years ago
Joe Stein 48cc2dc0ea Revert KAFKA-1485 Upgrade to Zookeeper 3.4.6 since system tests are failing 10 years ago
Joe Stein 8a8c49028a trunk is the 0.8.2 snapshot 10 years ago
Jun Rao 0607953f3a kafka-1574; unit tests can hang on socketserver shutdown; patched by Jun Rao; reviewed by Jay Kreps and Guozhang Wang 10 years ago
Ivan Lyutov 4d0759713f kafka-1419; cross build for scala 2.11; patched by Ivan Lyutov; reviewed by Joe Stein and Jun Rao 10 years ago
Guozhang Wang c9894fb6ee kafka-1578; Controller should de-register all listeners upon designation; patched by Guozhang Wang; reviewed by Jun Rao 10 years ago
Guozhang Wang 0dc243b92a kafka-1430; Purgatory redesign; patched by Guozhang Wang; reviewed by Jun Rao 10 years ago
vagrant 7a67a72261 KAFKA-1485 Upgrade to Zookeeper 3.4.6 patch by Gwen Shapira reviewed by Joe Stein 10 years ago
Dong Lin 09690e339a KAFKA-1550; Patch review tool should use git format-patch for patch generation; reviewed by Guozhang Wang and Joel Koshy 10 years ago
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