You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by ralic <gi...@git.apache.org> on 2016/04/23 09:23:23 UTC

[GitHub] zookeeper pull request: Branch 3.4

GitHub user ralic opened a pull request:

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

    Branch 3.4

    

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/66.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 #66
    
----
commit b6b8d56214cf02821cb1c1031050fa3bd89b632b
Author: Camille Fournier <ca...@apache.org>
Date:   2012-07-05T16:07:47Z

    ZOOKEEPER-1465. Cluster availability following new leader election 
        takes a long time with large datasets - is correlated to dataset size
        (fpj and Thawan Kooburat via camille)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1357717 13f79535-47bb-0310-9956-ffa450edef68

commit 424d8f7ae810d45790dc53806bd0a569f813b41e
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-07-17T21:21:08Z

    ZOOKEEPER-1427. Writing to local files is done non-atomically (phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1362657 13f79535-47bb-0310-9956-ffa450edef68

commit b19ae792c3fa4f164f89e83d45d4fcd3ac5fe3cb
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-07-17T21:27:04Z

    ZOOKEEPER-1489. Data loss after truncate on transaction log (phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1362661 13f79535-47bb-0310-9956-ffa450edef68

commit c37e8f0a6739a696f9408faff0212fb030cbd154
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-07-29T05:04:27Z

    ZOOKEEPER-1521. LearnerHandler initLimit/syncLimit problems specifying follower socket timeout limits (phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1366782 13f79535-47bb-0310-9956-ffa450edef68

commit 61837bc135521cabdb073aaa8992024c4b15a8b2
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-07-29T05:32:17Z

    ZOOKEEPER-1493. C Client: zookeeper_process doesn't invoke completion callback if zookeeper_close has been called (Michi Mutsuzaki via phunt and mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1366785 13f79535-47bb-0310-9956-ffa450edef68

commit 4aaafb6dea065c1bc7620f93e893386585975a4a
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-08-01T15:55:58Z

    ZOOKEEPER-1522. intermittent failures in Zab test due to NPE in recursiveDelete test function (phunt via flavio)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1368077 13f79535-47bb-0310-9956-ffa450edef68

commit 7e325d9ccd84e879e47d75675fe1514183fab1aa
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-08-01T19:22:55Z

    ZOOKEEPER-1503. remove redundant JAAS configuration code in SaslAuthTest and SaslAuthFailTest (Eugene Koontz via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1368205 13f79535-47bb-0310-9956-ffa450edef68

commit 2244be2c1d6c01f82ef1a288f882513d8fe38cf6
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-08-01T21:39:22Z

    ZOOKEEPER-1510. Should not log SASL errors for non-secure usage (Todd Lipcon via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1368270 13f79535-47bb-0310-9956-ffa450edef68

commit 20850d79fac70c5a9a8f4cd7b36bf23c96ce0487
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-08-01T22:25:03Z

    ZOOKEEPER-1510. Should not log SASL errors for non-secure usage (Todd Lipcon via phunt) Missed a bit in the prior commit
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1368301 13f79535-47bb-0310-9956-ffa450edef68

commit 0490eb86c2b5e7349f4e52d600ad91bd680af116
Author: Henry Robinson <he...@apache.org>
Date:   2012-08-02T22:18:57Z

    ZOOKEEPER-1514. FastLeaderElection - leader ignores the round information when joining a quorum (flavio via henryr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1368739 13f79535-47bb-0310-9956-ffa450edef68

commit 9dc9c00da5830a29df1c1633ffc0ae82e7c6c209
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-08-28T19:57:18Z

    ZOOKEEPER-1497. Allow server-side SASL login with JAAS configuration to be programmatically set (rather than only by reading JAAS configuration file) (Matteo Bertozzi via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1378287 13f79535-47bb-0310-9956-ffa450edef68

commit 679164cd0173920ccd6e70ecb0d965650ad40666
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2012-08-30T19:26:58Z

    ZOOKEEPER-1536 c client : memory leak in winport.c (brooklin via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1379080 13f79535-47bb-0310-9956-ffa450edef68

commit 82b1e77ca54c2963ae6558ff5479f125178873d5
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2012-08-30T20:41:08Z

    ZOOKEEPER-1481 allow the C cli to run exists with a watcher (phunt via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1379132 13f79535-47bb-0310-9956-ffa450edef68

commit 821b5db5029fe498fcdf6de8b5c8a283e5c9bf6e
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2012-09-04T23:26:07Z

    ZOOKEEPER-1105 c client zookeeper_close not send CLOSE_OP request to server (lincoln.lee via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1380932 13f79535-47bb-0310-9956-ffa450edef68

commit a6648c6a6dc1ce79e4d194d598e479b6921525fa
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-07T06:13:38Z

    ZOOKEEPER-1380. zkperl: _zk_release_watch doesn't remove items properly from the watch list. (Botond Hejj via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1381895 13f79535-47bb-0310-9956-ffa450edef68

commit d12aa1ebcf0b1c967f79cef14976a07432b70e4c
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-07T06:28:55Z

    ZOOKEEPER-1501. Nagios plugin always returns OK when it cannot connect to zookeeper. (Brian Sutherland via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1381901 13f79535-47bb-0310-9956-ffa450edef68

commit 4ee471b8243650d5f1447b0161e1cdfef032ed6c
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-09T18:22:06Z

    ZOOKEEPER-1437. Client uses session before SASL authentication complete. (Eugene Koontz via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1382554 13f79535-47bb-0310-9956-ffa450edef68

commit c009512a61a784d3ca9a0dfafb067c4d062165f1
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-10T07:03:23Z

    ZOOKEEPER-1494. C client: socket leak after receive timeout in zookeeper_interest() (Michi Mutsuzaki via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1382664 13f79535-47bb-0310-9956-ffa450edef68

commit 81a8093a8137b32ac0227a1b60653e98159d9925
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-14T07:33:29Z

    ZOOKEEPER-1483. Fix leader election recipe documentation. (Michi Mutsuzaki via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1384670 13f79535-47bb-0310-9956-ffa450edef68

commit f1a1d66d4189fa338ca570d3c80bd7a81e03eb88
Author: Michi Mutsuzaki <mi...@apache.org>
Date:   2012-09-16T21:35:36Z

    Revert r1380932: ZOOKEEPER-1105 c client zookeeper_close not send CLOSE_OP
    request to server (lincoln.lee via michim)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1385380 13f79535-47bb-0310-9956-ffa450edef68

commit feed2b204fadd4d3dd31001515b05bd79d1b536c
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-17T05:03:30Z

    ZOOKEEPER-1361. Leader.lead iterates over 'learners' set without proper synchronisation. (Henry Robinson via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1386472 13f79535-47bb-0310-9956-ffa450edef68

commit e610b7e7591297d8d22ab57068ca8c097002e939
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-17T05:38:28Z

    Release Notes for 3.4.4
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1386478 13f79535-47bb-0310-9956-ffa450edef68

commit a1196e1190533641deea0b4060a2dca56328dd3a
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-17T07:56:19Z

    ZOOKEEPER-1496. Ephemeral node not getting cleared even after client has exited (Rakesh R via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1386497 13f79535-47bb-0310-9956-ffa450edef68

commit 04847e020f66e90357650339b3c9a68fd4190b0f
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-17T08:10:08Z

    Add Release Note for ZOOKEEPER-1496.
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1386502 13f79535-47bb-0310-9956-ffa450edef68

commit 1e1a29d0058a4d53ec8f53948482ebf43e3824d3
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-17T08:16:27Z

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

commit e36817d57adaadfe89f51d471b3668a3b28891d5
Author: Henry Robinson <he...@apache.org>
Date:   2012-09-21T23:04:12Z

    ZOOKEEPER-1376. zkServer.sh does not correctly check for $SERVER_JVMFLAGS (Skye W-M via henryr)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1388718 13f79535-47bb-0310-9956-ffa450edef68

commit c39a777de45f22269363fb522eb11cc5806090c7
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-28T17:03:55Z

    ZOOKEEPER-1550. ZooKeeperSaslClient does not finish anonymous login on OpenJDK. (Eugene Koontz via mahadev)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1391555 13f79535-47bb-0310-9956-ffa450edef68

commit 2f11f6bd004055e3de7b9629e658913c79db869b
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-30T17:26:47Z

    Fixing the CHANGES.txt file
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1392079 13f79535-47bb-0310-9956-ffa450edef68

commit d2a67dd26403cf1763ce3c32c670355aa1e86e33
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-30T17:49:02Z

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

commit 74621cd884ad15a2893aa06e498d1b021b9caf12
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-09-30T17:52:02Z

    Preparing for 3.4.5 - take 2
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1392089 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: Branch 3.4

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

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


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