GitHub user benjiazhen opened a pull request:

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

    Branch 3.3

    

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

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

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

    https://github.com/apache/zookeeper/pull/107.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 #107
    
----
commit 4e7af5462fe1af5da4880898df3329742f21b9e0
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-03-19T18:06:06Z

    Branching for 3.3 releases
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@925358 
13f79535-47bb-0310-9956-ffa450edef68

commit e9d396d85a2b26c853bcd3f02b64cc420f7f4a4d
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-03-19T18:35:20Z

    Preparing for release 3.3.0
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@925372 
13f79535-47bb-0310-9956-ffa450edef68

commit 0844ebe2b9635dc748a76cd5f78727aa29e4a14d
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-04-08T18:32:37Z

    ZOOKEEPER-735. cppunit test testipv6 assumes that the machine is ipv6 
enabled. (mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@932053 
13f79535-47bb-0310-9956-ffa450edef68

commit 9899753147970dcf8f05eaa9be2a95b992f8ba72
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-12T06:17:26Z

    ZOOKEEPER-720. Use zookeeper-{version}-sources.jar instead of 
zookeeper-{version}-src.jar to publish sources in the Maven repository
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@933101 
13f79535-47bb-0310-9956-ffa450edef68

commit ee9490444d02431a62e04982908d5a08ced9ec0f
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-12T06:30:46Z

    ZOOKEEPER-722. zkServer.sh uses sh's builtin echo on BSD, behaves 
incorrectly.
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@933110 
13f79535-47bb-0310-9956-ffa450edef68

commit 0196b6ff961665d4061cb14d6403d5aebddfff6f
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-22T05:40:01Z

    ZOOKEEPER-741. root level create on REST proxy fails
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@936619 
13f79535-47bb-0310-9956-ffa450edef68

commit 4d4785632fd42d1f39a072bfcf69c9c1ace3bbc3
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-22T06:05:15Z

    ZOOKEEPER-631. zkpython's C code could do with a style clean-up
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@936623 
13f79535-47bb-0310-9956-ffa450edef68

commit cff0c0c1d2cf79283e4b5fa432072588c52df0a9
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-26T18:57:08Z

    ZOOKEEPER-738. zookeeper.jute.h fails to compile with -pedantic
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@938194 
13f79535-47bb-0310-9956-ffa450edef68

commit 59a3cc5c2bcd8bdd790e091471695ab19b42ba24
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-26T20:01:15Z

    ZOOKEEPER-734. QuorumPeerTestBase.java and ZooKeeperServerMainTest.java do 
not handle windows path correctly
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@938214 
13f79535-47bb-0310-9956-ffa450edef68

commit 142e7d3c97fd69880328ff54dab9549f230a28e0
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-04-27T22:46:27Z

    ZOOKEEPER-754. numerous misspellings "succesfully"
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@938710 
13f79535-47bb-0310-9956-ffa450edef68

commit 714a4b42b64b65cd7ba12324bd6498b5edaf91a7
Author: Henry Robinson <he...@apache.org>
Date:   2010-04-29T02:24:43Z

    ZOOKEEPER-749 (OSGi metadata not included in binary only jar) and 
ZOOKEEPER-750 (move maven artifacts into dist-maven subdir of the release 
(package target))
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@939181 
13f79535-47bb-0310-9956-ffa450edef68

commit 9cdf11c1ecec645cae9a5db85fa30d562d47f644
Author: Henry Robinson <he...@apache.org>
Date:   2010-04-30T23:02:52Z

    ZOOKEEPER-758. zkpython segfaults on invalid acl with missing key
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@939869 
13f79535-47bb-0310-9956-ffa450edef68

commit 01d8f73bc39935e9796964c51e0ec456bc11a73a
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-05-04T21:49:50Z

    ZOOKEEPER-737. some 4 letter words may fail with netcat (nc) (mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@941061 
13f79535-47bb-0310-9956-ffa450edef68

commit 16c31c9a4e92c5ee89895b04e93be32d447be0c5
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-05-05T22:00:50Z

    ZOOKEEPER-763. Deadlock on close w/ zkpython / c client
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@941513 
13f79535-47bb-0310-9956-ffa450edef68

commit 342b2f5cbafcdf4b5cbc6195bac1801e57cf6baa
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-05-05T22:28:09Z

    ZOOKEEPER-764. Observer elected leader due to inconsistent voting view 
(henry via mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@941520 
13f79535-47bb-0310-9956-ffa450edef68

commit 0bda25168c3328e1eba68bd10a27e7f3b5cbfa69
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-05-05T22:49:45Z

    ZOOKEEPER-766. forrest recipes docs don't mention the lock/queue recipe 
implementations available in the release (phunt via mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@941525 
13f79535-47bb-0310-9956-ffa450edef68

commit 5c3088159d6a166197d47af9d21f615f1023fbdd
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-05-06T16:34:59Z

    Preparing for release 3.3.1
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@941796 
13f79535-47bb-0310-9956-ffa450edef68

commit 6647c5e07c85ed07f3ace51bb9800ac694f810b5
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-05-06T18:11:41Z

    ZOOKEEPER-763. Deadlock on close w/ zkpython / c client - missed a changed 
file
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@941837 
13f79535-47bb-0310-9956-ffa450edef68

commit 4c85fcf25f6d20a155efb6aa7bc36e8a05bbf28d
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-07-05T19:53:05Z

    ZOOKEEPER-789. Improve FLE log messages
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@960675 
13f79535-47bb-0310-9956-ffa450edef68

commit 10a1f58bf11e6fe5ef5dfd6da1522430e2524bae
Author: Benjamin Reed <br...@apache.org>
Date:   2010-07-23T06:31:57Z

    ZOOKEEPER-790. Last processed zxid set prematurely while establishing 
leadership (fpj via breed)
    
    
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@966984 
13f79535-47bb-0310-9956-ffa450edef68

commit e0e65d8f57e1360b94fa4f05d466812b03c82148
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-07-26T22:21:46Z

    fixed version string in build.xml to be consistent with prior releases
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@979473 
13f79535-47bb-0310-9956-ffa450edef68

commit ce83e59d076617ec7a2ac9c80ba8c05eb7b82297
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-07-26T22:27:11Z

    ZOOKEEPER-783. committedLog in ZKDatabase is not properly synchronized 
(henry via mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@979474 
13f79535-47bb-0310-9956-ffa450edef68

commit d18f02955db4644aeec2ba06e13e6917e06ca5fc
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-07-29T21:05:51Z

    ZOOKEEPER-790. Last processed zxid set prematurely while establishing 
leadership (flavio via mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@980572 
13f79535-47bb-0310-9956-ffa450edef68

commit 7a699e2798d06b4e508c70fa7e651a374f728002
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-08-11T18:30:23Z

    ZOOKEEPER-772. zkpython segfaults when watcher from async get children is 
invoked. (henry robinson via mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@984518 
13f79535-47bb-0310-9956-ffa450edef68

commit 803a4c87647327fd8cb5d1746dff326c94d90b21
Author: Benjamin Reed <br...@apache.org>
Date:   2010-08-17T20:03:54Z

    ZOOKEEPER-795. eventThread isn't shutdown after a connection "session 
expired" event coming
    
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@986470 
13f79535-47bb-0310-9956-ffa450edef68

commit f050cb8a5f8cfb1aeba0c79f14887175ecf44229
Author: Henry Robinson <he...@apache.org>
Date:   2010-08-23T02:58:16Z

    ZOOKEEPER-792: zkpython memory leak (Lei Zhang via henryr)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@987984 
13f79535-47bb-0310-9956-ffa450edef68

commit c46f933881b784ad2b9651f0229928a6fe6ca1ed
Author: Benjamin Reed <br...@apache.org>
Date:   2010-09-10T16:13:05Z

    ZOOKEEPER-785. Zookeeper 3.3.1 shouldn't infinite loop if someone creates a 
server.0 line
    
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@995844 
13f79535-47bb-0310-9956-ffa450edef68

commit 68601a9a4dc3c49aeb13b8a7a4fca9472cde64b9
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-09-14T21:07:22Z

    Zookeeper 3.3.1 shouldn't infinite loop if someone creates a server.0 line 
(part 2)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@997097 
13f79535-47bb-0310-9956-ffa450edef68

commit 35ca46631c597c9d3449b1e1a1be2b95bc174910
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2010-09-22T06:37:46Z

    ZOOKEEPER-846. zookeeper client doesn't shut down cleanly on the close call
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@999777 
13f79535-47bb-0310-9956-ffa450edef68

commit 3324b33d7d1137854500fa2ff336ff1b477c1f8f
Author: Mahadev Konar <maha...@apache.org>
Date:   2010-10-05T22:47:36Z

    ZOOKEEPER-804. c unit tests failing due to "assertion cptr failed" (michi 
mutsuzaki via mahadev)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/hadoop/zookeeper/branches/branch-3.3@1004845 
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to