GitHub user houht opened a pull request:

    https://github.com/apache/mesos/pull/203

    0.26.x zookeeper Authentication failed

    When using the following selection:
    
    --zk=zk://username:password@host1:port1,host2:port2,.../path
    
    
    return:
    
    2017-02-09 14:58:46,331:30390(0x7fe547fff700):ZOO_INFO@check_events@1703: 
initiated connection to server [10.0.2.47:2181]
    2017-02-09 
14:58:46,331:30390(0x7fe547fff700):ZOO_ERROR@handle_socket_error_msg@1721: 
Socket [10.0.2.47:2181] zk retcode=-4, errno=104(Connection reset by peer): 
failed while receiving a server response

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

    $ git pull https://github.com/apache/mesos 0.26.x

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

    https://github.com/apache/mesos/pull/203.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 #203
    
----
commit 0e76fd8bd4b1fbc109e225e135c49a73b8b83630
Author: Bernd Mathiske <be...@mesosphere.io>
Date:   2015-11-12T16:31:19Z

    Added descriptions of new Docker-related flags to configuration
    documentation.
    
    Review: https://reviews.apache.org/r/40234

commit b85090d121f5d84f692d191d47bd360d16e63578
Author: Bernd Mathiske <be...@mesosphere.io>
Date:   2015-11-12T17:12:47Z

    Updated upgrade documentation with changes in NetworkInfo protobuf.
    
    Review: https://reviews.apache.org/r/40238

commit c8777ae0e660c921fc395b975deccee2a4f8d322
Author: haosdent huang <haosd...@gmail.com>
Date:   2015-11-24T22:18:32Z

    Increased launch and wait timeout in filesystem test.
    
    Review: https://reviews.apache.org/r/40641

commit 4be00ed22b0ce04e5f41cba7b31991147b519008
Author: haosdent huang <haosd...@gmail.com>
Date:   2015-11-24T10:41:58Z

    Added missing DiscoveryInfo.Visibility field to v1/mesos.proto.
    
    Review: https://reviews.apache.org/r/40602

commit 6c6e93aab4ef195d1e70155bd534e722f1bf477e
Author: Alexander Rojas <alexan...@mesosphere.io>
Date:   2015-11-24T13:58:42Z

    Fixed UserCgroupIsolatorTest failure on CentOS 6.6.
    
    Review: https://reviews.apache.org/r/40643

commit ce9c51c4cb03ac2522149b2540fe75049fdc1685
Author: Benjamin Bannier <benjamin.bann...@mesosphere.io>
Date:   2015-11-25T15:13:48Z

    Updated centos6.6 installation instructions.
    
    For full support for the Docker- and MesosContainerizers we require a
    relatively recent kernel. Document this dependency.
    
    Review: https://reviews.apache.org/r/40647

commit 0cd22a967ea637757bd09313d15dbe1cdb2e69e1
Author: Jojy Varghese <j...@mesosphere.io>
Date:   2015-11-25T16:21:00Z

    Changed mesos-local to use posix launcher as default.
    
    Review: https://reviews.apache.org/r/40681

commit 6e677ff779aac655c06902faebc980ec6d19b131
Author: Till Toenshoff <toensh...@me.com>
Date:   2015-11-26T13:16:31Z

    Updated documentation to point out the need of a resolvable hostname.
    
    Review: https://reviews.apache.org/r/40748

commit f4c744f05e51e1b2510d645fdf0fb4bf2c5520ac
Author: Avinash sridharan <avin...@mesosphere.io>
Date:   2015-11-26T13:23:29Z

    Fixed MESOS-3552 by using CHECK_NEAR to avoid errors due to double
    precision errors.
    
    A version of this fix was already proposed by Mandeep Chadha
    (@mchadha) and submitted to the reivew board
    https://reviews.apache.org/r/39056/ . So the main credit should go to
    him for this fix.
    
    Review: https://reviews.apache.org/r/40730

commit 89fd7936ae8bab8b6091e50b387f438175dfc556
Author: haosdent huang <haosd...@gmail.com>
Date:   2015-11-26T17:16:13Z

    Upgraded bundled pip to 7.1.2.
    
    Review: https://reviews.apache.org/r/40630

commit 70e0f5ac913fd579db1fab1180f34a54b8aa8c72
Author: Greg Mann <g...@mesosphere.io>
Date:   2015-11-26T15:23:18Z

    Added filtering of CFS cgroup tests.
    
    Review: https://reviews.apache.org/r/40679

commit 6cd1eb80643e5922a481290b424ce3e051e41416
Author: Bernd Mathiske <be...@mesosphere.io>
Date:   2015-11-27T15:45:07Z

    Take possible isNone() into account when comparing two Option<double>
    CPU resource numbers.
    
    Addendum to https://reviews.apache.org/r/40730.
    
    Review: https://reviews.apache.org/r/40767

commit 36e8e07d714843091189c22b309f7de475a833a0
Author: Till Toenshoff <toensh...@me.com>
Date:   2015-11-27T16:06:33Z

    Updated CHANGELOG for 0.26.0-rc2.
    
    Review: https://reviews.apache.org/r/40777

commit 4d12652cd947fcc1c01f03e2e7fa1a528da2d090
Author: Timothy Chen <tnac...@apache.org>
Date:   2015-11-19T23:59:36Z

    Disabled docker bridge executor test.
    
    Review: https://reviews.apache.org/r/40511

commit 94264a5af5d0b1763d0478bf5c097a6a5abbc5fb
Author: Joseph Wu <jos...@mesosphere.io>
Date:   2015-11-30T20:03:18Z

    Add a TearDownTestCase method for cleaning up after tests that reinitialize 
SSL configuration.
    
    Tests that reinitialize SSL configuration only change environment
    variables upon setup but leave it mutated after the test. This leads
    to unexpected results in subsequent tests.
    
    Review: https://reviews.apache.org/api/review-requests/40453/

commit c69445d3843fb1457846ea407fbf253da6ba4c87
Author: Joseph Wu <jos...@mesosphere.io>
Date:   2015-11-30T20:05:20Z

    Added calls to parent teardown methods in child teardown methods.
    
    Review: https://reviews.apache.org/api/review-requests/40454/

commit 1d4e0baca72f4ca00e3ab3830eb64633fc9cfcd4
Author: Till Toenshoff <toensh...@me.com>
Date:   2015-11-30T23:53:59Z

    Disabled ExamplesTest.EventCallFramework test for 0.26.0.

commit a3f877d7a6c69d330fabd490e6aa8ca109756aff
Author: Benjamin Mahler <benjamin.mah...@gmail.com>
Date:   2015-11-30T22:27:33Z

    Fixed a segmentation fault in the cgroups::freeze.

commit fe74b14b06e24e8b2b151c1424ebf6bc9f99e8d2
Author: Till Toenshoff <toensh...@me.com>
Date:   2015-12-01T16:44:18Z

    Updated CHANGELOG for 0.26.0-rc3.

commit 0db39050b9ee535d729b6e4d15fc0aff01ba961e
Author: Till Toenshoff <toensh...@me.com>
Date:   2015-12-08T02:48:03Z

    Made v1 API in mesos.proto equivalent to non-v1 for 0.26.0.
    
    Copied missing feature updates to v1 from include/mesos/mesos.proto.
    
    This is a revised version of RR 41046 by Bernd Matthiske.
    
    Review: https://reviews.apache.org/r/41060

commit ebf0b607ebd3f338e2a346c9b6e8010053b1c483
Author: Benjamin Mahler <benjamin.mah...@gmail.com>
Date:   2015-12-10T01:43:27Z

    Fixed a message dropping bug in the health checker.
    
    Much like in the command executor, we need to sleep after we send
    the final message in the health checker. Otherwise, we may exit
    before libprocess is able to finish sending the message over the
    local network.
    
    This led to the following issues:
    https://issues.apache.org/jira/browse/MESOS-1613
    https://issues.apache.org/jira/browse/MESOS-4106
    
    Review: https://reviews.apache.org/r/41178

commit 3ee9204731dcc606c14ec418ea530ebe0e18ef1a
Author: Artem Harutyunyan <ar...@mesosphere.io>
Date:   2015-12-10T02:53:41Z

    Exposed task health through the state endpoints on master and slave.
    
    Review: https://reviews.apache.org/r/41182

commit d3717e5c4d1bf4fca5c41cd7ea54fae489028faa
Author: Till Toenshoff <toensh...@me.com>
Date:   2015-12-10T19:52:36Z

    Upated CHANGELOG for 0.26.0-rc5.

commit b5bb2917bc722314385f45d8de42f5c258baaf14
Author: Michael Park <mp...@apache.org>
Date:   2016-02-27T04:59:00Z

    Updated Mesos version to 0.26.1.

commit b0bb6b048418804412d7a49fe503ef187cd07d37
Author: Michael Park <mp...@apache.org>
Date:   2015-12-08T14:25:32Z

    Added `jsonify` function to stout.
    
    Review: https://reviews.apache.org/r/41593/

commit 138fab3f3312da205826ef607ddea7aae78b096a
Author: Michael Park <mp...@apache.org>
Date:   2015-12-08T14:25:39Z

    Added support for `jsonify` result to `OK` response in libprocess.
    
    Review: https://reviews.apache.org/r/41594/

commit d9db8389f95f7e9d85fe473211b27e9145aa4857
Author: Michael Park <mp...@apache.org>
Date:   2015-12-08T14:25:43Z

    Updated `Master::Http::state` to use `jsonify` in mesos.
    
    Review: https://reviews.apache.org/r/41595/

commit 74df9179c88a6ea3e993a739e2704b392dcbf04a
Author: Michael Park <mp...@apache.org>
Date:   2016-01-05T22:34:05Z

    Added a `Representation` abstraction to stout.
    
    Review: https://reviews.apache.org/r/41946/

commit 0f563106c59402581ca4d6b397225148fdc2f4fc
Author: Michael Park <mp...@apache.org>
Date:   2016-01-15T18:57:51Z

    Fixed `-Wunused-comparison` warnings from Clang on Ubuntu.

commit 8f32e536d66baaae091147ce67a1280326cd52f8
Author: Michael Park <mp...@apache.org>
Date:   2016-01-18T17:46:44Z

    Added missing `json` function for `ContainerStatus`.
    
    Review: https://reviews.apache.org/r/42478

----


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