1289 Commits (478505632edc8f4b51e4ed561d1adf455256c3e4)
 

Author SHA1 Message Date
Joel Koshy 841387b23a Revert "KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede" 10 years ago
Ewen Cheslack-Postava de432a09e6 KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede 10 years ago
Ewen Cheslack-Postava 22643bfc2b KAFKA-979 Add jitter for time based rolling; reviewed by Neha Narkhede and Joel Koshy 10 years ago
Alexis Midon d5041bc79f kafka-1702; Messages silently Lost by producer; patched by Alexis Midon; reviewed by Jun Rao 10 years ago
Sriharsha Chintalapani be2e8a769e KAFKA-1305. Controller can hang on controlled shutdown with auto leader balance enabled; reviewed by Neha Narkhede and Jun Rao 10 years ago
Ewen Cheslack-Postava 0d65f043fe KAFKA-1471 Add producer unit tests for LZ4 and LZ4HC compression codecs; patched by James Oliver; reviewed by Neha Narkhede 10 years ago
Ewen Cheslack-Postava 7062ed7db3 KAFKA-1692 Include client ID in new producer IO thread name; reviewed by Neha Narkhede 10 years ago
Sriharsha Chintalapani 1733c0bfb0 kafka-1670 (followup to fix system tests); Corrupt log files for segment.bytes values close to Int.MaxInt; patched by Sriharsha Chintalapani; reviewed by Jun Rao 10 years ago
Sriharsha Chintalapani 09b2b3cbe0 kafka-1699; autoRebalanceScheduler.shutdown() causes deadlock while controller shutting down; patched by Sriharsha Chintalapani; reviewed by Jun Rao 10 years ago
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