1230 Commits (185eb9b59a9676f641af8bac8e8373ad4dfd5dc6)
 

Author SHA1 Message Date
Gwen Shapira 043190c601 kafka-1555; provide strong consistency with reasonable availability; patched by Gwen Shapira; reviewed by Joel Koshy and Jun Rao 10 years ago
Mayuresh Gharat 58e58529b3 KAFKA-1648; Robin consumer balance throws an NPE when there are no topics 10 years ago
Sriharsha Chintalapani a314461fa0 kafka-1558; AdminUtils.deleteTopic does not work; patched by Sriharsha Chintalapani; reviewed by Jun Rao 10 years ago
Sriharsha Chintalapani a7e49298b0 kafka-1681; Newly elected KafkaController might not start deletion of pending topics; patched by Sriharsha Chintalapani; reviewed by Jun Rao 10 years ago
Sriharsha Chintalapani c940470e32 kafka-1670; Corrupt log files for segment.bytes values close to Int.MaxInt; patched by Sriharsha Chintalapani; reviewed by Jay Kreps and Jun Rao 10 years ago
Anton Karamanov 68b9f7716d kafka-1644; Inherit FetchResponse from RequestOrResponse; patched by Anton Karamanov; reviewed by Jun Rao 10 years ago
Guozhang Wang 1a6c9207c7 kafka-1468; (followup) add back inadventently removed commit; patched by Guozhang Wang; reviewed by Jun Rao 10 years ago
Manikumar Reddy 88595bfb52 KAFKA-1668 Print an error if you try to alter a topic that doesn't exist. 10 years ago
Jun Rao f452c426bb kafka-1673; potential java.lang.IllegalStateException in BufferPool.allocate(); patched by Jun Rao; reviewed by Jay Kreps 10 years ago
Sriharsha Chintalapani 40948a33c9 KAFKA-1663 Controller unable to shutdown after a soft failure; reviewed by Neha Narkhede 10 years ago
Manikumar Reddy 9cb59f319e KAFKA-1057 Trim whitespaces from user specified configs; reviewed by Neha Narkhede 10 years ago
Joe Stein e05704c40b KAFKA-1662 gradle release issue permgen space patch by Sriharsha Chintalapani reviewed by Joe Sein 10 years ago
Jun Rao 795e262b9f bump up release version to 0.8.3 10 years ago
Sriharsha Chintalapani 54b6419bb3 KAFKA-1577; Follow-up patch: Fix exception in connection-quotas while shutting down by forcing key-cancellation; reviewed by Joel Koshy and Neha Narkhede 10 years ago
BalajiSeshadri 6861d4688a kafka-1618 (followup); Exception thrown when running console producer with no port number for the broker; patched by Balaji Seshadri; reviewed by Jun Rao 10 years ago
BalajiSeshadri a9c7d77249 KAFKA-1618 Exception thrown when running console producer with no port number for the broker; reviewed by Neha Narkhede 10 years ago
Ewen Cheslack-Postava 9c17747baa KAFKA-589 Clean shutdown after startup connection failure; reviewed by Neha Narkhede 10 years ago
Jonathan Creasy f750dba65f KAFKA-404 When using chroot path, create chroot on startup if it doesn't exist; reviewed by Neha Narkhede 10 years ago
Joe Stein 084566b837 kafka-1645; some more jars in our src release; patched by Joe Stein; reviewed by Jun Rao 10 years ago
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