You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by dengyunlong <gi...@git.apache.org> on 2017/03/24 08:59:09 UTC

[GitHub] zookeeper pull request #206: Branch 3.5

GitHub user dengyunlong opened a pull request:

    https://github.com/apache/zookeeper/pull/206

    Branch 3.5

    

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

    $ git pull https://github.com/apache/zookeeper branch-3.5

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

    https://github.com/apache/zookeeper/pull/206.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 #206
    
----
commit 2797dd9c68620990bc8d7c0a21b3efb7fa64b62c
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2014-09-29T17:17:02Z

    ZOOKEEPER-1948 Enable JMX remote monitoring (Biju Nair via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1628226 13f79535-47bb-0310-9956-ffa450edef68

commit 8f4d6206b195fd7d81be20c234771ce7090b60c0
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2014-10-13T03:12:50Z

    ZOOKEEPER-1917 Apache Zookeeper logs cleartext admin passwords (michim via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1631278 13f79535-47bb-0310-9956-ffa450edef68

commit a07df7313254a262f3d0276375206a62f284a9cd
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2014-10-16T04:51:49Z

    ZOOKEEPER-2049 Yosemite build failure: htonll conflict (Till Toenshoff via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1632211 13f79535-47bb-0310-9956-ffa450edef68

commit 53b0644f1c1e6cc70ea9847a4dfde5e8d42dd69a
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2014-10-28T04:37:55Z

    ZOOKEEPER-2052 Unable to delete a node when the node has no children (Hongchao Deng and Yip Ng via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1634778 13f79535-47bb-0310-9956-ffa450edef68

commit c30e857e135fff41af403ba754de8d6e3d1636c0
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2014-11-17T06:48:15Z

    ZOOKEEPER-2079 Stop daemon with "kill" rather than "kill -9" (Guillaume ALAUX via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1640070 13f79535-47bb-0310-9956-ffa450edef68

commit 609c7a7f8f14390154212f1c3bbfc92fbac967f5
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2014-11-19T22:38:28Z

    ZOOKEEPER-2060 Trace bug in NettyServerCnxnFactory (Ian via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1640636 13f79535-47bb-0310-9956-ffa450edef68

commit cb21aee521d3169e5449203f4069ae3d249e4dc6
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2014-11-29T15:54:58Z

    ZOOKEEPER-2064 Prevent resource leak in various classes (Ted Yu via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1642440 13f79535-47bb-0310-9956-ffa450edef68

commit 8a1b38308455f5321c9524c8cb0f18b223328063
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2014-12-17T22:00:44Z

    ZOOKEEPER-1963 Make JDK 7 the minimum requirement for Zookeeper 
    (Hongchao via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1646346 13f79535-47bb-0310-9956-ffa450edef68

commit a0434213b9f8a04a733486fb449bde5325d9587c
Author: Flavio Paiva Junqueira <fp...@apache.org>
Date:   2014-12-20T14:31:47Z

    ZOOKEEPER-2069 Netty Support for ClientCnxnSocket (Hongchao via fpj)
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1646990 13f79535-47bb-0310-9956-ffa450edef68

commit 382c1a051f46c3028332af0dda92fd45f2130637
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-01-27T16:29:34Z

    ZOOKEEPER-2110 Typo fixes in the ZK documentation. (Jeffrey Schroeder via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1655085 13f79535-47bb-0310-9956-ffa450edef68

commit 98974902997aa371e37d5e6147304b86fa5ecb86
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-01-30T02:25:05Z

    ZOOKEEPER-2072 Netty Server Should Configure Child Channel Pipeline By Specifying ChannelPipelineFactory(Hongchao via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1655911 13f79535-47bb-0310-9956-ffa450edef68

commit 9cf838200acf291ac130282fc98fca47be77392b
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-01-31T07:08:20Z

    ZOOKEEPER-2111 Not isAlive states should be synchronized in ClientCnxn (Hongchao via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1656168 13f79535-47bb-0310-9956-ffa450edef68

commit 1e71c47b02292d6f25ca88ee7343d276fdc4b809
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-02-06T05:18:30Z

    ZOOKEEPER-1366 Zookeeper should be tolerant of clock adjustments (Hongchao Deng via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1657746 13f79535-47bb-0310-9956-ffa450edef68

commit 6d8b0cbe57e1b5dd4a88af68ac7def68d48defc0
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-02-09T05:38:21Z

    ZOOKEEPER-2074 Incorrect exit codes for "./zkCli.sh cmd arg" (surendra singh lilhore via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1658308 13f79535-47bb-0310-9956-ffa450edef68

commit 9bacb3024a8fc3142f38b52120a1d3c35d4b63cf
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-02-11T07:00:43Z

    ZOOKEEPER-1949 recipes jar not included in the distribution package (Rakesh R via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1658889 13f79535-47bb-0310-9956-ffa450edef68

commit 8be6403c60336378336aa19bb6b6e3d9c335c05c
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-02-22T21:09:04Z

    ZOOKEEPER-2114 jute generated allocate_* functions are not externally visible (Tim Crowder via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1661561 13f79535-47bb-0310-9956-ffa450edef68

commit c6224956396e7553cb898f1acfe28213a2e475d2
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-02-22T22:06:13Z

    ZOOKEEPER-2073 Memory leak on zookeeper_close (Dave Gosselin via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1661571 13f79535-47bb-0310-9956-ffa450edef68

commit 5648f7b7812633c1a7196f9dde30d961d6491bc8
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-02-24T17:43:55Z

    ZOOKEEPER-2119 Netty client docs (Hongchao via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1662062 13f79535-47bb-0310-9956-ffa450edef68

commit b4b6beb7e23324bb906362cf69bc4839bb16355b
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-03-01T16:47:50Z

    ZOOKEEPER-1952 Default log directory and file name can be changed(nijel, Hari Krishna Dara via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1663128 13f79535-47bb-0310-9956-ffa450edef68

commit 1ec4e568c9097ffcf84454ad564c5efc6faf0389
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-03-08T22:09:17Z

    ZOOKEEPER-1907 Improve Thread handling (Rakesh R via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1665090 13f79535-47bb-0310-9956-ffa450edef68

commit 2053afb4f02ba51b2fba2ac1cc0c5221782fcea1
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-03-09T18:24:59Z

    ZOOKEEPER-2134 AsyncHammerTest.testHammer fails intermittently(Michi Mutsuzaki via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1665316 13f79535-47bb-0310-9956-ffa450edef68

commit 2904795c587aadc1c0d3d16aa98c7a14c8f6e89d
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-03-14T22:29:46Z

    Revert ZOOKEEPER-2074.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1666761 13f79535-47bb-0310-9956-ffa450edef68

commit 12e6083248a20c510043c628623026c2d504df8c
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-03-14T22:47:53Z

    ZOOKEEPER-2137 Make testPortChange() less flaky (Hongchao Deng via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1666765 13f79535-47bb-0310-9956-ffa450edef68

commit e6ee5ed6720fe1120ce8376a29bb5f347ee24b75
Author: Camille Fournier <ca...@apache.org>
Date:   2015-03-15T01:16:03Z

      ZOOKEEPER-1893. automake: use serial-tests option (michim via camille)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1666769 13f79535-47bb-0310-9956-ffa450edef68

commit 15b9806f26a4f4f07927c825ec9d3fa0bbdf902b
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-03-15T07:56:56Z

    ZOOKEEPER-1865 Fix retry logic in Learner.connectToLeader() (Edward Carter via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1666785 13f79535-47bb-0310-9956-ffa450edef68

commit 5b159ad6e4fc6647f78be6950c2dd87051bc7477
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-03-16T05:26:07Z

    ZOOKEEPER-2109 Typo in src/c/src/load_gen.c (surendra singh lilhore via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1666874 13f79535-47bb-0310-9956-ffa450edef68

commit dcd6c99d6b4dcfb61a605a8383220a4ee4f05731
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-03-16T08:10:59Z

    ZOOKEEPER-2107 zookeeper client should support custom HostProviders(Robert Kamphuis via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1666911 13f79535-47bb-0310-9956-ffa450edef68

commit f74c674a946eec2c3245481f39193b9591f5db93
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-03-17T17:07:48Z

    ZOOKEEPER-2125 SSL on Netty client-server communication (Hongchao, Ian Dimayuga via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1667359 13f79535-47bb-0310-9956-ffa450edef68

commit 7554aec6be7a5909b3a8d5cad9cc38747cbe7968
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-03-25T07:40:10Z

    ZOOKEEPER-2146 BinaryInputArchive readString should check length before allocating memory (Hongchao Deng via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1669061 13f79535-47bb-0310-9956-ffa450edef68

commit 798e40170436cbc345b00e06b92b297af6a8f399
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-03-25T07:49:58Z

    ZOOKEEPER-2149 Logging of client address when socket connection established (Hongchao Deng via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1669063 13f79535-47bb-0310-9956-ffa450edef68

----


---
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] zookeeper pull request #206: Branch 3.5

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

    https://github.com/apache/zookeeper/pull/206


---
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.
---