You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by brettKK <gi...@git.apache.org> on 2018/03/26 12:23:02 UTC

[GitHub] zookeeper pull request #494: Branch 3.5

GitHub user brettKK opened a pull request:

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

    Branch 3.5

    callee BinaryInputArchive#startVector will return null:
    ```
    // code placeholder
    public Index startVector(String tag) throws IOException {
        int len = readInt(tag);
         if (len == -1) {
         return null;
    }
    ```
    
    -----
    and caller ReferenceCountedACLCache#deserialize  call it without null check
    ```
    // code placeholder
    Index j = ia.startVector("acls");
    while (!j.done()) {
      ACL acl = new ACL();
      acl.deserialize(ia, "acl");
    }
    ```


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/494.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 #494
    
----
commit d2c279548a54c82e1b92f42982e865f41285ba34
Author: Rakesh Radhakrishnan <ra...@...>
Date:   2015-09-17T07:10:51Z

    ZOOKEEPER-2245: SimpleSysTest test cases fails (Arshad Mohammad via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1703503 13f79535-47bb-0310-9956-ffa450edef68

commit 7d9fc401cc25e43c8df92a9206e9efa7bd3088fc
Author: Rakesh Radhakrishnan <ra...@...>
Date:   2015-09-25T06:32:26Z

    ZOOKEEPER-2279: QuorumPeer loadDataBase() error message is incorrect(Arshad Mohammad via rakeshr)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1705220 13f79535-47bb-0310-9956-ffa450edef68

commit a40c26810b59ca19af04a5690684b30911ceaf81
Author: Rakesh Radhakrishnan <ra...@...>
Date:   2015-09-25T06:48:30Z

    ZOOKEEPER-1803: Add description for pzxid in programmer's guide(Arshad Mohammad via rakeshr)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1705224 13f79535-47bb-0310-9956-ffa450edef68

commit ecd3a760c4b18d3da5b6a554a2d8beb1c063554f
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-09-26T20:28:10Z

    ZOOKEEPER-2253: C asserts ordering of ping requests, while Java client does not
    (Chris Chen via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1705483 13f79535-47bb-0310-9956-ffa450edef68

commit 316048cb748f02bdc6e9860e87c7333f1ae68f08
Author: Rakesh Radhakrishnan <ra...@...>
Date:   2015-09-29T02:06:57Z

    ZOOKEEPER-2244: On Windows zookeeper fails to restart (Arshad Mohammad via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1705796 13f79535-47bb-0310-9956-ffa450edef68

commit dcd5d77ca5ee015ea7700d2efd076b9afe1fab5a
Author: Chris Nauroth <cn...@...>
Date:   2015-10-03T21:03:22Z

    ZOOKEEPER-2268: Zookeeper doc creation fails on windows (Arshad Mohammad via cnauroth)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1706629 13f79535-47bb-0310-9956-ffa450edef68

commit 2fe289365421419e8d59e97cbe5e71575b247abc
Author: Chris Nauroth <cn...@...>
Date:   2015-10-03T21:08:06Z

    ZOOKEEPER-2281: ZK Server startup fails if there are spaces in the JAVA_HOME path (Neha Bathra via cnauroth)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1706632 13f79535-47bb-0310-9956-ffa450edef68

commit c8d850183e4297da56e47b817b0ec96aa1a07fae
Author: Chris Nauroth <cn...@...>
Date:   2015-10-18T17:00:36Z

    ZOOKEEPER-1460: IPv6 literal address not supported for quorum members (Joseph Walton via cnauroth)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1709292 13f79535-47bb-0310-9956-ffa450edef68

commit 21dd765993f0fffda63d50414a7bfd5d5dfcb3aa
Author: Rakesh Radhakrishnan <ra...@...>
Date:   2015-10-26T07:10:16Z

    ZOOKEEPER-2239: JMX State from LocalPeerBean incorrect (Kevin Lee via rakeshr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1710516 13f79535-47bb-0310-9956-ffa450edef68

commit 60d602bf37eb70d9e273eff6e4d083be74fe1858
Author: Flavio Paiva Junqueira <fp...@...>
Date:   2015-10-28T21:56:37Z

    ZOOKEEPER-2302: Some test cases are not running because wrongly named (Arshad Mohammad via fpj)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1711152 13f79535-47bb-0310-9956-ffa450edef68

commit 68c3b71621fee0769700cedabb6f6adcad034e0d
Author: Michi Mutsuzaki <mi...@...>
Date:   2015-10-31T22:19:38Z

    ZOOKEEPER-2142: JMX ObjectName is incorrect for observers (Edward Ribeiro via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1711695 13f79535-47bb-0310-9956-ffa450edef68

commit fd6b34738cdf61c97f5aeb4623be77d6ccfc4910
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-03T07:24:16Z

    ZOOKEEPER-1872: QuorumPeer is not shutdown in few cases
    (Rakesh R. via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1712220 13f79535-47bb-0310-9956-ffa450edef68

commit 0692e555b2367281ac1ce6e7044b8ef97f4ef2d4
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-08T21:24:50Z

    ZOOKEEPER-2211: PurgeTxnLog does not correctly purge when snapshots and
    logs are at different locations (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1713297 13f79535-47bb-0310-9956-ffa450edef68

commit a23cbfd9dc3b9a5775b6e907dc0910cd8be0c5e9
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-08T21:40:18Z

    ZOOKEEPER-2227: stmk four-letter word fails execution at server while
    reading trace mask argument (Chris Nauroth via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1713301 13f79535-47bb-0310-9956-ffa450edef68

commit 59758bbd81f53505ab20b2e0006f5dcc0b8c3a0d
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-08T21:56:08Z

    ZOOKEEPER-1853: zkCli.sh can't issue a CREATE command containing
    spaces in the data (Ryan Lamore via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1713304 13f79535-47bb-0310-9956-ffa450edef68

commit 3c569129734d7a7552d016c1eba3b17b43f69db9
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-08T23:07:56Z

    ZOOKEEPER-2315: Change client connect zk service timeout log level from Info
    to Warn level (Lin Yiqun via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1713313 13f79535-47bb-0310-9956-ffa450edef68

commit c27d0d8f04e455e5d20535db3caf8beeb52addb4
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-08T23:24:16Z

    ZOOKEEPER-2240: Make the three-node minimum more explicit in documentation
    and on website (Shawn Heisey via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1713321 13f79535-47bb-0310-9956-ffa450edef68

commit 0f455fb119e9e95d128a39c261b51be0282cd2c7
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-11T07:59:53Z

    ZOOKEEPER-2229: Several four-letter words are undocumented
    (Chris Nauroth via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1713775 13f79535-47bb-0310-9956-ffa450edef68

commit b825b6a0fc799016b5a581203fcab0216ec74e9c
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-21T20:10:52Z

    ZOOKEEPER-1929: std::length_error on update children
    (Charles Strahan via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1715559 13f79535-47bb-0310-9956-ffa450edef68

commit 34e2ae93367f88d0a9e43b67e24e3d981448fa80
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-21T21:19:58Z

    ZOOKEEPER-1371: Remove dependency on log4j in the source code
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1715578 13f79535-47bb-0310-9956-ffa450edef68

commit f9466cbaf12876cf5554ec9804aa8cdc6965d6e5
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-11-21T23:35:31Z

    ZOOKEEPER-2329: Clear javac and javadoc warning from zookeeper
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1715591 13f79535-47bb-0310-9956-ffa450edef68

commit df29df396edafb9a95179f4f37d3dfd6efd971b4
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-05T21:33:40Z

    ZOOKEEPER-2330: ZooKeeper close API does not close Login thread
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718122 13f79535-47bb-0310-9956-ffa450edef68

commit 4c344848a97a699a6d077076e09beb758f0bc555
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-05T21:45:00Z

    ZOOKEEPER-2326: Include connected server address:port in log
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718124 13f79535-47bb-0310-9956-ffa450edef68

commit 21e69495c5973a9237a131da4891d4ea9409064d
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-06T19:00:22Z

    ZOOKEEPER-2335: Java Compilation Error in ClientCnxn.java
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718206 13f79535-47bb-0310-9956-ffa450edef68

commit 10f87e90b478b84d303c5eb7c34cba505953802a
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-06T19:23:27Z

    ZOOKEEPER-2311: assert in setup_random
    (Marshall McMullen via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718208 13f79535-47bb-0310-9956-ffa450edef68

commit 481e91a4fe16d47a6e0c52bd7ea1b0e5f80bf414
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-06T20:31:57Z

    ZOOKEEPER-2306: Remove file delete duplicate code from test code
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718213 13f79535-47bb-0310-9956-ffa450edef68

commit 22b7c77cb49aa348f8deb578f06ab42bf418bbc9
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-06T20:38:43Z

    ZOOKEEPER-2304: JMX ClientPort from ZooKeeperServerBean incorrect
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718215 13f79535-47bb-0310-9956-ffa450edef68

commit 950347028aec3dfb9b952608cad43686e26262c9
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-07T05:00:45Z

    ZOOKEEPER-2301: QuorumPeer does not listen on passed client IP in the constructor
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718252 13f79535-47bb-0310-9956-ffa450edef68

commit 087943843f7c392bf7edfdd3431b4237f50665bc
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-07T05:08:09Z

    ZOOKEEPER-2299: NullPointerException in LocalPeerBean for ClientAddress
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718254 13f79535-47bb-0310-9956-ffa450edef68

commit 0a0e05f51d1280676cb4e03161260d5c78886d75
Author: Raúl Gutiérrez Segalés <rg...@...>
Date:   2015-12-07T05:27:58Z

    ZOOKEEPER-2300: Expose SecureClientPort and SecureClientAddress JMX properties
    (Arshad Mohammad via rgs)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.5@1718256 13f79535-47bb-0310-9956-ffa450edef68

----


---

[GitHub] zookeeper pull request #494: xx

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

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


---