Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C00B6200C58 for ; Sun, 2 Apr 2017 06:32:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BEE5A160BA0; Sun, 2 Apr 2017 04:32:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BA0B8160B9D for ; Sun, 2 Apr 2017 06:32:00 +0200 (CEST) Received: (qmail 17642 invoked by uid 500); 2 Apr 2017 04:31:59 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 17626 invoked by uid 99); 2 Apr 2017 04:31:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2017 04:31:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13D97DFF5A; Sun, 2 Apr 2017 04:31:59 +0000 (UTC) From: mjaow To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #212: Branch 3.4 Content-Type: text/plain Date: Sun, 2 Apr 2017 04:31:59 +0000 (UTC) archived-at: Sun, 02 Apr 2017 04:32:01 -0000 GitHub user mjaow opened a pull request: https://github.com/apache/zookeeper/pull/212 Branch 3.4 i wanna know when cli will support command like ls -r.I find the latest it only exists in dev version,not release You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/zookeeper branch-3.4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/212.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 #212 ---- commit aeda031727655806523fffec84973cd65d4bae62 Author: Camille Fournier Date: 2013-05-16T16:55:41Z ZOOKEEPER-1642. Leader loading database twice (fpj via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1483441 13f79535-47bb-0310-9956-ffa450edef68 commit b1f252d4bc795dbd4f39e40f00398bd6a9b9d0c1 Author: Camille Fournier Date: 2013-05-20T17:09:28Z ZOOKEEPER-1663. scripts don't work when path contains spaces (Amichai Rothman via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1484528 13f79535-47bb-0310-9956-ffa450edef68 commit a29816358f6ab72d47aa100ba3c8ca37ab360a21 Author: Camille Fournier Date: 2013-06-21T17:58:12Z ZOOKEEPER-1714 perl client segfaults if ZOO_READ_ACL_UNSAFE constant is used (Botond Hejj via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1495523 13f79535-47bb-0310-9956-ffa450edef68 commit 38e3a782acc746e8d7aef56983c21c13e6486c2b Author: Camille Fournier Date: 2013-06-28T16:28:09Z ZOOKEEPER-1719. zkCli.sh, zkServer.sh and zkEnv.sh regression caused by ZOOKEEPER-1663 (Marshall McMullen via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1497831 13f79535-47bb-0310-9956-ffa450edef68 commit ab720e321cff0e237b45e4b8d00ebf61cf66ab0b Author: Patrick D. Hunt Date: 2013-07-01T23:22:45Z ZOOKEEPER-1702. ZooKeeper client may write operation packets before receiving successful response to connection request, can cause TCP RST (Chris Nauroth via phunt) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1498738 13f79535-47bb-0310-9956-ffa450edef68 commit a4211cadba07476bc4a3a49a837af992dee21a7b Author: Camille Fournier Date: 2013-07-14T22:20:49Z ZOOKEEPER-1629. testTransactionLogCorruption occasionally fails. (shralex via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1503073 13f79535-47bb-0310-9956-ffa450edef68 commit 59d34fd3f85c4453dae93eb5c10b8dd24a388e25 Author: Camille Fournier Date: 2013-07-15T01:28:22Z ZOOKEEPER-1629. testTransactionLogCorruption occasionally fails. (shralex via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1503100 13f79535-47bb-0310-9956-ffa450edef68 commit c3809a4187275f14790b1f84808389d55f01ec80 Author: Camille Fournier Date: 2013-08-02T17:07:06Z ZOOKEEPER-1731. Unsynchronized access to ServerCnxnFactory.connectionBeans results in deadlock. (Dave Latham via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1509780 13f79535-47bb-0310-9956-ffa450edef68 commit 89fe3cda9b40fc457afecec313661e35e28cde16 Author: Flavio Paiva Junqueira Date: 2013-09-02T20:19:26Z ZOOKEEPER-1713. wrong time calculation in zkfuse.cc (german via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1519510 13f79535-47bb-0310-9956-ffa450edef68 commit fb01942d1ffa59e64bbc874abb00b9494a7d42ad Author: Flavio Paiva Junqueira Date: 2013-09-02T21:47:42Z ZOOKEEPER-1379. 'printwatches, redo, history and connect '. client commands always print usage. This is not necessary (edward via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1519521 13f79535-47bb-0310-9956-ffa450edef68 commit 32593f56c1c084a20f3a76a39b70555607ea8982 Author: Flavio Paiva Junqueira Date: 2013-09-03T11:20:03Z ZOOKEEPER-1670: zookeeper should set a default value for SERVER_JVMFLAGS and CLIENT_JVMFLAGS so that memory usage is controlled (Arpit Gupta via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1519650 13f79535-47bb-0310-9956-ffa450edef68 commit 33550d6ce719b2cedfd0fa8650c4311dd9077d97 Author: Flavio Paiva Junqueira Date: 2013-09-05T20:46:44Z ZOOKEEPER-1448: Node+Quota creation in transaction log can crash leader startup (Botond Hejj via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1520418 13f79535-47bb-0310-9956-ffa450edef68 commit 579c7a4736ee03183e6cba25d7d20dedb6f892dc Author: Camille Fournier Date: 2013-09-11T20:42:24Z ZOOKEEPER-1664. Kerberos auth doesn't work with native platform GSS integration. (Boaz Kelmer via camille) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1522028 13f79535-47bb-0310-9956-ffa450edef68 commit a69b56620a12ab4be2147dab6b45a92c85bca1f2 Author: Michi Mutsuzaki Date: 2013-09-12T17:26:40Z ZOOKEEPER-1750. Race condition producing NPE in NIOServerCnxn.toString (Rakesh R via michim) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1522673 13f79535-47bb-0310-9956-ffa450edef68 commit 2ad419efc40456c3aa25b1cba0624c39d0b49c7f Author: Flavio Paiva Junqueira Date: 2013-09-17T22:44:54Z ZOOKEEPER-1754. Read-only server allows to create znode (Rakesh R via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524247 13f79535-47bb-0310-9956-ffa450edef68 commit 973665c48a176227a681998587f1bd14f0ea9578 Author: Mahadev Konar Date: 2013-09-18T02:06:28Z ZOOKEEPER-1751. ClientCnxn#run could miss the second ping or connection get dropped before a ping. (Jeffrey Zhong via mahadev) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524274 13f79535-47bb-0310-9956-ffa450edef68 commit a8df46db76ee725411ff4774debf8a6352d12c6a Author: Flavio Paiva Junqueira Date: 2013-09-18T10:24:00Z ZOOKEEPER-1657. Increased CPU usage by unnecessary SASL checks (Philip K. Warren via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524355 13f79535-47bb-0310-9956-ffa450edef68 commit d1eff7a27be156a5b4a37bd6aff4da446dd3813e Author: Flavio Paiva Junqueira Date: 2013-09-18T12:33:45Z ZOOKEEPER-1753. ClientCnxn is not properly releasing the resources, which are used to ping RwServer (Rakesh R via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1524387 13f79535-47bb-0310-9956-ffa450edef68 commit e3a488b11e4e0e8a124c7387dad98ecd286ee1eb Author: Flavio Paiva Junqueira Date: 2013-09-25T21:44:11Z ZOOKEEPER-1096. Leader communication should listen on specified IP, not wildcard address (Jared Cantwell, German Blanco via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526313 13f79535-47bb-0310-9956-ffa450edef68 commit dc3267b0ec40abdd67833a86e7a6051e0b468a4d Author: Mahadev Konar Date: 2013-09-26T00:03:59Z ZOOKEEPER-1696. Fail to run zookeeper client on Weblogic application server. (Jeffrey Zhong via mahadev) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526338 13f79535-47bb-0310-9956-ffa450edef68 commit a8fe3f3be3b77273950d9e10bc2c51aadd1902dc Author: Flavio Paiva Junqueira Date: 2013-09-26T12:37:12Z ZOOKEEPER-87. Follower does not shut itself down if its too far behind the leader. (German Blanco via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526461 13f79535-47bb-0310-9956-ffa450edef68 commit be944d15e8b684cc5a300665f2fceb19dbdad654 Author: Flavio Paiva Junqueira Date: 2013-09-26T21:15:53Z ZOOKEEPER-1603. StaticHostProviderTest testUpdateClientMigrateOrNot hangs (fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1526695 13f79535-47bb-0310-9956-ffa450edef68 commit b955cf62edbd18caae22d5c4a98c43a5d792844d Author: Mahadev Konar Date: 2013-09-27T23:17:07Z Reverting ZOOKEEPER-1696 patch that was committed. git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527120 13f79535-47bb-0310-9956-ffa450edef68 commit 77377b5b683b536c9ceb3bfdec567150e0ef18d0 Author: Mahadev Konar Date: 2013-09-27T23:25:51Z ZOOKEEPER-1696. Fail to run zookeeper client on Weblogic application server. (Jeffrey Zhong via mahade git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527130 13f79535-47bb-0310-9956-ffa450edef68 commit f4fb6a2a5a8912b0e5a8fec65f0079d28ce9dd0a Author: Thawan Kooburat Date: 2013-09-30T20:43:53Z ZOOKEEPER-1552. Enable sync request processor in Observer (thawan, fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527771 13f79535-47bb-0310-9956-ffa450edef68 commit 6c0655b1ae1a6ee182ef56d9849f73d7a3362f89 Author: Thawan Kooburat Date: 2013-09-30T20:54:41Z ZOOKEEPER-1758. Add documentation for zookeeper.observer.syncEnabled flag (thawan, fpj via thawan) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1527778 13f79535-47bb-0310-9956-ffa450edef68 commit 84faeefab2694792e07d24e07b00f51ac8c3bddf Author: Flavio Paiva Junqueira Date: 2013-10-01T21:30:42Z ZOOKEEPER-1670. zookeeper should set a default value for SERVER_JVMFLAGS and CLIENT_JVMFLAGS so that memory usage is controlled (reverted) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1528221 13f79535-47bb-0310-9956-ffa450edef68 commit 33f17b51e8cba14dadf7522833d0088ac15b2dcb Author: Patrick D. Hunt Date: 2013-10-01T23:45:39Z ZOOKEEPER-1770. NullPointerException in SnapshotFormatter (Germán Blanco via phunt) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1528272 13f79535-47bb-0310-9956-ffa450edef68 commit 48deaf657120a1d076dc86d016e09c29be7aa236 Author: Flavio Paiva Junqueira Date: 2013-10-03T21:45:05Z ZOOKEEPER-732. Improper translation of error into Python exception (Andrei Savu, Lei Zhang, fpj via fpj) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1529012 13f79535-47bb-0310-9956-ffa450edef68 commit cf5781ddf0922842a871988872acdf8627505e40 Author: Thawan Kooburat Date: 2013-10-07T19:16:04Z ZOOKEEPER-1551. Observers ignore txns that come after snapshot and UPTODATE (thawan, fpj via thawan) git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1530035 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. ---