You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by leoricxu <gi...@git.apache.org> on 2015/09/06 16:12:08 UTC

[GitHub] kafka pull request: 0.8.2

GitHub user leoricxu opened a pull request:

    https://github.com/apache/kafka/pull/198

    0.8.2

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/kafka 0.8.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #198
    
----
commit 108f6d7621687efc823bf7980a6885732f394d40
Author: Joe Stein <jo...@stealth.ly>
Date:   2014-10-04T02:06:41Z

    KAFKA-1662 gradle release issue permgen space patch by Sriharsha Chintalapani reviewed by Joe Sein and branch release version change

commit f43358197e2d2856543b3a345442fc1ddfa3240a
Author: Jun Rao <ju...@gmail.com>
Date:   2014-10-06T14:53:00Z

    kafka-1673; potential java.lang.IllegalStateException in BufferPool.allocate(); patched by Jun Rao; reviewed by Jay Kreps

commit 5fcc3747faae69353f045ad7e3a88e13737145d3
Author: Guozhang Wang <gu...@linkedin.com>
Date:   2014-10-07T00:24:21Z

    kafka-1468; (followup) add back inadventently removed commit; patched by Guozhang Wang; reviewed by Jun Rao

commit db0d76b5d1facbac5deab8a9941e6439bc30a2e3
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-09T15:08:20Z

    kafka-1670; Corrupt log files for segment.bytes values close to Int.MaxInt; patched by Sriharsha Chintalapani; reviewed by Jay Kreps and Jun Rao

commit 1ac8df1d32597dca8e0f3537df051b4f787879ea
Author: Anton Karamanov <at...@gmail.com>
Date:   2014-10-09T15:39:42Z

    kafka-1644; Inherit FetchResponse from RequestOrResponse; patched by Anton Karamanov; reviewed by Jun Rao

commit 5e45b55cacb136c5c61502a4d252c081ab1314e9
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-09T21:32:29Z

    kafka-1663; Controller unable to shutdown after a soft failure; patched by Sriharsha Chintalapani; reviewed by Neha Narkhede and Jun Rao

commit 3d6df5494c20dffb7d2765d62bc19d81f16f932c
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-09T21:34:25Z

    kafka-1681; Newly elected KafkaController might not start deletion of pending topics; patched by Sriharsha Chintalapani; reviewed by Jun Rao

commit 841d44139dc1c2f46f9ed0d783776776a6da3e7e
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-09T21:52:38Z

    kafka-1558; AdminUtils.deleteTopic does not work; patched by Sriharsha Chintalapani; reviewed by Jun Rao

commit c63e06200d341345a1756e35ff0f48af2ec34d4a
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-10T04:10:35Z

    kafka-1699; autoRebalanceScheduler.shutdown() causes deadlock while controller shutting down; patched by Sriharsha Chintalapani; reviewed by Jun Rao

commit ca0a95665436c9c5bb386c094d276c585f4e450d
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-12T15:45:31Z

    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

commit fcfeba73bd8053ec41a61448315f2217df6459de
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-12T23:00:19Z

    KAFKA-1692 Include client ID in new producer IO thread name; reviewed by Neha Narkhede

commit da2c7cd50e3fea4aa44b0804d729c01990dfb2c1
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-12T23:39:39Z

    KAFKA-1471 Add producer unit tests for LZ4 and LZ4HC compression codecs; patched by James Oliver; reviewed by Neha Narkhede

commit 133a4fb752810ad8b5ea7b63fa15f594428c5cf6
Author: Sriharsha Chintalapani <sc...@hortonworks.com>
Date:   2014-10-13T19:31:21Z

    KAFKA-1305. Controller can hang on controlled shutdown with auto leader balance enabled; reviewed by Neha Narkhede and Jun Rao

commit 4546b9dba4814acb2e38cabd19dfd5c9b38524ee
Author: Gwen Shapira <cs...@gmail.com>
Date:   2014-10-13T23:48:26Z

    kafka-1555; provide strong consistency with reasonable availability; patched by Gwen Shapira; reviewed by Joel Koshy and Jun Rao

commit 75fb44dfd020384e88a38e426549d86f454a5d1c
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-15T04:19:30Z

    KAFKA-979 Add jitter for time based rolling; reviewed by Neha Narkhede and Joel Koshy

commit 5257e9ddebab868beac591279dfbf60183577bf5
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-15T04:49:38Z

    KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede

commit ede0ec3210cc778da28f30ea458c63d8ee46fc57
Author: Neha Narkhede <ne...@gmail.com>
Date:   2014-10-16T17:36:43Z

    Reverting KAFKA-1637 on 0.8.2 since it was only reverted on trunk

commit f084127a37cad806ab91f6548c48cc2379e05339
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-16T17:38:30Z

    KAFKA-1637 SimpleConsumer.fetchOffset returns wrong error code when no offset exists for topic/partition/consumer group; reviewed by Neha Narkhede and Joel Koshy

commit ee1bab755fdc87c3aa2c505b4abecc52ac280641
Author: James Oliver <jd...@gmail.com>
Date:   2014-10-17T17:10:08Z

    kafka-1493; Use a well-documented LZ4 compression format and remove redundant LZ4HC option; patched by James Oliver; reviewed by Jun Rao

commit 5771f15f52a4c2887ff7ae5ca4e058de96e4c9c0
Author: Ivan Lyutov <iv...@gmail.com>
Date:   2014-10-17T19:31:05Z

    kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; reviewed by Jun Rao

commit 91d828a1a511c7a96b2eee1197e871215c6c62c0
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-17T22:05:46Z

    KAFKA-1108 When controlled shutdown attempt fails, the reason is not always logged; reviewed by Neha Narkhede

commit eb7ac9eb7eebc4e0655b65e07cae594e61a6c05e
Author: Jun Rao <ju...@gmail.com>
Date:   2014-10-20T18:09:31Z

    kafka-1717; remove netty dependency through ZK 3.4.x; patched by Jun Rao; reviewed by Sriharsha Chintalapani and Neha Narkhede

commit a6170d4f6da8d8f853219078a22f4d7b636bd221
Author: Joe Stein <jo...@stealth.ly>
Date:   2014-10-21T12:26:04Z

    changed release version prior to candidate release

commit c2dadda3acf1391ebac586c4b66f1845f7ff6cff
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-22T17:06:52Z

    KAFKA-1653 Duplicate broker ids allowed in replica assignment; reviewed by Neha Narkhede

commit caf4787e505a637d5a643eccba0aa3d5c6b965d7
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-24T16:05:23Z

    KAFKA-1725 Configuration file bugs in system tests add noise to output and break a few tests; reviewed by Neha Narkhede

commit a75a295437d8ba41bf52f596f670d51330773c41
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-24T16:14:18Z

    KAFKA-1725: New test files, patch part 2

commit 5e071cd2502fec73cd1b060dae7995eeb2d52465
Author: Jiangjie Qin <be...@gmail.com>
Date:   2014-10-24T16:27:58Z

    KAFKA-1719 Make mirror maker exit when one consumer/producer thread exits; reviewed by Neha Narkhede, Joel Koshy and Guozhang Wang

commit 9be9a80d0c794efb0be9a23908b286e1650f6a95
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Date:   2014-10-27T23:24:34Z

    KAFKA-1732 DumpLogSegments tool fails when path has a '.'; reviewed by Neha Narkhede

commit 2ec356fa903bc65026bef9f6c1b35dd182dbe48d
Author: Jiangjie Qin <be...@gmail.com>
Date:   2014-10-30T23:32:33Z

    KAFKA-1647; Create replicas on follower transition even if leader is
    unavailable, otherwise replication offset checkpoints (high water marks)
    can be lost on hard kills and restarts; reviewed by Joel Koshy, Neha
    Narkhede, Jun Rao and Guozhang Wang

commit 80eb04f994963c1c6b5e3f0e8742b81ff140fc65
Author: Jun Rao <ju...@gmail.com>
Date:   2014-11-07T18:43:54Z

    kafka-1738; Partitions for topic not created after restart from forced shutdown; patched by Jun Rao; reviewed by Neha Narkhede

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request: 0.8.2

Posted by leoricxu <gi...@git.apache.org>.
Github user leoricxu closed the pull request at:

    https://github.com/apache/kafka/pull/198


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---