You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by likebean <gi...@git.apache.org> on 2017/10/02 12:07:31 UTC

[GitHub] zookeeper pull request #388: When zookeeper 3.5 version can go to final stab...

GitHub user likebean opened a pull request:

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

    When zookeeper 3.5 version can go to final stable ?

    When zookeeper 3.5 version can go to final stable ? We expect for the local session feature and wait for stable version to use in our product environment.
    any plan?

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/388.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 #388
    
----
commit 3ca12df68c978dbbbafbe39c4c471d0266562ece
Author: Hongchao Deng <hd...@apache.org>
Date:   2015-05-30T16:42:36Z

    ZOOKEEPER-2098: QuorumCnxManager: use BufferedOutputStream for initial msg
    (Raul Gutierrez Segales via hdeng)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1682625 13f79535-47bb-0310-9956-ffa450edef68

commit 049b95dfeeba07f3d258201e5d31440d0e2cb5c3
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-05-31T09:22:58Z

    ZOOKEEPER-2198 Set default test.junit.threads to 1 (Chris Nauroth via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1682702 13f79535-47bb-0310-9956-ffa450edef68

commit dd289dbcc2e00ca78ded0e290e53db463c66dcaa
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-06-01T06:47:13Z

    ZOOKEEPER-2178 Native client fails compilation on Windows. (Chris Nauroth via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1682825 13f79535-47bb-0310-9956-ffa450edef68

commit 6cf94ac6a3326debb49b1a4ccfed0d4b0a9a57f7
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-02T05:23:40Z

    ZOOKEEPER-2197 non-ascii character in FinalRequestProcessor.java
    
    To be able to use utf-8 in .java source files we now use utf-8
    encoding to build them (Michi Mutsuzaki via rgs).
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683043 13f79535-47bb-0310-9956-ffa450edef68

commit 02d1505e4df8c8669b89b74be37aa3a1025422ab
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-02T19:17:30Z

    ZOOKEEPER-2096: C client builds with incorrect error codes in VisualStudio 2010+
    (Vitaly Stakhovsky via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683164 13f79535-47bb-0310-9956-ffa450edef68

commit 0af987d70a4b3c4dcde19139952cfa8d8896c3a0
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-04T16:26:32Z

    ZOOKEEPER-2194: Let DataNode.getChildren() return an unmodifiable view of its
    children set (Hitoshi Mitake via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683588 13f79535-47bb-0310-9956-ffa450edef68

commit 46f2433e9fe5555122e930e386d6795fce6fa1a8
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-04T17:38:40Z

    ZOOKEEPER-2204: LearnerSnapshotThrottlerTest.testHighContentionWithTimeout
    fails occasionally (Donny Nadolny via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683603 13f79535-47bb-0310-9956-ffa450edef68

commit 446d47993de701de53c2018a6d818e62a25d60c8
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-05T18:40:24Z

    ZOOKEEPER-2205: Log type of unexpected quorum packet in learner handler loop
    (Hitoshi Mitake via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683834 13f79535-47bb-0310-9956-ffa450edef68

commit e4ddb9f82f2aa22558a653ea564526f7a38721b0
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-05T18:52:51Z

    ZOOKEEPER-2206: Add missing packet types to LearnerHandler.packetToString()
    (Hitoshi Mitake via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683843 13f79535-47bb-0310-9956-ffa450edef68

commit 0279b9d7f8a7dc5876f754067c3e7bcbfcda9637
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-05T19:17:01Z

    ZOOKEEPER-2207: Enhance error logs with LearnerHandler.packetToString()
    (Hitoshi Mitake via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683849 13f79535-47bb-0310-9956-ffa450edef68

commit a8fe1f9794c187cd88ad5c7088ca0eed41220083
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-05T19:29:18Z

    ZOOKEEPER-2208: Log type of unexpected quorum packet in observer loop
    (Akihiro Suda via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683852 13f79535-47bb-0310-9956-ffa450edef68

commit 9c385fd85f696004973537e412aeb649da3337aa
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-06T16:42:45Z

    ZOOKEEPER-2201: Network issues can cause cluster to hang due to near-deadlock
    (Donny Nadolny via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683930 13f79535-47bb-0310-9956-ffa450edef68

commit d0c1303a65069cee1f5a988cebacadfea5a46cf6
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-06T21:38:47Z

    ZOOKEEPER-2163: Introduce new ZNode type: container
    (Jordan Zimmerman via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1683960 13f79535-47bb-0310-9956-ffa450edef68

commit 24cc322ebee01efaa2fc325b84fd0a8b07c315c5
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-06-08T07:48:13Z

    Preparing for release 3.5.1-alpha
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1684112 13f79535-47bb-0310-9956-ffa450edef68

commit 889b35cc4412290fb7bd2328b1da251edabb92b7
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-11T18:11:21Z

    ZOOKEEPER-2213: Empty path in Set crashes server and prevents restart
    (Hongchao Deng via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1684957 13f79535-47bb-0310-9956-ffa450edef68

commit 6bc6290ed5d859064182451518aab409bd3487b3
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-12T21:03:20Z

    ZOOKEEPER-2214: Findbugs warning: LearnerHandler.packetToString Dead
    store to local variable (Hongchao Deng via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1685168 13f79535-47bb-0310-9956-ffa450edef68

commit 21106358187eaa499ae70f0e50dd548f9a45db80
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-13T00:43:59Z

    ZOOKEEPER-706: Large numbers of watches can cause session re-establishment to fail
    (Chris Thunes via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1685203 13f79535-47bb-0310-9956-ffa450edef68

commit 6a7a7f089f255e018280d21df59c22ebd6991b2a
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-15T23:05:47Z

    ZOOKEEPER-2212: distributed race condition related to QV version
    (Akihiro Suda via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1685686 13f79535-47bb-0310-9956-ffa450edef68

commit 2023efcf14c0e435b48d245b20b31e43675c218e
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-18T19:24:26Z

    ZOOKEEPER-2185: Run server with -XX:+HeapDumpOnOutOfMemoryError and
    -XX:OnOutOfMemoryError='kill %p' (Chris Nauroth via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1686297 13f79535-47bb-0310-9956-ffa450edef68

commit 2cb5b0a0d75ab61dd965ddd21ea6f69ac93a9d84
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-06-21T00:04:45Z

    ZOOKEEPER-2163: Fix version in the doc
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1686678 13f79535-47bb-0310-9956-ffa450edef68

commit be74b10bdf8a8f839f04726d53a1aa5c9dafe5e6
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-22T00:19:36Z

    ZOOKEEPER-2210: clock_gettime is not available in OS X
    (Michi Mutsuzaki via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1686768 13f79535-47bb-0310-9956-ffa450edef68

commit 84b440a6dc09d72ec210c86caddc2844d93f2596
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-27T00:04:10Z

    ZOOKEEPER-2193: reconfig command completes even if parameter is wrong obviously
    (Yasuhito Fukuda via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1687877 13f79535-47bb-0310-9956-ffa450edef68

commit a8cdfc2fc2f3776226d43456e54257c638037012
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-06-28T05:01:13Z

    Preparing for release 3.5.1
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1687986 13f79535-47bb-0310-9956-ffa450edef68

commit 6eb87047bfbffddad60bb902c11c4ef70a4b1fa0
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-29T15:32:23Z

    ZOOKEEPER-2140: NettyServerCnxn and NIOServerCnxn code should be improved
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1688252 13f79535-47bb-0310-9956-ffa450edef68

commit 7730018be8dc114b23db4cb1130199369b00ebf3
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-06-30T18:50:37Z

    ZOOKEEPER-2221: Zookeeper JettyAdminServer server should start on configured IP
    (Surendra Singh Lilhore via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1688506 13f79535-47bb-0310-9956-ffa450edef68

commit 948b430c65735143638c0e3466b930c0f11f7ca3
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2015-07-05T04:07:44Z

    ZOOKEEPER-2224: Four letter command hangs when network is slow (Arshad Mohammad via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1689212 13f79535-47bb-0310-9956-ffa450edef68

commit 36c523da2a315327554f4194578b114ab8d8554c
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-07-07T06:45:16Z

    ZOOKEEPER-2223: support method-level JUnit testcase
    (Akihiro Suda via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1689582 13f79535-47bb-0310-9956-ffa450edef68

commit b3fbcc6fbd545c11c9bed8bee6ddee2335b03c9e
Author: Raúl Gutiérrez Segalés <rg...@apache.org>
Date:   2015-07-13T04:03:00Z

    ZOOKEEPER-1423: 4lw and jmx should expose the size of the datadir/datalogdir
    (Edward Ribeiro via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1690565 13f79535-47bb-0310-9956-ffa450edef68

commit 05c964ebb3d4a36c3f194f8ed882d7c3cc0f5f61
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-07-28T04:38:08Z

    ZOOKEEPER-2235 License update (fpj via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1692990 13f79535-47bb-0310-9956-ffa450edef68

commit 88ff4cd4c31fdecf54fda0f1fab4337154797242
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2015-07-28T06:54:18Z

    Preparing for release 3.5.1
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1693003 13f79535-47bb-0310-9956-ffa450edef68

----


---

[GitHub] zookeeper issue #388: When zookeeper 3.5 version can go to final stable ?

Posted by phunt <gi...@git.apache.org>.
Github user phunt commented on the issue:

    https://github.com/apache/zookeeper/pull/388
  
    Why are you issuing a pull request rather than asking on one of the mailing lists? Please close this.


---

[GitHub] zookeeper pull request #388: When zookeeper 3.5 version can go to final stab...

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

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


---