[GitHub] mesos pull request #203: 0.26.x zookeeper Authentication failed

2017-08-08 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] mesos pull request #203: 0.26.x zookeeper Authentication failed

2017-02-08 Thread houht
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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
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 
Date:   2015-11-26T15:23:18Z

Added filtering of CFS cgroup tests.

Review: https://reviews.apache.org/r/40679

commit 6cd1eb80643e5922a481290b424ce3e051e41416
Author: Bernd Mathiske 
Date:   2015-11-27T15:45:07Z

Take possible isNone() into account when comparing two Option
CPU resource numbers.

Addendum to https://reviews.apache.org/r/40730.

Review: https://reviews.apache.org/r/40767

commit 36e8e07d714843091189c22b309f7de475a833a0
Author: Till Toenshoff 
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 
Date:   2015-11-19T23:59:36Z

Disabled docker bridge executor test.

Review: https://reviews.apache.org/r/40511

commit 94264a5af5d0b1763d0478bf5c097a6a5abbc5fb
Author: Joseph Wu 
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 
Date:   2015-11-30T