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

[GitHub] zookeeper pull request #109: Zookeeper 2542

GitHub user rakeshadr opened a pull request:

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

    Zookeeper 2542

    

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

    $ git pull https://github.com/rakeshadr/zookeeper-1 ZOOKEEPER-2542

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

    https://github.com/apache/zookeeper/pull/109.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 #109
    
----
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

commit 41733ac8110047edd9dd16421ab5937cf4b83dfc
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-10-31T18:42:18Z

    ZOOKEEPER-1560 Zookeeper client hangs on creation of large nodes (Skye Wanderman-Milne via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1404289 13f79535-47bb-0310-9956-ffa450edef68

commit 209f265a1dadd526be58834666ee1feb26364653
Author: Mahadev Konar <ma...@apache.org>
Date:   2012-11-05T07:34:29Z

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

commit f3af97208ada1e8b0b7706b89ddabf44a0874c75
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-11-28T07:44:33Z

    ZOOKEEPER-1474. Cannot build Zookeeper with IBM Java: use of Sun MXBean classes (Adalberto Medeiros via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1414567 13f79535-47bb-0310-9956-ffa450edef68

commit 95afb174dc127626505bc273bf61fb1d8fe292a6
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-12-11T07:45:09Z

    ZOOKEEPER-1564. Allow JUnit test build with IBM Java (Paulo Ricardo Paz Vital via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420022 13f79535-47bb-0310-9956-ffa450edef68

commit 0c877dfc6d2ed6db2fed9e22776cd6b6d692c42e
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-12-11T08:19:42Z

    ZOOKEEPER-1596. Zab1_0Test should ensure that the file is closed (Enis Soztutar via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420030 13f79535-47bb-0310-9956-ffa450edef68

commit a98b3a567e63b653fc81b68b13386d077526e899
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-12-12T06:51:38Z

    ZOOKEEPER-1513. "Unreasonable length" exception while starting a server (Skye W-M via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420540 13f79535-47bb-0310-9956-ffa450edef68

commit 41fe9cb7409bd1e733711dbc9b921fd38386cdb8
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-12-12T06:58:55Z

    ZOOKEEPER-1581. change copyright in notice to 2012 (breed via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420544 13f79535-47bb-0310-9956-ffa450edef68

commit 55b1ed7a2d5883365532d28fdd0065d3c0ead62d
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-12-12T07:21:00Z

    ZOOKEEPER-1598. Ability to support more digits in the version string (Raja Aluri via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420548 13f79535-47bb-0310-9956-ffa450edef68

commit c3096ffeb3774ab0bc204942684f8009c1c3b1d9
Author: Patrick D. Hunt <ph...@apache.org>
Date:   2012-12-12T07:39:44Z

    ZOOKEEPER-753. log4j dependency in the pom needs to have exclusion lists (Sean Busbey via phunt)
    
    git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1420553 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 #109: Zookeeper 2542

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

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


---
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 issue #109: Zookeeper 2542

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

    https://github.com/apache/zookeeper/pull/109
  
    @rakeshadr Not sure why this PR contains many irrelevant commits - maybe you need first rebase your working branch against branch-3.4? 


---
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 issue #109: Zookeeper 2542

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

    https://github.com/apache/zookeeper/pull/109
  
    Thank you for the comments. I will rebase the branch and update this PR tomorrow some time. Actually, I tried some git command experiments in my forked branch:-)


---
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 issue #109: Zookeeper 2542

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

    https://github.com/apache/zookeeper/pull/109
  
    agreed, @rakeshadr 's branch seems to be out of sync.


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